public function AssetRefreshManagerInterface::updateQueue in Media: Acquia DAM 8
Updates the asset refresh queue.
Adds changed (modified or deleted) assets to the queue.
Parameters
array $asset_id_fields: Associative array of source media entity fields keyed by entity bundle names.
Return value
int Number of assets added to the queue.
1 method overrides AssetRefreshManagerInterface::updateQueue()
- AssetRefreshManager::updateQueue in src/
Service/ AssetRefreshManager.php - Updates the asset refresh queue.
File
- src/
Service/ AssetRefreshManagerInterface.php, line 24
Class
- AssetRefreshManagerInterface
- Interface AssetRefreshManagerInterface.
Namespace
Drupal\media_acquiadam\ServiceCode
public function updateQueue(array $asset_id_fields);