function ContentEntityTypeInterface::setRevisionMetadataKey
Same name in other branches
- 8.9.x core/lib/Drupal/Core/Entity/ContentEntityTypeInterface.php \Drupal\Core\Entity\ContentEntityTypeInterface::setRevisionMetadataKey()
- 10 core/lib/Drupal/Core/Entity/ContentEntityTypeInterface.php \Drupal\Core\Entity\ContentEntityTypeInterface::setRevisionMetadataKey()
- 11.x core/lib/Drupal/Core/Entity/ContentEntityTypeInterface.php \Drupal\Core\Entity\ContentEntityTypeInterface::setRevisionMetadataKey()
Sets a revision metadata key.
Parameters
string $key: The name of the entity revision metadata key to set.
string|null $field_name: The name of the entity field key to use for the revision metadata key. If NULL is passed, the value of the revision metadata key is unset.
Return value
$this
1 method overrides ContentEntityTypeInterface::setRevisionMetadataKey()
- ContentEntityType::setRevisionMetadataKey in core/
lib/ Drupal/ Core/ Entity/ ContentEntityType.php
File
-
core/
lib/ Drupal/ Core/ Entity/ ContentEntityTypeInterface.php, line 60
Class
- ContentEntityTypeInterface
- Provides an interface for a content entity type and its metadata.
Namespace
Drupal\Core\EntityCode
public function setRevisionMetadataKey($key, $field_name);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.