public function ConfigPermListForm::configPermsAdminFormAddCallback in Custom Permissions 8.2
Same name and namespace in other branches
- 8 src/Form/ConfigPermListForm.php \Drupal\config_perms\Form\ConfigPermListForm::configPermsAdminFormAddCallback()
Callback for add button.
File
- src/
Form/ ConfigPermListForm.php, line 180
Class
- ConfigPermListForm
- Class ConfigPermListForm.
Namespace
Drupal\config_perms\FormCode
public function configPermsAdminFormAddCallback($form, $form_state) {
return $form['perms']['local'];
}