X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=vendor%2Fdrupal%2Fconsole-en%2Ftranslations%2Fgenerate.authentication.provider.yml;h=a867018baa6438726f8ef439c3972276d7608708;hb=af6d1fb995500ae68849458ee10d66abbdcfb252;hp=d515ea543d88a149483673fd455bdb761e4df310;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;p=yaffs-website diff --git a/vendor/drupal/console-en/translations/generate.authentication.provider.yml b/vendor/drupal/console-en/translations/generate.authentication.provider.yml index d515ea543..a867018ba 100644 --- a/vendor/drupal/console-en/translations/generate.authentication.provider.yml +++ b/vendor/drupal/console-en/translations/generate.authentication.provider.yml @@ -1,6 +1,18 @@ description: 'Generate an Authentication Provider' help: 'The generate:authentication:provider command helps you generate a new Authentication Provider.' +welcome: 'Welcome to the Drupal Authentication Provider generator' options: - class: 'Authentication Provider class' - provider-id: 'Provider ID' -module: common.options.module + module: 'The Module name.' + class: 'Authentication Provider class' + provider-id: 'Provider ID' +questions: + module: 'Enter the module name' + class: 'Enter the Authentication Provider class' + provider-id: 'Enter the Provider ID' +examples: + - description: 'Generate an authentication provider specifying the module, the class and the provider id' + execution: | + drupal generate:authentication:provider \ + --module="modulename" \ + --class="DefaultAuthenticationProvider" \ + --provider-id="default_authentication_provider"