W3cubDocs

/Drupal 8

constant DRUPAL_EXTENSION_NAME_MAX_LENGTH

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

File

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

Code

const DRUPAL_EXTENSION_NAME_MAX_LENGTH = 50;

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!includes!bootstrap.inc/constant/DRUPAL_EXTENSION_NAME_MAX_LENGTH/8.1.x