devel_wizard-2.x-dev/drush.services.yml

drush.services.yml
services:
  devel_wizard.spell_manager.commands:
    class: 'Drupal\devel_wizard\Commands\SpellManagerCommands'
    arguments:
      - '@plugin.manager.devel_wizard.spell'
    tags:
      -
        name: 'drush.command'

  devel_wizard.spell.devel_wizard_block_content_type.commands:
    class: 'Drupal\devel_wizard\Commands\BlockContentTypeSpellCommands'
    arguments:
      - '@plugin.manager.devel_wizard.spell'
    tags:
      -
        name: 'drush.command'

  devel_wizard.spell.devel_wizard_node_type.commands:
    class: 'Drupal\devel_wizard\Commands\NodeTypeSpellCommands'
    arguments:
      - '@plugin.manager.devel_wizard.spell'
    tags:
      -
        name: 'drush.command'

  devel_wizard.spell.devel_wizard_taxonomy_vocabulary.commands:
    class: 'Drupal\devel_wizard\Commands\TaxonomyVocabularySpellCommands'
    arguments:
      - '@plugin.manager.devel_wizard.spell'
    tags:
      -
        name: 'drush.command'

  devel_wizard.spell.devel_wizard_entity_type.commands:
    class: 'Drupal\devel_wizard\Commands\EntityTypeSpellCommands'
    arguments:
      - '@plugin.manager.devel_wizard.spell'
      - '@devel_wizard.utils'
    tags:
      -
        name: 'drush.command'

  devel_wizard.spell.devel_wizard_module.commands:
    class: 'Drupal\devel_wizard\Commands\ModuleSpellCommands'
    arguments:
      - '@plugin.manager.devel_wizard.spell'
      - '@devel_wizard.utils'
    tags:
      -
        name: 'drush.command'

  devel_wizard.spell.devel_wizard_phpstorm_idea.commands:
    class: 'Drupal\devel_wizard\Commands\PhpstormIdeaSpellCommands'
    arguments:
      - '@plugin.manager.devel_wizard.spell'
      - '@devel_wizard.utils'
    tags:
      -
        name: 'drush.command'

  devel_wizard.spell.devel_wizard_project_drupal_drush.commands:
    class: 'Drupal\devel_wizard\Commands\ProjectDrupalDrushSpellCommands'
    arguments:
      - '@plugin.manager.devel_wizard.spell'
      - '@devel_wizard.utils'
    tags:
      -
        name: 'drush.command'

  devel_wizard.spell.devel_wizard_theme_claro.commands:
    class: 'Drupal\devel_wizard\Commands\ThemeClaroSpellCommands'
    arguments:
      - '@plugin.manager.devel_wizard.spell'
    tags:
      -
        name: 'drush.command'

