class ExtensionNameLengthException in Drupal 8
Same name and namespace in other branches
- 9 core/lib/Drupal/Core/Extension/ExtensionNameLengthException.php \Drupal\Core\Extension\ExtensionNameLengthException
Exception thrown when the extension's name length exceeds the allowed maximum.
Hierarchy
- class \Drupal\Core\Extension\ExtensionNameLengthException extends \Drupal\Core\Extension\Exception
Expanded class hierarchy of ExtensionNameLengthException
2 files declare their use of ExtensionNameLengthException
- InstallTest.php in core/
modules/ system/ tests/ src/ Functional/ Module/ InstallTest.php - ThemeInstallerTest.php in core/
tests/ Drupal/ KernelTests/ Core/ Theme/ ThemeInstallerTest.php
File
- core/
lib/ Drupal/ Core/ Extension/ ExtensionNameLengthException.php, line 8
Namespace
Drupal\Core\ExtensionView source
class ExtensionNameLengthException extends \Exception {
}