public function ConfigurableAuthorizationPluginBase::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.
Overrides ConfigurableAuthorizationPluginInterface::submitRowForm
File
- src/
Plugin/ ConfigurableAuthorizationPluginBase.php, line 152
Class
- ConfigurableAuthorizationPluginBase
- Provides a base class for all configurable Authorization plugins.
Namespace
Drupal\authorization\PluginCode
public function submitRowForm(array &$form, FormStateInterface $form_state) : void {
}