function 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\AuditCode
public function getHighestId();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.