diff --git a/core/lib/Drupal/Core/Config/Entity/ConfigEntityType.php b/core/lib/Drupal/Core/Config/Entity/ConfigEntityType.php index a30d50c..1731ac4 100644 --- a/core/lib/Drupal/Core/Config/Entity/ConfigEntityType.php +++ b/core/lib/Drupal/Core/Config/Entity/ConfigEntityType.php @@ -22,11 +22,11 @@ class ConfigEntityType extends EntityType { * Configuration entity names are composed of two parts: * - The config prefix, which is returned by getConfigPrefix() and is * composed of: - * - The provider module name (limited to 50 characters by - * DRUPAL_EXTENSION_NAME_MAX_LENGTH). - * - The module-specific namespace identifier, which defaults to the - * configuration entity type ID. Entity type IDs are limited to 32 - * characters by EntityTypeInterface::ID_MAX_LENGTH. + * - The provider module name (limited to 50 characters by + * DRUPAL_EXTENSION_NAME_MAX_LENGTH). + * - The module-specific namespace identifier, which defaults to the + * configuration entity type ID. Entity type IDs are limited to 32 + * characters by EntityTypeInterface::ID_MAX_LENGTH. * - The configuration entity ID. * So, a typical configuration entity filename will look something like: * provider_module_name.namespace_identifier.config_entity_id.yml