6 uses of LANGUAGE_DEFAULT

Entity::access in drupal/core/lib/Drupal/Core/Entity/Entity.php
Implements AccessibleInterface::access().
EntityNG::get in drupal/core/lib/Drupal/Core/Entity/EntityNG.php
Implements ComplexDataInterface::get().
EntityNG::getTranslatedField in drupal/core/lib/Drupal/Core/Entity/EntityNG.php
Gets a translated field.
EntityNG::getTranslation in drupal/core/lib/Drupal/Core/Entity/EntityNG.php
Implements TranslatableInterface::getTranslation().
EntityTestAccessController::viewAccess in drupal/core/modules/system/tests/modules/entity_test/lib/Drupal/entity_test/EntityTestAccessController.php
Implements EntityAccessControllerInterface::view().
EntityTestStorageController::attachPropertyData in drupal/core/modules/system/tests/modules/entity_test/lib/Drupal/entity_test/EntityTestStorageController.php
Attaches property data in all languages for translatable properties.