itafroma/drupal-sandbox
Composer 安装命令:
composer require itafroma/drupal-sandbox
包简介
Sandbox module for quickly testing the Drupal API
关键字:
README 文档
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.
Other links
统计信息
- 总下载量: 24
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0
- 更新时间: 2013-07-26