You are here

service mixitup_views.func_service in MixItUp Views 8

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

Class

Drupal\mixitup_views\MixitupFunc
4 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.
mixitup_views_get_settings in templates/mixitup_views.theme.inc
Apply mixitup library to container.
template_preprocess_mixitup_views_view_mixitup in templates/mixitup_views.theme.inc
Prepares variables for view templates.

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'