You are here

public function ConfigurableAuthorizationPluginInterface::buildRowForm in Authorization 8

Builds the authorization form row.

Return array.

Parameters

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

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

int $index: The row number of the mapping.

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

File

src/Plugin/ConfigurableAuthorizationPluginInterface.php, line 50

Class

ConfigurableAuthorizationPluginInterface
Describes a configurable Authorization plugin.

Namespace

Drupal\authorization\Plugin

Code

public function buildRowForm(array $form, FormStateInterface $form_state, $index);