You are here

public function HighestIdInterface::getHighestId in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/migrate/src/Audit/HighestIdInterface.php \Drupal\migrate\Audit\HighestIdInterface::getHighestId()

Returns the highest ID tracked by the implementing plugin.

Return value

int The highest ID.

2 methods override HighestIdInterface::getHighestId()
EntityContentBase::getHighestId in core/modules/migrate/src/Plugin/migrate/destination/EntityContentBase.php
Returns the highest ID tracked by the implementing plugin.
Sql::getHighestId in core/modules/migrate/src/Plugin/migrate/id_map/Sql.php
Returns the highest ID tracked by the implementing plugin.

File

core/modules/migrate/src/Audit/HighestIdInterface.php, line 24

Class

HighestIdInterface
Defines an interface for destination and ID maps which track a highest ID.

Namespace

Drupal\migrate\Audit

Code

public function getHighestId();