Home
last modified time | relevance | path

Searched refs:formElement (Results 26 – 50 of 284) sorted by relevance

12345678910>>...12

/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/form/Classes/Domain/Model/FormElements/
H A DAbstractSection.php86 * @param FormElementInterface $formElement The form element to add
89 public function addElement(FormElementInterface $formElement) argument
91 $this->addRenderable($formElement);
/dports/www/drupal8/drupal-8.9.20/core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/
H A DEntityReferenceAutocompleteTagsWidget.php26 …public function formElement(FieldItemListInterface $items, $delta, array $element, array &$form, F… function in Drupal\\Core\\Field\\Plugin\\Field\\FieldWidget\\EntityReferenceAutocompleteTagsWidget
27 $element = parent::formElement($items, $delta, $element, $form, $form_state);
H A DOptionsButtonsWidget.php29 …public function formElement(FieldItemListInterface $items, $delta, array $element, array &$form, F… function in Drupal\\Core\\Field\\Plugin\\Field\\FieldWidget\\OptionsButtonsWidget
30 $element = parent::formElement($items, $delta, $element, $form, $form_state);
H A DOptionsSelectWidget.php29 …public function formElement(FieldItemListInterface $items, $delta, array $element, array &$form, F… function in Drupal\\Core\\Field\\Plugin\\Field\\FieldWidget\\OptionsSelectWidget
30 $element = parent::formElement($items, $delta, $element, $form, $form_state);
/dports/www/drupal9/drupal-9.2.10/core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/
H A DEntityReferenceAutocompleteTagsWidget.php26 …public function formElement(FieldItemListInterface $items, $delta, array $element, array &$form, F… function in Drupal\\Core\\Field\\Plugin\\Field\\FieldWidget\\EntityReferenceAutocompleteTagsWidget
27 $element = parent::formElement($items, $delta, $element, $form, $form_state);
H A DOptionsButtonsWidget.php29 …public function formElement(FieldItemListInterface $items, $delta, array $element, array &$form, F… function in Drupal\\Core\\Field\\Plugin\\Field\\FieldWidget\\OptionsButtonsWidget
30 $element = parent::formElement($items, $delta, $element, $form, $form_state);
H A DOptionsSelectWidget.php29 …public function formElement(FieldItemListInterface $items, $delta, array $element, array &$form, F… function in Drupal\\Core\\Field\\Plugin\\Field\\FieldWidget\\OptionsSelectWidget
30 $element = parent::formElement($items, $delta, $element, $form, $form_state);
/dports/databases/sqlitemanager/SQLiteManager-1.2.4/include/
H A Dtableproperties.php34 $tableProp->formElement();
43 $tableProp->formElement(urldecode(SQLiteStripSlashes($_GET['query'])), $_GET['pos']);
/dports/www/drupal8/drupal-8.9.20/core/modules/text/src/Plugin/Field/FieldWidget/
H A DTextfieldWidget.php26 …public function formElement(FieldItemListInterface $items, $delta, array $element, array &$form, F… function in Drupal\\text\\Plugin\\Field\\FieldWidget\\TextfieldWidget
27 $main_widget = parent::formElement($items, $delta, $element, $form, $form_state);
H A DTextareaWidget.php35 …public function formElement(FieldItemListInterface $items, $delta, array $element, array &$form, F… function in Drupal\\text\\Plugin\\Field\\FieldWidget\\TextareaWidget
36 $main_widget = parent::formElement($items, $delta, $element, $form, $form_state);
H A DTextareaWithSummaryWidget.php72 …public function formElement(FieldItemListInterface $items, $delta, array $element, array &$form, F… function in Drupal\\text\\Plugin\\Field\\FieldWidget\\TextareaWithSummaryWidget
73 $element = parent::formElement($items, $delta, $element, $form, $form_state);
/dports/www/drupal9/drupal-9.2.10/core/modules/text/src/Plugin/Field/FieldWidget/
H A DTextfieldWidget.php26 …public function formElement(FieldItemListInterface $items, $delta, array $element, array &$form, F… function in Drupal\\text\\Plugin\\Field\\FieldWidget\\TextfieldWidget
27 $main_widget = parent::formElement($items, $delta, $element, $form, $form_state);
H A DTextareaWidget.php35 …public function formElement(FieldItemListInterface $items, $delta, array $element, array &$form, F… function in Drupal\\text\\Plugin\\Field\\FieldWidget\\TextareaWidget
36 $main_widget = parent::formElement($items, $delta, $element, $form, $form_state);
H A DTextareaWithSummaryWidget.php72 …public function formElement(FieldItemListInterface $items, $delta, array $element, array &$form, F… function in Drupal\\text\\Plugin\\Field\\FieldWidget\\TextareaWithSummaryWidget
73 $element = parent::formElement($items, $delta, $element, $form, $form_state);
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/form/Documentation/ApiReference/FormElementInterface/
H A DgetUniqueIdentifier.rst35 // $formElement->getIdentifier() == 'name'
36 $uniqueIdentifier = $formElement->getUniqueIdentifier();
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/form/Documentation/I/ApiReference/FormElementInterface/
H A DgetUniqueIdentifier.rst35 // $formElement->getIdentifier() == 'name'
36 $uniqueIdentifier = $formElement->getUniqueIdentifier();
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/form/Documentation/I/ApiReference/FormElementInterface/
H A DgetUniqueIdentifier.rst36 // $formElement->getIdentifier() == 'name'
37 $uniqueIdentifier = $formElement->getUniqueIdentifier();
/dports/www/drupal8/drupal-8.9.20/core/modules/media_library/tests/modules/media_library_test_widget/src/Plugin/Field/FieldWidget/
H A DMediaLibraryInceptionWidget.php32 …public function formElement(FieldItemListInterface $items, $delta, array $element, array &$form, F… function in Drupal\\media_library_test_widget\\Plugin\\Field\\FieldWidget\\MediaLibraryInceptionWidget
37 return parent::formElement($items, $delta, $element, $form, $form_state);
/dports/www/drupal8/drupal-8.9.20/core/modules/media/src/Plugin/Field/FieldWidget/
H A DOEmbedWidget.php32 …public function formElement(FieldItemListInterface $items, $delta, array $element, array &$form, F… function in Drupal\\media\\Plugin\\Field\\FieldWidget\\OEmbedWidget
33 $element = parent::formElement($items, $delta, $element, $form, $form_state);
/dports/www/drupal9/drupal-9.2.10/core/modules/media_library/tests/modules/media_library_test_widget/src/Plugin/Field/FieldWidget/
H A DMediaLibraryInceptionWidget.php32 …public function formElement(FieldItemListInterface $items, $delta, array $element, array &$form, F… function in Drupal\\media_library_test_widget\\Plugin\\Field\\FieldWidget\\MediaLibraryInceptionWidget
37 return parent::formElement($items, $delta, $element, $form, $form_state);
/dports/www/drupal9/drupal-9.2.10/core/modules/media/src/Plugin/Field/FieldWidget/
H A DOEmbedWidget.php32 …public function formElement(FieldItemListInterface $items, $delta, array $element, array &$form, F… function in Drupal\\media\\Plugin\\Field\\FieldWidget\\OEmbedWidget
33 $element = parent::formElement($items, $delta, $element, $form, $form_state);
/dports/net-im/qxmpp-qt5/qxmpp-1.4.0/src/base/
H A DQXmppMamIq.cpp128 QDomElement formElement = queryElement.firstChildElement(QStringLiteral("x")); in parseElementFromChild() local
129 if (!formElement.isNull()) { in parseElementFromChild()
130 d->form.parse(formElement); in parseElementFromChild()
/dports/www/drupal8/drupal-8.9.20/core/modules/datetime/src/Plugin/Field/FieldWidget/
H A DDateTimeDatelistWidget.php35 …public function formElement(FieldItemListInterface $items, $delta, array $element, array &$form, F… function in Drupal\\datetime\\Plugin\\Field\\FieldWidget\\DateTimeDatelistWidget
36 $element = parent::formElement($items, $delta, $element, $form, $form_state);
/dports/www/drupal9/drupal-9.2.10/core/modules/datetime/src/Plugin/Field/FieldWidget/
H A DDateTimeDatelistWidget.php35 …public function formElement(FieldItemListInterface $items, $delta, array $element, array &$form, F… function in Drupal\\datetime\\Plugin\\Field\\FieldWidget\\DateTimeDatelistWidget
36 $element = parent::formElement($items, $delta, $element, $form, $form_state);
/dports/www/drupal9/drupal-9.2.10/core/modules/datetime_range/src/Plugin/Field/FieldWidget/
H A DDateRangeDefaultWidget.php58 …public function formElement(FieldItemListInterface $items, $delta, array $element, array &$form, F… function in Drupal\\datetime_range\\Plugin\\Field\\FieldWidget\\DateRangeDefaultWidget
59 $element = parent::formElement($items, $delta, $element, $form, $form_state);

12345678910>>...12