public static MachineName::processMachineName(&$element, FormStateInterface $form_state, &$complete_form)
Processes a machine-readable name form element.
Parameters
array $element: The form element to process. See main class documentation for properties.
\Drupal\Core\Form\FormStateInterface $form_state: The current state of the form.
array $complete_form: The complete form structure.
Return value
array The processed element.
File
core/lib/Drupal/Core/Render/Element/MachineName.php, li