public static WidgetBase::addMoreSubmit(array $form, FormStateInterface $form_state)
Submission handler for the "Add another item" button.
File
core/lib/Drupal/Core/Field/WidgetBase.php, line 269
Class
WidgetBase Base class for 'Field widget' plugin implementations.
Namespace
Drupal\Core\Field
Code
public static function addMoreSubmit(array $form, FormStateInterface $form_state) {
$button = $form_state->getTriggeringElement();
// Go one level up in the form, to the widgets cont