You are here

protected property MediaType::$new_revision in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/media/src/Entity/MediaType.php \Drupal\media\Entity\MediaType::new_revision

Default value of the 'Create new revision' checkbox of this media type.

Type: bool

File

core/modules/media/src/Entity/MediaType.php, line 113

Class

MediaType
Defines the Media type configuration entity.

Namespace

Drupal\media\Entity

Code

protected $new_revision = FALSE;