function MediaType::setNewRevision
Same name and namespace in other branches
- 9 core/modules/media/src/Entity/MediaType.php \Drupal\media\Entity\MediaType::setNewRevision()
- 10 core/modules/media/src/Entity/MediaType.php \Drupal\media\Entity\MediaType::setNewRevision()
- 11.x core/modules/media/src/Entity/MediaType.php \Drupal\media\Entity\MediaType::setNewRevision()
Sets whether new revisions should be created by default.
Parameters
bool $new_revision: TRUE if media items of this type should create new revisions by default.
Return value
$this
Overrides MediaTypeInterface::setNewRevision
File
-
core/
modules/ media/ src/ Entity/ MediaType.php, line 220
Class
- MediaType
- Defines the Media type configuration entity.
Namespace
Drupal\media\EntityCode
public function setNewRevision($new_revision) {
return $this->set('new_revision', $new_revision);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.