You are here

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

Class

LanguageConfigurationHandler

Namespace

Configuration\Handlers

Code

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