You are here

service mixitup_views.func_service in MixItUp Views 8.2

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

Class

Drupal\mixitup_views\MixitupFunc
6 string references to mixitup_views.func_service
MixItUp::create in src/Plugin/views/style/MixItUp.php
Creates an instance of the plugin.
MixitupFiltersForm::create in src/Form/MixitupFiltersForm.php
Instantiates a new instance of this class.
MixitUpFiltersFormTest::setUp in tests/src/Kernel/MixitUpFiltersFormTest.php
Before a test method is run, setUp() is invoked.
MixItUpFuncTest::setUp in tests/src/Kernel/MixItUpFuncTest.php
Before a test method is run, setUp() is invoked.
mixitup_views_get_settings in templates/mixitup_views.theme.inc
Apply mixitup library to container.

... See full list

File

./mixitup_views.services.yml
mixitup_views.services.yml

View source
  1. class: Drupal\mixitup_views\MixitupFunc
  2. arguments:
  3. - '@mixitup_views.default_options_service'
  4. - '@entity_type.manager'
  5. - '@database'