You are here

public function ConfigListInterface::getTypeNameByConfigName in Configuration Update Manager 8

Returns the config type name for a given config object.

Parameters

string $name: Name of the config object.

Return value

string Name of the config type that this is an instance of, determined by prefix. NULL for simple configuration.

1 method overrides ConfigListInterface::getTypeNameByConfigName()
ConfigLister::getTypeNameByConfigName in src/ConfigLister.php
Returns the config type name for a given config object.

File

src/ConfigListInterface.php, line 50

Class

ConfigListInterface
Defines an interface for config listings.

Namespace

Drupal\config_update

Code

public function getTypeNameByConfigName($name);