You are here

service nodeorder.manager in Node Order 8

Class

Drupal\nodeorder\NodeOrderManager
10 string references to nodeorder.manager
NodeOrderAccess::create in src/Access/NodeOrderAccess.php
Instantiates a new instance of this class.
NodeorderCrudTest::setUp in src/Tests/NodeorderCrudTest.php
nodeorder_entity_operation in ./nodeorder.module
Implements hook_entity_operation().
nodeorder_form_taxonomy_vocabulary_form_alter in ./nodeorder.module
Implements hook_form_FORM_ID_alter() for taxonomy_form_vocabulary().
nodeorder_help in ./nodeorder.module
Implements hook_help().

... See full list

File

./nodeorder.services.yml
nodeorder.services.yml

View source
  1. class: Drupal\nodeorder\NodeOrderManager
  2. arguments:
  3. - '@config.factory'
  4. - '@entity.manager'
  5. - '@cache.default'