itafroma / drupal-sandbox
Sandbox module for quickly testing the Drupal API
Installs: 24
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Type:drupal-module
Requires
- php: >=5.2.5
- composer/installers: ~1.0
This package is auto-updated.
Last update: 2024-10-15 06:43:56 UTC
README
This module provides an easy entrypoint for testing the Drupal API by providing
a single route, /sandbox
, and page callback, sandbox_view()
.
Requirements
Installation
Download the module via one of the download methods below and enable the module. If you need help, Drupal.org has more information about installing contributed modules.
Download via Composer (recommended)
Add the following to your composer.json
file in sites/all
, sites/default
,
or sites/example.com
and run composer install
:
{ "require": { "itafroma/drupal-sandbox": "~7.1.0", } }
Download via Git
Clone the repository into your preferred modules directory:
git clone https://github.com/itafroma/drupal-sandbox.git sandbox
Author and contact
The author of this module is Mark Trapp.
Copyright and license
This module is licensed via the GNU General Public License, v2.0 only. Where applicable, it is copyright © 2013 Mark Trapp with all rights otherwise reserved. A copy of this license can be found in the LICENSE file.