diff --git a/core/lib/Drupal/Core/Extension/ExtensionNameLengthException.php b/core/lib/Drupal/Core/Extension/ExtensionNameLengthException.php new file mode 100644 index 0000000..1968cab --- /dev/null +++ b/core/lib/Drupal/Core/Extension/ExtensionNameLengthException.php @@ -0,0 +1,13 @@ + 'The name of the module that generated this link.', diff --git a/core/modules/system/tests/modules/invalid_module_name_over_the_maximum_allowed_character_length/invalid_module_name_over_the_maximum_allowed_character_length.info.yml b/core/modules/system/tests/modules/invalid_module_name_over_the_maximum_allowed_character_length/invalid_module_name_over_the_maximum_allowed_character_length.info.yml new file mode 100644 index 0000000..16d9c78 --- /dev/null +++ b/core/modules/system/tests/modules/invalid_module_name_over_the_maximum_allowed_character_length/invalid_module_name_over_the_maximum_allowed_character_length.info.yml @@ -0,0 +1,7 @@ +name: 'Module name length test' +type: module +description: 'Test module with a name over the maximum allowed characters.' +package: Testing +version: VERSION +core: 8.x +hidden: TRUE diff --git a/core/modules/system/tests/modules/invalid_module_name_over_the_maximum_allowed_character_length/invalid_module_name_over_the_maximum_allowed_character_length.module b/core/modules/system/tests/modules/invalid_module_name_over_the_maximum_allowed_character_length/invalid_module_name_over_the_maximum_allowed_character_length.module new file mode 100644 index 0000000..d0dc049 --- /dev/null +++ b/core/modules/system/tests/modules/invalid_module_name_over_the_maximum_allowed_character_length/invalid_module_name_over_the_maximum_allowed_character_length.module @@ -0,0 +1,8 @@ +