protected function AssetRefreshManager::getActionsToTrack in Media: Acquia DAM 8
Returns the list of notification actions to track.
Return value
string[] List of action (machine) names.
1 call to AssetRefreshManager::getActionsToTrack()
- AssetRefreshManager::extractAssetIds in src/
Service/ AssetRefreshManager.php - Extracts asset id values from the response body.
File
- src/
Service/ AssetRefreshManager.php, line 90
Class
- AssetRefreshManager
- Class AssetRefreshManager.
Namespace
Drupal\media_acquiadam\ServiceCode
protected function getActionsToTrack() : array {
return [
'asset_version',
'asset_property',
'asset_delete',
];
}