NodeStorageInterface::countDefaultLanguageRevisions

public NodeStorageInterface::countDefaultLanguageRevisions(NodeInterface $node)

Counts the number of revisions in the default language.

Parameters

\Drupal\node\NodeInterface $node: The node entity.

Return value

int The number of revisions in the default language.

File

core/modules/node/src/NodeStorageInterface.php, line 45

Class

NodeStorageInterface
Defines an interface for node entity storage classes.

Namespace

Drupal\node

Code

public function countDefaultLanguageRevisions(NodeInterface $node);
doc_Drupal
2016-10-29 09:31:20
Comments
Leave a Comment

Please login to continue.