You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
3 weeks ago | |
|---|---|---|
| .. | ||
| .ddev | 3 weeks ago | |
| config | 3 weeks ago | |
| css | 3 weeks ago | |
| devel_generate | 3 weeks ago | |
| icons | 3 weeks ago | |
| src | 3 weeks ago | |
| tests | 3 weeks ago | |
| .gitignore | 3 weeks ago | |
| .gitlab-ci.yml | 3 weeks ago | |
| CODEOWNERS | 3 weeks ago | |
| LICENSE.txt | 3 weeks ago | |
| README.md | 3 weeks ago | |
| composer.json | 3 weeks ago | |
| devel.api.php | 3 weeks ago | |
| devel.info.yml | 3 weeks ago | |
| devel.install | 3 weeks ago | |
| devel.libraries.yml | 3 weeks ago | |
| devel.links.menu.yml | 3 weeks ago | |
| devel.links.task.yml | 3 weeks ago | |
| devel.module | 3 weeks ago | |
| devel.permissions.yml | 3 weeks ago | |
| devel.routing.yml | 3 weeks ago | |
| devel.services.yml | 3 weeks ago | |
| logo.png | 3 weeks ago | |
| phpcs.xml.dist | 3 weeks ago | |
| phpstan.neon | 3 weeks ago | |
README.md
[[TOC]]
Updates
- July 2025: Use Kint module if you prefer Kint to the built-in Symfony Var-Dumper. Kint support has moved to that module.
Introduction
Devel module contains helper functions and pages for Drupal developers and inquisitive admins:
- A block and toolbar for quickly accessing devel pages. Install drupal/navigation_extra_tools for core navigation module integration.
- A local task tab added to entities to view their properties
- Urls created to view the internal entity properties even when there is no menu tab, for example /devel/paragraph/n
- Debug functions for inspecting a variable such as
dpm($variable) - Debug a SQL query
dpq($queryor print a backtraceddebug_backtrace() - 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,token,uuid, anddevel-services - Devel Generate. Bulk creates nodes, users, comment, taxonomy, media, menus, block content for development. Has Drush integration.
This module is safe to use on a production site. Just be sure to only grant access development information permission to developers.
Collaboration
- https://gitlab.com/drupalspoons/devel is our workplace for code, MRs, and CI.
- Create a personal fork in order to make an MR.
- We plan to move bck to drupal.org once it uses Gitlab for issues.
- We auto-push back to git.drupalcode.org in order to keep Security Team coverage and packages.drupal.org integration.
- Chat with us at #devel on Drupal Slack.
Local Development
DDEV is configured with https://github.com/ddev/ddev-drupal-contrib for for easy local development, test running, etc.
Version Compatibility
| Devel version | Drupal core | PHP | Drush |
|---|---|---|---|
| 5.2+ | 10+ | 8.1+ | 12+ |
| 5.0, 5.1 | 9,10 | 8.1+ | 11+ |
| 4.x | 8.9+,9 | 7.2+ | 9+ |
| 8.x-2.x | 8.x | 7.0+ | 8+ |
Maintainers
See https://gitlab.com/groups/drupaladmins/devel/-/group_members.