W3cubDocs

/Drupal 8

public function RevisionableInterface::isDefaultRevision

public RevisionableInterface::isDefaultRevision($new_value = NULL)

Checks if this entity is the default revision.

Parameters

bool $new_value: (optional) A Boolean to (re)set the isDefaultRevision flag.

Return value

bool TRUE if the entity is the default revision, FALSE otherwise. If $new_value was passed, the previous value is returned.

File

core/lib/Drupal/Core/Entity/RevisionableInterface.php, line 52

Class

RevisionableInterface
Provides methods for an entity to support revisions.

Namespace

Drupal\Core\Entity

Code

public function isDefaultRevision($new_value = NULL);

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Entity!RevisionableInterface.php/function/RevisionableInterface::isDefaultRevision/8.1.x