You are here

public function RepositoryHandlerInterface::getNumberOfChangesOnSource in Workspace 8.2

Gets the total number of items which have changed on the source.

This returns the aggregated changes count across all entity types. For example, if two nodes and one taxonomy term have changed on the source, the return value is 3.

Return value

int The number of differing revisions.

2 methods override RepositoryHandlerInterface::getNumberOfChangesOnSource()
LiveRepositoryHandler::getNumberOfChangesOnSource in src/Plugin/RepositoryHandler/LiveRepositoryHandler.php
Gets the total number of items which have changed on the source.
NullRepositoryHandler::getNumberOfChangesOnSource in src/Plugin/RepositoryHandler/NullRepositoryHandler.php
Gets the total number of items which have changed on the source.

File

src/RepositoryHandlerInterface.php, line 125

Class

RepositoryHandlerInterface
RepositoryHandler plugins handle content replication.

Namespace

Drupal\workspace

Code

public function getNumberOfChangesOnSource();