You are here

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

Class

TextFormatConfigurationHandler

Namespace

Configuration\Handlers

Code

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