public static function PermissionConfigurationHandler::getSupportedTypes in Configuration Management 7.3
Returns the types of configurations that this class can handle.
Return value
array.
Overrides ConfigurationHandler::getSupportedTypes
File
- src/
Handlers/ PermissionConfigurationHandler.php, line 68
Class
Namespace
Configuration\HandlersCode
public static function getSupportedTypes() {
return array(
'permission',
);
}