You are here

public function UserRestrictionTypeManagerInterface::getTypesAsOptions in User restrictions 8

Get a list of all plugins names for option lists.

Return value

array List of plugin names keyed by plugin ID.

1 method overrides UserRestrictionTypeManagerInterface::getTypesAsOptions()
UserRestrictionTypeManager::getTypesAsOptions in src/UserRestrictionTypeManager.php
Get a list of all plugins names for option lists.

File

src/UserRestrictionTypeManagerInterface.php, line 35

Class

UserRestrictionTypeManagerInterface
Defines the interface for the UserRestrictionTypeManager.

Namespace

Drupal\user_restrictions

Code

public function getTypesAsOptions();