Back to Joomla project (class list)

Class TransitionField - list of methods

Components Category field.

Extends

Package: Joomla\CMS\Form\Field
Copyright: (C) 2018 Open Source Matters, Inc.
License: GNU General Public License version 2 or later; see LICENSE.txt
Located at: Joomla/Form/Field/TransitionField.php
Project: Joomla

Method Summary

public bool
(\SimpleXMLElement $element, mixed $value, mixed $group = null)

Method to setup the extension
Parameters
  • \SimpleXMLElement $element The SimpleXMLElement object representing the `<field>` tag for the form field object.
  • mixed $value The form field value to validate.
  • string $group The field name group control value. This acts as as an array container for the field. For example if the field has name="foo" and the group value is set to "bar" then the full field name would end up being "bar[foo]".
Returns
  • bool True on success.
Since
  • 4.0.0
Show source code of this method: setup Source Code

protected array
()

Method to get a list of options for a list input.
Returns
  • array An array of HTMLHelper options.
Since
  • 4.0.0
Show source code of this method: getOptions Source Code

Properties Summary

protected string
$type
The form field type.
Since
  • 4.0.0
protected string
$extension
The component and section separated by ".".
Since
  • 4.0.0
protected int
$workflowStage
The workflow stage to use.

Tags Summary

Since
4.0.0