constant LANGUAGE_ALL

The language state used when referring to all languages.

22 uses of LANGUAGE_ALL
block_admin_configure in drupal/core/modules/block/block.admin.inc
Form constructor for the block configuration form.
Entity::getTranslationLanguages in drupal/core/lib/Drupal/Core/Entity/Entity.php
Implements TranslatableInterface::getTranslationLanguages().
EntityNG::getTranslation in drupal/core/lib/Drupal/Core/Entity/EntityNG.php
Implements TranslatableInterface::getTranslation().
EntityNG::getTranslationLanguages in drupal/core/lib/Drupal/Core/Entity/EntityNG.php
Implements TranslatableInterface::getTranslationLanguages().
EntityTestFormController::form in drupal/core/modules/system/tests/modules/entity_test/lib/Drupal/entity_test/EntityTestFormController.php
Overrides Drupal\Core\Entity\EntityFormController::form().

... See full list

File

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

Code

const LANGUAGE_ALL = 3;