EntityStorageInterface::FIELD_LOAD_CURRENT

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Entity/EntityStorageInterface.php \Drupal\Core\Entity\EntityStorageInterface::FIELD_LOAD_CURRENT
  2. 10 core/lib/Drupal/Core/Entity/EntityStorageInterface.php \Drupal\Core\Entity\EntityStorageInterface::FIELD_LOAD_CURRENT
  3. 11.x core/lib/Drupal/Core/Entity/EntityStorageInterface.php \Drupal\Core\Entity\EntityStorageInterface::FIELD_LOAD_CURRENT

Load the most recent version of an entity's field data.

File

core/lib/Drupal/Core/Entity/EntityStorageInterface.php, line 21

Class

EntityStorageInterface
Defines the interface for entity storage classes.

Namespace

Drupal\Core\Entity

Code

const FIELD_LOAD_CURRENT = 'FIELD_LOAD_CURRENT';

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.