ContentEntityStorageBase::$ignoreStaticRevisionCache
Same name and namespace in other branches
- 11.x core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php \Drupal\Core\Entity\ContentEntityStorageBase::ignoreStaticRevisionCache
Whether the static revision cache should be ignored.
This property will be set internally when loading an unchanged revision via ::loadRevisionUnchanged() before calling ::loadRevision() to load the revision without using the static revision cache.
Type: bool
See also
\Drupal\Core\Entity\ContentEntityStorageBase::loadRevisionUnchanged()
\Drupal\Core\Entity\ContentEntityStorageBase::loadMultipleRevisions()
File
-
core/
lib/ Drupal/ Core/ Entity/ ContentEntityStorageBase.php, line 62
Class
- ContentEntityStorageBase
- Base class for content entity storage handlers.
Namespace
Drupal\Core\EntityCode
protected bool $ignoreStaticRevisionCache = FALSE;
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.