You are here

public function ConfigurableAuthorizationPluginBase::buildRowDescription in Authorization 8

Builds the authorization row description.

Return string.

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::buildRowDescription

File

src/Plugin/ConfigurableAuthorizationPluginBase.php, line 144

Class

ConfigurableAuthorizationPluginBase
Provides a base class for all configurable Authorization plugins.

Namespace

Drupal\authorization\Plugin

Code

public function buildRowDescription(array $form, FormStateInterface $form_state) : string {

  // Should be removed.
  return "";
}