You are here

service bynder in Bynder 8.2

Same name and namespace in other branches
  1. 8.3 bynder.services.yml \bynder
  2. 4.0.x bynder.services.yml \bynder

Class

Drupal\bynder\BynderService
41 string references to bynder
BynderApi::finishOAuthTokenRetrieval in src/BynderApi.php
Finishes the access token retrieval after the user has been redirected.
BynderApi::getAssetBankManager in src/BynderApi.php
Gets an instance of the asset bank manager to use for DAM queries.
BynderApi::hasAccessToken in src/BynderApi.php
Gets if the current user has a valid oAuth access token.
BynderApi::initiateOAuthTokenRetrieval in src/BynderApi.php
Initiates the access token retrieval.
BynderConfigurationForm::updateMetadataBatchWorker in src/Form/BynderConfigurationForm.php
Batch operation worker to update the metadata of Bynder media entities.

... See full list

File

./bynder.services.yml
bynder.services.yml

View source
  1. class: Drupal\bynder\BynderService
  2. arguments:
  3. - '@bynder_api'
  4. - '@entity_type.manager'
  5. - '@logger.factory'
  6. - '@state'
  7. - '@datetime.time'
  8. - '@config.factory'