You are here

service flaglists in Flag Lists 8

Same name and namespace in other branches
  1. 4.0.x flag_lists.services.yml \flaglists

Class

Drupal\flag_lists\FlagListsService
15 string references to flaglists
ActionLinkController::create in src/Controller/ActionLinkController.php
Instantiates a new instance of this class.
ActionLinkHelper::create in src/Controller/ActionLinkHelper.php
Instantiates a new instance of this class.
ActionLinkNoJsController::create in src/Controller/ActionLinkNoJsController.php
Instantiates a new instance of this class.
D7FlagListItems::prepareRow in src/Plugin/migrate/source/D7FlagListItems.php
Adds additional data to the row.
FlagForListDeleteForm::buildForm in src/Form/FlagForListDeleteForm.php
Form constructor.

... See full list

File

./flag_lists.services.yml
flag_lists.services.yml

View source
  1. class: Drupal\flag_lists\FlagListsService
  2. arguments:
  3. - '@entity.query'
  4. - '@current_user'
  5. - '@entity_type.manager'