function ContentEntityTypeInterface::hasRevisionMetadataKey
Indicates if a given entity revision metadata key exists.
Parameters
string $key: The name of the entity revision metadata key to check.
Return value
bool TRUE if a given entity revision metadata key exists, FALSE otherwise.
1 method overrides ContentEntityTypeInterface::hasRevisionMetadataKey()
- ContentEntityType::hasRevisionMetadataKey in core/
lib/ Drupal/ Core/ Entity/ ContentEntityType.php - Indicates if a given entity revision metadata key exists.
File
-
core/
lib/ Drupal/ Core/ Entity/ ContentEntityTypeInterface.php, line 53
Class
- ContentEntityTypeInterface
- Provides an interface for a content entity type and its metadata.
Namespace
Drupal\Core\EntityCode
public function hasRevisionMetadataKey($key);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.