Back to Joomla project (class list)

Class WorkflowconditionField - list of methods

Workflow States 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/WorkflowconditionField.php
Project: Joomla

Method Summary

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

Method to attach a Form object to the field.
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 the field options.
Returns
  • array The field option objects.
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 bool
$hideAll
Determinate if the "All" value should be added
Since
  • 4.0.0

Tags Summary

Since
4.0.0