You are here

public function RepositoryHandlerInterface::getNumberOfChangesOnTarget in Workspace 8.2

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

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

Return value

int The number of differing revisions.

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

File

src/RepositoryHandlerInterface.php, line 113

Class

RepositoryHandlerInterface
RepositoryHandler plugins handle content replication.

Namespace

Drupal\workspace

Code

public function getNumberOfChangesOnTarget();