You are here

public function ConfigurableAuthorizationPluginInterface::submitRowForm in Authorization 8

Submits the authorization form row.

Parameters

array $form: An associative array containing the structure of the form.

\Drupal\Core\Form\FormStateInterface $form_state: The current state of the form.

1 method overrides ConfigurableAuthorizationPluginInterface::submitRowForm()
ConfigurableAuthorizationPluginBase::submitRowForm in src/Plugin/ConfigurableAuthorizationPluginBase.php
Submits the authorization form row.

File

src/Plugin/ConfigurableAuthorizationPluginInterface.php, line 82

Class

ConfigurableAuthorizationPluginInterface
Describes a configurable Authorization plugin.

Namespace

Drupal\authorization\Plugin

Code

public function submitRowForm(array &$form, FormStateInterface $form_state) : void;