public function UserRestrictionTypeManagerInterface::getTypes in User restrictions 8
Get a list of all registered plugin instances.
Return value
\Drupal\user_restrictions\Plugin\UserRestrictionTypeInterface[] List of UserRestrictionType plugin instances.
1 method overrides UserRestrictionTypeManagerInterface::getTypes()
- UserRestrictionTypeManager::getTypes in src/
UserRestrictionTypeManager.php - Get a list of all registered plugin instances.
File
- src/
UserRestrictionTypeManagerInterface.php, line 16
Class
- UserRestrictionTypeManagerInterface
- Defines the interface for the UserRestrictionTypeManager.
Namespace
Drupal\user_restrictionsCode
public function getTypes();