Drupal Sandbox
This module provides an easy entrypoint for testing the Drupal API by providing
a single route, /sandbox
, and page callback, sandbox_view()
., (*1)
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., (*2)
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
:, (*3)
{
"require": {
"itafroma/drupal-sandbox": "~7.1.0",
}
}
Download via Git
Clone the repository into your preferred modules directory:, (*4)
git clone https://github.com/itafroma/drupal-sandbox.git sandbox
The author of this module is Mark Trapp., (*5)
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., (*6)
Other links