public static Table::processTable(&$element, FormStateInterface $form_state, &$complete_form)
#process callback for #type 'table' to add tableselect support.
Parameters
array $element: An associative array containing the properties and children of the table element.
\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/Table.p