function ContentEntityTypeInterface::getRevisionMetadataKey
Gets a specific entity revision metadata key.
Parameters
string $key: The name of the entity revision metadata key to return.
Return value
string|bool The entity revision metadata key, or FALSE if it does not exist.
See also
self::getRevisionMetadataKeys()
1 method overrides ContentEntityTypeInterface::getRevisionMetadataKey()
- ContentEntityType::getRevisionMetadataKey in core/
lib/ Drupal/ Core/ Entity/ ContentEntityType.php - Gets a specific entity revision metadata key.
File
-
core/
lib/ Drupal/ Core/ Entity/ ContentEntityTypeInterface.php, line 42
Class
- ContentEntityTypeInterface
- Provides an interface for a content entity type and its metadata.
Namespace
Drupal\Core\EntityCode
public function getRevisionMetadataKey($key);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.