public static RenderElement::processAjaxForm(&$element, FormStateInterface $form_state, &$complete_form)
Form element processing handler for the #ajax form property.
This method is useful for non-input elements that can be used in and outside the context of a form.
array $element: An associative array containing the properties of the element.
\Drupal\Core\Form\FormStateInterface $form_state: The current state of the form.
array $complete_form: The complete form structure.
array The processed element.
self::preRenderAjaxForm()
public static function processAjaxForm(&$element, FormStateInterface $form_state, &$complete_form) { return static::preRenderAjaxForm($element); }
© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Render!Element!RenderElement.php/function/RenderElement::processAjaxForm/8.1.x