You are here

service apigee_edge.edge_role_create in Apigee Edge 8

Class

Drupal\apigee_edge\Command\CreateEdgeRoleCommand

Tags

  • drupal.command

File

./console.services.yml
console.services.yml

View source
  1. class: Drupal\apigee_edge\Command\CreateEdgeRoleCommand
  2. arguments:
  3. - '@apigee_edge.cli'
  4. - '@logger.log_message_parser'
  5. - '@logger.factory'
  6. tags:
  7. - { name: drupal.command }