You are here

service plugin.manager.ui_patterns in UI Patterns 8

Class

Drupal\ui_patterns\UiPatternsManager
6 string references to plugin.manager.ui_patterns
Pattern::create in modules/ui_patterns_ds/src/Plugin/DsFieldTemplate/Pattern.php
Creates an instance of the plugin.
Pattern::create in modules/ui_patterns_views/src/Plugin/views/row/Pattern.php
Creates an instance of the plugin.
PatternFormatter::create in modules/ui_patterns_field_group/src/Plugin/field_group/FieldGroupFormatter/PatternFormatter.php
Creates an instance of the plugin.
PatternLayout::create in modules/ui_patterns_layouts/src/Plugin/Layout/PatternLayout.php
Creates an instance of the plugin.
PatternsLibraryController::create in modules/ui_patterns_library/src/Controller/PatternsLibraryController.php
Instantiates a new instance of this class.

... See full list

File

./ui_patterns.services.yml
ui_patterns.services.yml

View source
  1. class: Drupal\ui_patterns\UiPatternsManager
  2. arguments:
  3. - '@container.namespaces'
  4. - '@module_handler'
  5. - '@theme_handler'
  6. - '@cache.discovery'