You are here

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

Returns the "Next Page" Drupal State value.

Return value

int|null Page index.

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

File

src/Service/AssetRefreshManager.php, line 397

Class

AssetRefreshManager
Class AssetRefreshManager.

Namespace

Drupal\media_acquiadam\Service

Code

protected function getNextPage() : ?int {
  return $this->state
    ->get('media_acquiadam.notifications_next_page');
}