You are here

README.txt in Devel 8

Same filename in this branch
  1. 8 README.txt
  2. 8 devel_generate/README.txt
  3. 8 kint/README.txt
Same filename and directory in other branches
  1. 8.2 README.txt
  2. 5 README.txt
  3. 6 README.txt
  4. 7 README.txt
README.txt for Devel module
---------------------------

CONTENTS OF THIS FILE
---------------------

 * Introduction
 * Requirements
 * Included Modules and Features
 * Recommended Modules
 * Installation
 * Configuration
 * Maintainers

INTRODUCTION
------------

Devel module contains helper functions and pages for Drupal developers and
inquisitive admins:

 - A block for running custom PHP on a page
 - A block for quickly accessing devel pages
 - A block for masquerading as other users (useful for testing)
 - A mail-system class which redirects outbound email to files
 - Drush commands such as fn-hook, fn-event, ...
 - Docs at https://api.drupal.org/api/devel
 - more

This module is safe to use on a production site. Just be sure to only grant
'access development information' permission to developers.

 - For a full description of the module visit:
   https://www.drupal.org/project/devel

 - To submit bug reports and feature suggestions, or to track changes visit:
   https://www.drupal.org/project/issues/devel


REQUIREMENTS
------------

This module requires no modules outside of Drupal core.


INCLUDED MODULES AND FEATURES
-----------------------------

Devel Kint - Provides a dpr() function, which pretty prints variables.
Useful during development. Also see similar helpers like dpm(), dvm().

Webprofiler - Adds a debug bar at bottom of all pages with tons of useful
information like a query list, cache hit/miss data, memory profiling, page
speed, php info, session info, etc.

Devel Generate - Bulk creates nodes, users, comment, terms for development. Has
Drush integration.

Drush Unit Testing - See develDrushTest.php for an example of unit testing of
the Drush integration. This uses Drush's own test framework, based on PHPUnit.
To run the tests, use run-tests-drush.sh. You may pass in any arguments that
are valid for `phpunit`.


RECOMMENDED MODULE
------------------

Devel Generate Extensions - Devel Images Provider allows to configure external
providers for images.

 - http://drupal.org/project/devel_image_provider


INSTALLATION
------------

 - Install the Devel module as you would normally install a contributed Drupal
   module. Visit https://www.drupal.org/node/1897420 for further information.


Author/Maintainers
------------------

 - Moshe Weitzman (moshe weitzman) - https://www.drupal.org/u/moshe-weitzman
 - Hans Salvisberg (salvis) - https://www.drupal.org/u/salvis
 - Pedro Cambra https://drupal.org/user/122101/contact http://www.ymbra.com/
 - Juan Pablo Novillo https://www.drupal.org/u/juampynr
 - lussoluca https://www.drupal.org/u/lussoluca
 - willzyx https://www.drupal.org/u/willzyx

File

README.txt
View source
  1. README.txt for Devel module
  2. ---------------------------
  3. CONTENTS OF THIS FILE
  4. ---------------------
  5. * Introduction
  6. * Requirements
  7. * Included Modules and Features
  8. * Recommended Modules
  9. * Installation
  10. * Configuration
  11. * Maintainers
  12. INTRODUCTION
  13. ------------
  14. Devel module contains helper functions and pages for Drupal developers and
  15. inquisitive admins:
  16. - A block for running custom PHP on a page
  17. - A block for quickly accessing devel pages
  18. - A block for masquerading as other users (useful for testing)
  19. - A mail-system class which redirects outbound email to files
  20. - Drush commands such as fn-hook, fn-event, ...
  21. - Docs at https://api.drupal.org/api/devel
  22. - more
  23. This module is safe to use on a production site. Just be sure to only grant
  24. 'access development information' permission to developers.
  25. - For a full description of the module visit:
  26. https://www.drupal.org/project/devel
  27. - To submit bug reports and feature suggestions, or to track changes visit:
  28. https://www.drupal.org/project/issues/devel
  29. REQUIREMENTS
  30. ------------
  31. This module requires no modules outside of Drupal core.
  32. INCLUDED MODULES AND FEATURES
  33. -----------------------------
  34. Devel Kint - Provides a dpr() function, which pretty prints variables.
  35. Useful during development. Also see similar helpers like dpm(), dvm().
  36. Webprofiler - Adds a debug bar at bottom of all pages with tons of useful
  37. information like a query list, cache hit/miss data, memory profiling, page
  38. speed, php info, session info, etc.
  39. Devel Generate - Bulk creates nodes, users, comment, terms for development. Has
  40. Drush integration.
  41. Drush Unit Testing - See develDrushTest.php for an example of unit testing of
  42. the Drush integration. This uses Drush's own test framework, based on PHPUnit.
  43. To run the tests, use run-tests-drush.sh. You may pass in any arguments that
  44. are valid for `phpunit`.
  45. RECOMMENDED MODULE
  46. ------------------
  47. Devel Generate Extensions - Devel Images Provider allows to configure external
  48. providers for images.
  49. - http://drupal.org/project/devel_image_provider
  50. INSTALLATION
  51. ------------
  52. - Install the Devel module as you would normally install a contributed Drupal
  53. module. Visit https://www.drupal.org/node/1897420 for further information.
  54. Author/Maintainers
  55. ------------------
  56. - Moshe Weitzman (moshe weitzman) - https://www.drupal.org/u/moshe-weitzman
  57. - Hans Salvisberg (salvis) - https://www.drupal.org/u/salvis
  58. - Pedro Cambra https://drupal.org/user/122101/contact http://www.ymbra.com/
  59. - Juan Pablo Novillo https://www.drupal.org/u/juampynr
  60. - lussoluca https://www.drupal.org/u/lussoluca
  61. - willzyx https://www.drupal.org/u/willzyx