Password::preRenderPassword
  • References/PHP/Drupal/Render/Element/Password

public static Password::preRenderPassword($element)

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

Provides an HTML5 input element with type of "search". Usage example:

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

Provides a form element for input of multiple-line text. Properties: #rows: Number of

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
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
Radios::getInfo
  • References/PHP/Drupal/Render/Element/Radios

public Radios::getInfo() Returns the

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

Provides an interface for render element plugins. Render element plugins allow modules to declare their own Render API element types and specify

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

public Number::getInfo() Returns the

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

public static Table::validateTable(&$element, FormStateInterface $form_state

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

Provides a render element for a group of form elements. In default rendering, the only difference between a 'fieldgroup' and a 'fieldset' is

2025-01-10 15:47:30