You are here

constant DRUPAL_EXTENSION_NAME_MAX_LENGTH in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/includes/bootstrap.inc \DRUPAL_EXTENSION_NAME_MAX_LENGTH

The maximum number of characters in a module or theme name.

5 uses of DRUPAL_EXTENSION_NAME_MAX_LENGTH
file_schema in core/modules/file/file.install
Implements hook_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().

File

core/includes/bootstrap.inc, line 72
Functions that need to be loaded on every Drupal request.

Code

const DRUPAL_EXTENSION_NAME_MAX_LENGTH = 50;