public function AdminFormSettingsInterface::submitAdminForm in Field Permissions 8.2
Same name and namespace in other branches
- 8 src/Plugin/AdminFormSettingsInterface.php \Drupal\field_permissions\Plugin\AdminFormSettingsInterface::submitAdminForm()
Allows the plugin to react to the field settings form submission.
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::submitAdminForm()
- CustomAccess::submitAdminForm in src/
Plugin/ FieldPermissionType/ CustomAccess.php - Allows the plugin to react to the field settings form submission.
File
- src/
Plugin/ AdminFormSettingsInterface.php, line 35
Class
- AdminFormSettingsInterface
- Indicates that the plugin implementing this has field config form settings.
Namespace
Drupal\field_permissions\PluginCode
public function submitAdminForm(array &$form, FormStateInterface $form_state, RoleStorageInterface $role_storage);