You are here

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

Resets the "End Time" Drupal State value.

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

File

src/Service/AssetRefreshManager.php, line 387

Class

AssetRefreshManager
Class AssetRefreshManager.

Namespace

Drupal\media_acquiadam\Service

Code

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