You are here

protected property ReadOnlyFormSubscriber::$readOnlyFormIds in Configuration Read-only mode 8

Form ids to mark as read only.

Type: array

File

src/EventSubscriber/ReadOnlyFormSubscriber.php, line 35

Class

ReadOnlyFormSubscriber
Check if the given form should be read-only.

Namespace

Drupal\config_readonly\EventSubscriber

Code

protected $readOnlyFormIds = [
  'config_single_import_form',
  'system_modules',
  'system_modules_uninstall',
  'user_admin_permissions',
];