You are here

service sharethis.manager in ShareThis 8.2

Class

Drupal\sharethis\SharethisManager

Tags

  • sharethis_manager
6 string references to sharethis.manager
SharethisBlock::create in src/Plugin/Block/SharethisBlock.php
Creates an instance of the plugin.
SharethisConfigurationForm::create in src/Form/SharethisConfigurationForm.php
Instantiates a new instance of this class.
SharethisNode::create in src/Plugin/views/field/SharethisNode.php
Creates an instance of the plugin.
SharethisWidgetBlock::create in src/Plugin/Block/SharethisWidgetBlock.php
Creates an instance of the plugin.
sharethis_comment_view in ./sharethis.module
Implements hook_ENTITY_TYPE_view().

... See full list

File

./sharethis.services.yml
sharethis.services.yml

View source
  1. class: Drupal\sharethis\SharethisManager
  2. tags:
  3. - { name: sharethis_manager }
  4. arguments:
  5. - '@config.factory'
  6. - '@title_resolver'
  7. - '@current_route_match'
  8. - '@request_stack'