You are here

service social_simple.generator in Social simple 8

Same name and namespace in other branches
  1. 2.0.x social_simple.services.yml \social_simple.generator

Class

Drupal\social_simple\SocialSimpleGenerator
3 string references to social_simple.generator
SocialSimpleBlock::create in src/Plugin/Block/SocialSimpleBlock.php
Creates an instance of the plugin.
social_simple_form_node_type_form_alter in ./social_simple.module
Implements hook_form_FORM_ID_alter().
social_simple_node_view in ./social_simple.module
Implements hook_entity_view().

File

./social_simple.services.yml
social_simple.services.yml

View source
  1. class: Drupal\social_simple\SocialSimpleGenerator
  2. arguments:
  3. - '@title_resolver'
  4. - '@current_route_match'
  5. - '@request_stack'
  6. - '@config.factory'
  7. - '@renderer'
  8. - '@social_simple.manager'