You are here

service wsdata in Web Service Data 2.0.x

Same name and namespace in other branches
  1. 8 wsdata.services.yml \wsdata

Class

Drupal\wsdata\WSDataService

Tags

  • needs_destruction
6 string references to wsdata
WSCallTestForm::create in src/Form/WSCallTestForm.php
Instantiates a new instance of this class.
wsdata.services.yml in ./wsdata.services.yml
wsdata.services.yml
WSDataBlock::create in modules/wsdata_block/src/Plugin/Block/WSDataBlock.php
Creates an instance of the plugin.
WSDataFieldsViews::render in modules/wsdata_field/src/Plugin/views/field/WSDataFieldsViews.php
Renders the field.
wsdata_field_entity_load in modules/wsdata_field/wsdata_field.module
Implements hook_entity_load().

... See full list

File

./wsdata.services.yml
wsdata.services.yml

View source
  1. class: Drupal\wsdata\WSDataService
  2. arguments:
  3. - '@entity_type.manager'
  4. - '@state'
  5. - '@logger.factory'
  6. - '@messenger'
  7. tags:
  8. - { name: needs_destruction }