You are here

public function AdminFormSettingsInterface::buildAdminForm in Field Permissions 8.2

Same name and namespace in other branches
  1. 8 src/Plugin/AdminFormSettingsInterface.php \Drupal\field_permissions\Plugin\AdminFormSettingsInterface::buildAdminForm()

Build or alter the field admin form.

Parameters

array $form: The form array.

\Drupal\Core\Form\FormStateInterface $form_state: The form state object.

\Drupal\user\RoleStorageInterface $role_storage: The user role storage.

1 method overrides AdminFormSettingsInterface::buildAdminForm()
CustomAccess::buildAdminForm in src/Plugin/FieldPermissionType/CustomAccess.php
Build or alter the field admin form.

File

src/Plugin/AdminFormSettingsInterface.php, line 23

Class

AdminFormSettingsInterface
Indicates that the plugin implementing this has field config form settings.

Namespace

Drupal\field_permissions\Plugin

Code

public function buildAdminForm(array &$form, FormStateInterface $form_state, RoleStorageInterface $role_storage);