You are here

protected function AssetRefreshManager::resetNextPage in Media: Acquia DAM 8

Resets the "Next Page" value to the Drupal State.

1 call to AssetRefreshManager::resetNextPage()
AssetRefreshManager::getAssetIds in src/Service/AssetRefreshManager.php
Returns the most recent media asset ids.

File

src/Service/AssetRefreshManager.php, line 414

Class

AssetRefreshManager
Class AssetRefreshManager.

Namespace

Drupal\media_acquiadam\Service

Code

protected function resetNextPage() {
  $this->state
    ->set('media_acquiadam.notifications_next_page', NULL);
}