service paragraphs_collection.style_discovery

Class

\Drupal\paragraphs_collection\StyleDiscovery
5 string references to paragraphs_collection.style_discovery
ParagraphsStylePlugin::ajaxStyleSelect in paragraphs_collection/src/Plugin/paragraphs/Behavior/ParagraphsStylePlugin.php
Ajax callback for loading the style description for the currently selected style.
ParagraphsStylePlugin::create in paragraphs_collection/src/Plugin/paragraphs/Behavior/ParagraphsStylePlugin.php
ParagraphsStylePluginTest::testStyleOverriding in paragraphs_collection/tests/src/FunctionalJavascript/ParagraphsStylePluginTest.php
Tests the style overriding with sub themes.
Permissions::permissions in paragraphs_collection/src/Permissions.php
Returns an array of permissions for advanced styles.
StylesOverviewForm::create in paragraphs_collection/src/Form/StylesOverviewForm.php

File

paragraphs_collection/paragraphs_collection.services.yml
paragraphs_collection/paragraphs_collection.services.yml

View source
  1. class: \Drupal\paragraphs_collection\StyleDiscovery
  2. arguments:
  3. - '@module_handler'
  4. - '@string_translation'
  5. - '@controller_resolver'
  6. - '@cache.discovery'
  7. - '@theme_handler'
  8. - '@config.factory'
  9. - '@current_user'