You are here

constant BynderApi::CACHED_CALLS in Bynder 4.0.x

Same name and namespace in other branches
  1. 8.3 src/BynderApi.php \Drupal\bynder\BynderApi::CACHED_CALLS
  2. 8 src/BynderApi.php \Drupal\bynder\BynderApi::CACHED_CALLS
  3. 8.2 src/BynderApi.php \Drupal\bynder\BynderApi::CACHED_CALLS

List of API calls that should be cache with their cache keys as values.

File

src/BynderApi.php, line 53

Class

BynderApi
Bynder API service.

Namespace

Drupal\bynder

Code

const CACHED_CALLS = [
  'getMetaproperties' => self::CID_METAPROPERTIES,
  'getDerivatives' => self::CID_DERIVATIVES,
];