console_test.services.yml

Same filename and directory in other branches
  1. 11.x core/modules/system/tests/modules/console_test/console_test.services.yml
core/modules/system/tests/modules/console_test/console_test.services.yml

File

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

View source
  1. services:
  2. _defaults:
  3. public: false
  4. Drupal\console_test\Command\ConsoleExampleConfigureCommand:
  5. tags:
  6. - { name: 'console.command' }
  7. public: true
  8. Drupal\console_test\Command\ConsoleExamplePrivateCommand:
  9. tags:
  10. - { name: 'console.command' }

Services


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