Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. HighestIdInterface.php

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\Audit

Code

public function getHighestId();

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal