public static function ConfigurationHandler::getSupportedTypes in Configuration Management 7.3
Returns the types of configurations that this class can handle.
Return value
array.
Overrides ConfigurationHandlerInterface::getSupportedTypes
14 methods override ConfigurationHandler::getSupportedTypes()
- ContentTypeConfigurationHandler::getSupportedTypes in src/
Handlers/ ContentTypeConfigurationHandler.php - Returns the types of configurations that this class can handle.
- EntityConfigurationHandler::getSupportedTypes in src/
Handlers/ EntityConfigurationHandler.php - Returns the types of configurations that this class can handle.
- FieldBaseConfigurationHandler::getSupportedTypes in src/
Handlers/ FieldBaseConfigurationHandler.php - Returns the types of configurations that this class can handle.
- FieldInstanceConfigurationHandler::getSupportedTypes in src/
Handlers/ FieldInstanceConfigurationHandler.php - Returns the types of configurations that this class can handle.
- ImageStyleConfigurationHandler::getSupportedTypes in src/
Handlers/ ImageStyleConfigurationHandler.php - Returns the types of configurations that this class can handle.
File
- src/
Handlers/ ConfigurationHandler.php, line 32
Class
Namespace
Configuration\HandlersCode
public static function getSupportedTypes() {
return array();
}