You are here

public function ConfigManagerInterface::getEntityTypeIdByName in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 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 24
Contains \Drupal\Core\Config\ConfigManagerInterface.

Class

ConfigManagerInterface
Provides an interface for configuration manager.

Namespace

Drupal\Core\Config

Code

public function getEntityTypeIdByName($name);