You are here

service shortcode in Shortcode 2.0.x

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

Class

Drupal\shortcode\ShortcodeService
5 string references to shortcode
Shortcode::process in src/Plugin/Filter/Shortcode.php
Performs the filter processing.
Shortcode::settingsForm in src/Plugin/Filter/Shortcode.php
Generates a filter's settings form.
Shortcode::tips in src/Plugin/Filter/Shortcode.php
Generates a filter's tip.
ShortcodeCorrector::process in src/Plugin/Filter/ShortcodeCorrector.php
Performs the filter processing.
ShortcodeTest::setUp in tests/src/Functional/ShortcodeTest.php
Perform any initial set up tasks that run before every test method.

File

./shortcode.services.yml
shortcode.services.yml

View source
  1. class: Drupal\shortcode\ShortcodeService
  2. arguments:
  3. - '@plugin.manager.shortcode'