function 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 222

Class

MediaType
Defines the Media type configuration entity.

Namespace

Drupal\media\Entity

Code

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.