You are here

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

Class

FieldBaseConfigurationHandler

Namespace

Configuration\Handlers

Code

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