You are here

public static function ContentTypeConfigurationHandler::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/ContentTypeConfigurationHandler.php, line 10

Class

ContentTypeConfigurationHandler

Namespace

Configuration\Handlers

Code

public static function getSupportedTypes() {
  return array(
    'content_type',
  );
}