You are here

public static function ConfigurationHandlerInterface::getSupportedTypes in Configuration Management 7.3

Returns the types of configurations that this class can handle.

Return value

array.

1 method overrides ConfigurationHandlerInterface::getSupportedTypes()
ConfigurationHandler::getSupportedTypes in src/Handlers/ConfigurationHandler.php
Returns the types of configurations that this class can handle.

File

src/ConfigurationHandlerInterface.php, line 15

Class

ConfigurationHandlerInterface

Namespace

Configuration

Code

public static function getSupportedTypes();