You are here

public function ConfigPermListForm::configPermsAdminFormAddCallback in Custom Permissions 8

Same name and namespace in other branches
  1. 8.2 src/Form/ConfigPermListForm.php \Drupal\config_perms\Form\ConfigPermListForm::configPermsAdminFormAddCallback()

Callback for add button.

File

src/Form/ConfigPermListForm.php, line 136

Class

ConfigPermListForm
Class ConfigPermListForm.

Namespace

Drupal\config_perms\Form

Code

public function configPermsAdminFormAddCallback($form, $form_state) {
  return $form['perms']['local'];
}