function ConfigEntityStorageInterface::getIDFromConfigName
Same name in other branches
- 8.9.x core/lib/Drupal/Core/Config/Entity/ConfigEntityStorageInterface.php \Drupal\Core\Config\Entity\ConfigEntityStorageInterface::getIDFromConfigName()
- 10 core/lib/Drupal/Core/Config/Entity/ConfigEntityStorageInterface.php \Drupal\Core\Config\Entity\ConfigEntityStorageInterface::getIDFromConfigName()
- 11.x core/lib/Drupal/Core/Config/Entity/ConfigEntityStorageInterface.php \Drupal\Core\Config\Entity\ConfigEntityStorageInterface::getIDFromConfigName()
Extracts the configuration entity ID from the full configuration name.
Parameters
string $config_name: The full configuration name to extract the ID from; for example, 'views.view.archive'.
string $config_prefix: The config prefix of the configuration entity; for example, 'views.view'.
Return value
string The ID of the configuration entity.
1 method overrides ConfigEntityStorageInterface::getIDFromConfigName()
- ConfigEntityStorage::getIDFromConfigName in core/
lib/ Drupal/ Core/ Config/ Entity/ ConfigEntityStorage.php - Extracts the configuration entity ID from the full configuration name.
File
-
core/
lib/ Drupal/ Core/ Config/ Entity/ ConfigEntityStorageInterface.php, line 24
Class
- ConfigEntityStorageInterface
- Provides an interface for configuration entity storage.
Namespace
Drupal\Core\Config\EntityCode
public static function getIDFromConfigName($config_name, $config_prefix);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.