You are here

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.

... See full list

File

src/Handlers/ConfigurationHandler.php, line 32

Class

ConfigurationHandler

Namespace

Configuration\Handlers

Code

public static function getSupportedTypes() {
  return array();
}