protected function ConfigurationHandler::getInternalId in Configuration Management 7.3
42 calls to ConfigurationHandler::getInternalId()
- ContentTypeConfigurationHandler::loadFromDatabase in src/
Handlers/ ContentTypeConfigurationHandler.php - Loads the configuration from the database.
- ContentTypeConfigurationHandler::removeFromDatabase in src/
Handlers/ ContentTypeConfigurationHandler.php - Deletes a configuration from the database.
- ContentTypeConfigurationHandler::writeToDatabase in src/
Handlers/ ContentTypeConfigurationHandler.php - Saves the given configuration into the database.
- EntityConfigurationHandler::loadFromDatabase in src/
Handlers/ EntityConfigurationHandler.php - Loads the configuration from the database.
- EntityConfigurationHandler::removeFromDatabase in src/
Handlers/ EntityConfigurationHandler.php - Deletes a configuration from the database.
File
- src/
Handlers/ ConfigurationHandler.php, line 48
Class
Namespace
Configuration\HandlersCode
protected function getInternalId($identifier) {
return substr($identifier, strpos($identifier, '.') + 1);
}