You are here

public static function ProcessBase::processElement in Express 8

Process a specific form element.

Parameters

\Drupal\bootstrap\Utility\Element $element: The element object.

\Drupal\Core\Form\FormStateInterface $form_state: The current state of the form.

array $complete_form: The complete form structure.

See also

\Drupal\bootstrap\Plugin\Process\ProcessBase::process()

\Drupal\bootstrap\Plugin\Alter\ElementInfo::alter()

1 call to ProcessBase::processElement()
ProcessBase::process in themes/contrib/bootstrap/src/Plugin/Process/ProcessBase.php
Process a specific form element type.
5 methods override ProcessBase::processElement()
Actions::processElement in themes/contrib/bootstrap/src/Plugin/Process/Actions.php
Process a specific form element.
ActionsDropbutton::processElement in themes/contrib/bootstrap/src/Plugin/Process/ActionsDropbutton.php
Process a specific form element.
ManagedFile::processElement in themes/contrib/bootstrap/src/Plugin/Process/ManagedFile.php
Process a specific form element.
Search::processElement in themes/contrib/bootstrap/src/Plugin/Process/Search.php
Process a specific form element.
TextFormat::processElement in themes/contrib/bootstrap/src/Plugin/Process/TextFormat.php
Process a specific form element.

File

themes/contrib/bootstrap/src/Plugin/Process/ProcessBase.php, line 44
Contains \Drupal\bootstrap\Plugin\Process\ProcessBase.

Class

ProcessBase
Base process class used to process elements.

Namespace

Drupal\bootstrap\Plugin\Process

Code

public static function processElement(Element $element, FormStateInterface $form_state, array &$complete_form) {
}