function KeyValueContentEntityStorage::getLatestTranslationAffectedRevisionId
Same name in other branches
- 9 core/lib/Drupal/Core/Entity/KeyValueStore/KeyValueContentEntityStorage.php \Drupal\Core\Entity\KeyValueStore\KeyValueContentEntityStorage::getLatestTranslationAffectedRevisionId()
- 10 core/lib/Drupal/Core/Entity/KeyValueStore/KeyValueContentEntityStorage.php \Drupal\Core\Entity\KeyValueStore\KeyValueContentEntityStorage::getLatestTranslationAffectedRevisionId()
- 11.x core/lib/Drupal/Core/Entity/KeyValueStore/KeyValueContentEntityStorage.php \Drupal\Core\Entity\KeyValueStore\KeyValueContentEntityStorage::getLatestTranslationAffectedRevisionId()
Overrides TranslatableRevisionableStorageInterface::getLatestTranslationAffectedRevisionId
File
-
core/
lib/ Drupal/ Core/ Entity/ KeyValueStore/ KeyValueContentEntityStorage.php, line 59
Class
- KeyValueContentEntityStorage
- Provides a key value backend for content entities.
Namespace
Drupal\Core\Entity\KeyValueStoreCode
public function getLatestTranslationAffectedRevisionId($entity_id, $langcode) {
return NULL;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.