public function PluginFormInterface::submitConfigurationForm in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/lib/Drupal/Core/Plugin/PluginFormInterface.php \Drupal\Core\Plugin\PluginFormInterface::submitConfigurationForm()
Form submission handler.
Parameters
array $form: An associative array containing the structure of the plugin form as built by static::buildConfigurationForm().
\Drupal\Core\Form\FormStateInterface $form_state: The current state of the complete form.
21 methods override PluginFormInterface::submitConfigurationForm()
- AssignOwnerNode::submitConfigurationForm in core/
modules/ node/ src/ Plugin/ Action/ AssignOwnerNode.php - Form submission handler.
- BlockBase::submitConfigurationForm in core/
lib/ Drupal/ Core/ Block/ BlockBase.php - Most block plugins should not override this method. To add submission handling for a specific block type, override BlockBase::blockSubmit().
- Broken::submitConfigurationForm in core/
lib/ Drupal/ Core/ Entity/ Plugin/ EntityReferenceSelection/ Broken.php - Form submission handler.
- ChangeUserRoleBase::submitConfigurationForm in core/
modules/ user/ src/ Plugin/ Action/ ChangeUserRoleBase.php - Form submission handler.
- ConditionPluginBase::submitConfigurationForm in core/
lib/ Drupal/ Core/ Condition/ ConditionPluginBase.php - Form submission handler.
File
- core/
lib/ Drupal/ Core/ Plugin/ PluginFormInterface.php, line 63 - Contains \Drupal\Core\Plugin\PluginFormInterface.
Class
- PluginFormInterface
- Provides an interface for an embeddable plugin form.
Namespace
Drupal\Core\PluginCode
public function submitConfigurationForm(array &$form, FormStateInterface $form_state);