• Drupal Console Book Multi-Language
  • Drupal Console Documentation
  • 1. What is the Drupal Console
    • 1.1. Why should you care about?
    • 1.2. How does Drupal Console help?
    • 1.3. Where do I find the project?
  • 2. Getting the project
    • 2.1. Using the Installer
    • 2.2. Using Composer
    • 2.3. Download phar file
    • 2.4. Update project
  • 3. Using the project
    • 3.1. How to copy configuration files
    • 3.2. How to download, install and serve Drupal 8
    • 3.3. How to use Drupal Console in a multi-site installation
    • 3.4. How to use Drupal Console in a remote installation
  • 4. Available commands
    • 4.1. about
    • 4.2. chain
    • 4.3. help
    • 4.4. init
    • 4.5. list
    • 4.6. server
    • 4.7. cache:rebuild
    • 4.8. config:debug
    • 4.9. config:edit
    • 4.10. config:export
    • 4.11. config:export:content:type
    • 4.12. config:export:single
    • 4.13. config:export:view
    • 4.14. config:import
    • 4.15. config:import:single
    • 4.16. config:override
    • 4.17. container:debug
    • 4.18. create:nodes
    • 4.19. create:terms
    • 4.20. create:users
    • 4.21. create:vocabularies
    • 4.22. cron:debug
    • 4.23. cron:execute
    • 4.24. cron:release
    • 4.25. database:client
    • 4.26. database:connect
    • 4.27. database:dump
    • 4.28. database:log:clear
    • 4.29. database:log:debug
    • 4.30. database:restore
    • 4.31. generate:authentication:provider
    • 4.32. generate:command
    • 4.33. generate:controller
    • 4.34. generate:doc:dash
    • 4.35. generate:doc:gitbook
    • 4.36. generate:entity:bundle
    • 4.37. generate:entity:config
    • 4.38. generate:entity:content
    • 4.39. generate:event:subscriber
    • 4.40. generate:form
    • 4.41. generate:form:alter
    • 4.42. generate:form:config
    • 4.43. generate:module
    • 4.44. generate:permissions
    • 4.45. generate:plugin:block
    • 4.46. generate:plugin:condition
    • 4.47. generate:plugin:field
    • 4.48. generate:plugin:fieldformatter
    • 4.49. generate:plugin:fieldtype
    • 4.50. generate:plugin:fieldwidget
    • 4.51. generate:plugin:imageeffect
    • 4.52. generate:plugin:imageformatter
    • 4.53. generate:plugin:rest:resource
    • 4.54. generate:plugin:rulesaction
    • 4.55. generate:plugin:type:annotation
    • 4.56. generate:plugin:type:yaml
    • 4.57. generate:plugin:views:field
    • 4.58. generate:profile
    • 4.59. generate:routesubscriber
    • 4.60. generate:service
    • 4.61. generate:theme
    • 4.62. locale:language:add
    • 4.63. locale:language:delete
    • 4.64. locale:translation:status
    • 4.65. migrate:debug
    • 4.66. migrate:execute
    • 4.67. migrate:setup
    • 4.68. module:debug
    • 4.69. module:download
    • 4.70. module:install
    • 4.71. module:uninstall
    • 4.72. multisite:debug
    • 4.73. rest:debug
    • 4.74. rest:disable
    • 4.75. rest:enable
    • 4.76. router:debug
    • 4.77. router:rebuild
    • 4.78. site:debug
    • 4.79. site:install
    • 4.80. site:maintenance
    • 4.81. site:mode
    • 4.82. site:new
    • 4.83. site:status
    • 4.84. state:debug
    • 4.85. state:override
    • 4.86. test:debug
    • 4.87. test:run
    • 4.88. theme:debug
    • 4.89. theme:download
    • 4.90. theme:install
    • 4.91. theme:uninstall
    • 4.92. update:debug
    • 4.93. update:execute
    • 4.94. user:debug
    • 4.95. user:delete
    • 4.96. user:login:clear:attempts
    • 4.97. user:login:url
    • 4.98. user:password:hash
    • 4.99. user:password:reset
    • 4.100. views:debug
    • 4.101. views:disable
    • 4.102. views:enable
    • 4.103. yaml:diff
    • 4.104. yaml:merge
    • 4.105. yaml:split
    • 4.106. yaml:update:key
    • 4.107. yaml:update:value
  • 5. Contributing to Drupal Console
    • 5.1. Project requirements
    • 5.2. Getting the project
    • 5.3. Running the project
    • 5.4. Keeping your fork up to date
    • 5.5. Creating issues and pull requests
    • 5.6. Contribute to this documentation
  • 6. FAQ (Frequently Asked Questions) about Drupal Console
    • 6.1. Installation problems
    • 6.2. Permissions
    • 6.3. Commands not listed
    • 6.4. Interactive Mode
  • 7. References
Powered by GitBook

Drupal Console Book Multi-Language

References

Drupal Console code repository

https://github.com/hechoendrupal/DrupalConsole

Documentation repository

https://github.com/hechoendrupal/drupal-console-book

Resources

  • Symfony Components
  • Drupal 8
  • PHP the right way
  • KNP University
  • Build a module
  • DrupalizeMe
  • Git
  • Composer
  • Box