You are here

service bynder_api in Bynder 4.0.x

Same name and namespace in other branches
  1. 8.3 bynder.services.yml \bynder_api
  2. 8 bynder.services.yml \bynder_api
  3. 8.2 bynder.services.yml \bynder_api

Class

Drupal\bynder\BynderApi
10 string references to bynder_api
Bynder::create in src/Plugin/media/Source/Bynder.php
Creates an instance of the plugin.
BynderConfigurationForm::create in src/Form/BynderConfigurationForm.php
Instantiates a new instance of this class.
BynderFormatterBase::create in src/Plugin/Field/FieldFormatter/BynderFormatterBase.php
Creates an instance of the plugin.
BynderMediaUsage::create in src/Controller/BynderMediaUsage.php
Instantiates a new instance of this class.
BynderOAuthLogin::create in src/Controller/BynderOAuthLogin.php
Instantiates a new instance of this class.

... See full list

File

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

View source
  1. class: Drupal\bynder\BynderApi
  2. arguments:
  3. - '@config.factory'
  4. - '@logger.factory'
  5. - '@session'
  6. - '@state'
  7. - '@cache.default'
  8. - '@datetime.time'