#  devel_wizard.command.spell.devel_wizard_spell:
#    class: 'Drupal\devel_wizard\Commands\DevelWizardSpellSpellCommands'
#    arguments:
#      - '@devel_wizard.spell.devel_wizard_spell'
#    tags:
#      -
#        name: 'drush.command'
#
#  devel_wizard.command.spell.entity_type:
#    class: 'Drupal\devel_wizard\Commands\EntityTypeSpellCommands'
#    arguments:
#      - '@devel_wizard.spell.entity_type'
#    tags:
#      -
#        name: 'drush.command'
#
#  devel_wizard.command.spell.module:
#    class: 'Drupal\devel_wizard\Commands\ModuleSpellCommands'
#    arguments:
#      - '@devel_wizard.spell.module'
#    tags:
#      -
#        name: 'drush.command'
#
#  devel_wizard.command.spell.block_content_type:
#    class: 'Drupal\devel_wizard\Commands\BlockContentTypeSpellCommands'
#    arguments:
#      - '@devel_wizard.spell.block_content_type'
#      - '@entity_type.manager'
#    tags:
#      -
#        name: 'drush.command'
#
#  devel_wizard.command.spell.block_content_type_admin_view:
#    class: 'Drupal\devel_wizard\Commands\BlockContentTypeAdminViewSpellCommands'
#    arguments:
#      - '@devel_wizard.spell.block_content_type_admin_view'
#      - '@entity_type.manager'
#      - '@path.validator'
#    tags:
#      -
#        name: 'drush.command'
#
#  devel_wizard.command.spell.block_content_type_behat:
#    class: 'Drupal\devel_wizard\Commands\BlockContentTypeBehatSpellCommands'
#    arguments:
#      - '@devel_wizard.spell.block_content_type_behat'
#      - '@entity_type.manager'
#    tags:
#      -
#        name: 'drush.command'
#
#  devel_wizard.command.spell.block_content_type_create:
#    class: 'Drupal\devel_wizard\Commands\BlockContentTypeCreateSpellCommands'
#    arguments:
#      - '@devel_wizard.spell.block_content_type_create'
#      - '@entity_type.manager'
#    tags:
#      -
#        name: 'drush.command'
#
#  devel_wizard.command.spell.block_content_type_migration:
#    class: 'Drupal\devel_wizard\Commands\BlockContentTypeMigrationSpellCommands'
#    arguments:
#      - '@devel_wizard.spell.block_content_type_migration'
#      - '@entity_type.manager'
#    tags:
#      -
#        name: 'drush.command'
#
#  devel_wizard.command.spell.block_content_type_role:
#    class: 'Drupal\devel_wizard\Commands\BlockContentTypeRoleSpellCommands'
#    arguments:
#      - '@devel_wizard.spell.block_content_type_role'
#      - '@entity_type.manager'
#    tags:
#      -
#        name: 'drush.command'
#
#  devel_wizard.command.spell.node_type:
#    class: 'Drupal\devel_wizard\Commands\NodeTypeSpellCommands'
#    arguments:
#      - '@devel_wizard.spell.node_type'
#      - '@entity_type.manager'
#    tags:
#      -
#        name: 'drush.command'
#
#  devel_wizard.command.spell.node_type_admin_view:
#    class: 'Drupal\devel_wizard\Commands\NodeTypeAdminViewSpellCommands'
#    arguments:
#      - '@devel_wizard.spell.node_type_admin_view'
#      - '@entity_type.manager'
#      - '@path.validator'
#    tags:
#      -
#        name: 'drush.command'
#
#  devel_wizard.command.spell.node_type_behat:
#    class: 'Drupal\devel_wizard\Commands\NodeTypeBehatSpellCommands'
#    arguments:
#      - '@devel_wizard.spell.node_type_behat'
#      - '@entity_type.manager'
#    tags:
#      -
#        name: 'drush.command'
#
#  devel_wizard.command.spell.node_type_create:
#    class: 'Drupal\devel_wizard\Commands\NodeTypeCreateSpellCommands'
#    arguments:
#      - '@devel_wizard.spell.node_type_create'
#      - '@entity_type.manager'
#    tags:
#      -
#        name: 'drush.command'
#
#  devel_wizard.command.spell.node_type_migration:
#    class: 'Drupal\devel_wizard\Commands\NodeTypeMigrationSpellCommands'
#    arguments:
#      - '@devel_wizard.spell.node_type_migration'
#      - '@entity_type.manager'
#    tags:
#      -
#        name: 'drush.command'
#
#  devel_wizard.command.spell.node_type_role:
#    class: 'Drupal\devel_wizard\Commands\NodeTypeRoleSpellCommands'
#    arguments:
#      - '@devel_wizard.spell.node_type_role'
#      - '@entity_type.manager'
#    tags:
#      -
#        name: 'drush.command'
#
#  devel_wizard.command.spell.project_drupal_drush:
#    class: 'Drupal\devel_wizard\Commands\ProjectDrupalDrushSpellCommands'
#    arguments:
#      - '@devel_wizard.spell.project_drupal_drush'
#    tags:
#      -
#        name: 'drush.command'
#
#  devel_wizard.command.spell.taxonomy_vocabulary:
#    class: 'Drupal\devel_wizard\Commands\TaxonomyVocabularySpellCommands'
#    arguments:
#      - '@devel_wizard.spell.taxonomy_vocabulary'
#      - '@entity_type.manager'
#    tags:
#      -
#        name: 'drush.command'
#
#  devel_wizard.command.spell.taxonomy_vocabulary_behat:
#    class: 'Drupal\devel_wizard\Commands\TaxonomyVocabularyBehatSpellCommands'
#    arguments:
#      - '@devel_wizard.spell.taxonomy_vocabulary_behat'
#      - '@entity_type.manager'
#    tags:
#      -
#        name: 'drush.command'
#
#  devel_wizard.command.spell.taxonomy_vocabulary_create:
#    class: 'Drupal\devel_wizard\Commands\TaxonomyVocabularyCreateSpellCommands'
#    arguments:
#      - '@devel_wizard.spell.taxonomy_vocabulary_create'
#      - '@entity_type.manager'
#    tags:
#      -
#        name: 'drush.command'
#
#  devel_wizard.command.spell.taxonomy_vocabulary_migration:
#    class: 'Drupal\devel_wizard\Commands\TaxonomyVocabularyMigrationSpellCommands'
#    arguments:
#      - '@devel_wizard.spell.taxonomy_vocabulary_migration'
#      - '@entity_type.manager'
#    tags:
#      -
#        name: 'drush.command'
#
#  devel_wizard.command.spell.taxonomy_vocabulary_role:
#    class: 'Drupal\devel_wizard\Commands\TaxonomyVocabularyRoleSpellCommands'
#    arguments:
#      - '@devel_wizard.spell.taxonomy_vocabulary_role'
#      - '@entity_type.manager'
#    tags:
#      -
#        name: 'drush.command'
#  devel_wizard.command.spell.phpstorm_idea:
#    class: Drupal\devel_wizard\Commands\PhpstormIdeaCommands
#    arguments:
#      - '@devel_wizard.spell.phpstorm_idea'
#      - '@devel_wizard.utils'
#    tags:
#      -
#        name: drush.command

Главная | Обратная связь

drupal hosting | друпал хостинг | it patrol .inc