function ConfigManagerInterface::getEntityTypeIdByName
Same name in other branches
- 9 core/lib/Drupal/Core/Config/ConfigManagerInterface.php \Drupal\Core\Config\ConfigManagerInterface::getEntityTypeIdByName()
- 10 core/lib/Drupal/Core/Config/ConfigManagerInterface.php \Drupal\Core\Config\ConfigManagerInterface::getEntityTypeIdByName()
- 11.x core/lib/Drupal/Core/Config/ConfigManagerInterface.php \Drupal\Core\Config\ConfigManagerInterface::getEntityTypeIdByName()
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.
1 method overrides ConfigManagerInterface::getEntityTypeIdByName()
- ConfigManager::getEntityTypeIdByName in core/
lib/ Drupal/ Core/ Config/ ConfigManager.php - Returns the entity type of a configuration object.
File
-
core/
lib/ Drupal/ Core/ Config/ ConfigManagerInterface.php, line 19
Class
- ConfigManagerInterface
- Provides an interface for configuration manager.
Namespace
Drupal\Core\ConfigCode
public function getEntityTypeIdByName($name);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.