devel.dumper

Same name and namespace in other branches
  1. 4.x devel.services.yml \devel.dumper

Class

Drupal\devel\DevelDumperManager
11 string references to devel.dumper
ConfigEditor::create in src/Form/ConfigEditor.php
Instantiates a new instance of this class.
ContainerInfoController::create in src/Controller/ContainerInfoController.php
Instantiates a new instance of the implementing class using autowiring.
DevelContainerInfoTest::testServiceDetail in tests/src/Functional/DevelContainerInfoTest.php
Tests service detail page.
DevelController::create in src/Controller/DevelController.php
Instantiates a new instance of the implementing class using autowiring.
DevelEntityToArrayTest::testWithReferences in tests/src/Kernel/DevelEntityToArrayTest.php
Test method.

... See full list

File

./devel.services.yml

View source
  1. class: Drupal\devel\DevelDumperManager
  2. arguments:
  3. - '@config.factory'
  4. - '@current_user'
  5. - '@plugin.manager.devel_dumper'
  6. - '@entity_type.manager'
  7. - '@messenger'
  8. - '@string_translation'