module_test.services.yml

Same filename and directory in other branches
  1. 9 core/modules/system/tests/modules/module_test/module_test.services.yml
  2. 10 core/modules/system/tests/modules/module_test/module_test.services.yml
core/modules/system/tests/modules/module_test/module_test.services.yml

File

core/modules/system/tests/modules/module_test/module_test.services.yml

View source
  1. services:
  2. # Tests module uninstall
  3. plugin.manager.module_test.cache_clear_test:
  4. class: Drupal\module_test\PluginManagerCacheClearer
  5. arguments: ['@state', '@?logger.dblog']
  6. tags:
  7. - { name: plugin_manager_cache_clear }

Services

Title Deprecated Summary
plugin.manager.module_test.cache_clear_test Drupal\module_test\PluginManagerCacheClearer

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.