6 uses of DRUPAL_EXTENSION_NAME_MAX_LENGTH in Drupal 9
- file_schema in core/
modules/ file/ file.install - Implements hook_schema().
- hook_schema in core/
lib/ Drupal/ Core/ Database/ database.api.php - Define the current version of the database schema.
- MenuTreeStorage::schemaDefinition in core/
lib/ Drupal/ Core/ Menu/ MenuTreeStorage.php - Defines the schema for the tree table.
- ModuleInstaller::install in core/
lib/ Drupal/ Core/ Extension/ ModuleInstaller.php - Installs a given list of modules.
- ThemeInstaller::install in core/
lib/ Drupal/ Core/ Extension/ ThemeInstaller.php - Installs a given list of themes.
- user_schema in core/
modules/ user/ user.install - Implements hook_schema().