ConfigManagerInterface::getEntityTypeIdByName

public ConfigManagerInterface::getEntityTypeIdByName($name)

Returns the entity type of a configuration object.

Parameters

string $name: The configuration object name.

Return value

string|null Either the entity type name, or NULL if none match.

File

core/lib/Drupal/Core/Config/ConfigManagerInterface.php, line 19

Class

ConfigManagerInterface
Provides an interface for configuration manager.

Namespace

Drupal\Core\Config

Code

public function getEntityTypeIdByName($name);
doc_Drupal
2016-10-29 08:54:03
Comments
Leave a Comment

Please login to continue.