function TestSqlBase::getHighWaterStorage

Get the high water storage object.

Return value

\Drupal\Core\KeyValueStore\KeyValueStoreInterface The storage object.

Overrides SourcePluginBase::getHighWaterStorage

File

core/modules/migrate/tests/src/Kernel/SqlBaseTest.php, line 255

Class

TestSqlBase
A dummy source to help with testing SqlBase.

Namespace

Drupal\Tests\migrate\Kernel

Code

public function getHighWaterStorage() {
  return parent::getHighWaterStorage();
}

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