function HighestIdInterface::getHighestId

Same name and namespace in other branches
  1. 9 core/modules/migrate/src/Audit/HighestIdInterface.php \Drupal\migrate\Audit\HighestIdInterface::getHighestId()
  2. 8.9.x core/modules/migrate/src/Audit/HighestIdInterface.php \Drupal\migrate\Audit\HighestIdInterface::getHighestId()
  3. 10 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();

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.