HtmlTag::$voidElements
  • References/PHP/Drupal/Render/Element/HtmlTag

Void elements do not contain values or closing tags. See also

2025-01-10 15:47:30
Actions::processActions
  • References/PHP/Drupal/Render/Element/Actions

public static Actions::processActions(&$element, FormStateInterface $form_state

2025-01-10 15:47:30
Checkbox
  • References/PHP/Drupal/Render/Element/Checkbox

Provides a form element for a single checkbox. Properties: #return_value: The value to

2025-01-10 15:47:30
FormElement
  • References/PHP/Drupal/Render/Element/FormElement

Provides a base class for form element plugins. Form elements are a subset of render elements, representing elements for HTML forms, which can

2025-01-10 15:47:30
ImageButton
  • References/PHP/Drupal/Render/Element/ImageButton

Provides a form element for a submit button with an image. Plugin annotation

2025-01-10 15:47:30
Label
  • References/PHP/Drupal/Render/Element/Label

Provides a render element for displaying the label for a form element. Labels are generated automatically from element properties during processing

2025-01-10 15:47:30
Radio::getInfo
  • References/PHP/Drupal/Render/Element/Radio

public Radio::getInfo() Returns the element

2025-01-10 15:47:30
PasswordConfirm::valueCallback
  • References/PHP/Drupal/Render/Element/PasswordConfirm

public static PasswordConfirm::valueCallback(&$element

2025-01-10 15:47:30
Item
  • References/PHP/Drupal/Render/Element/Item

Provides a display-only form element with an optional title and description. Note: since this is a read-only field, setting the #required property

2025-01-10 15:47:30
Radios::valueCallback
  • References/PHP/Drupal/Render/Element/Radios

public static Radios::valueCallback(&$element, $input, FormStateInterface

2025-01-10 15:47:30