phenaproxima / checklistapi

A mirror of the Drupal Checklist API module

Home Page:https://drupal.org/project/checklistapi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Checklist API

Build Status

Contents of This File

Introduction

Current Maintainer: TravisCarden

Checklist API provides a simple interface for modules to create fillable, persistent checklists that track progress with completion times and users. See checklistapi_example.module for an example implementation.

Installation

Checklist API is installed in the usual way. See Installing contributed modules.

Implementation

Checklists are declared as multidimensional arrays using hook_checklistapi_checklist_info(). They can be altered using hook_checklistapi_checklist_info_alter(). Checklist API handles creation of menu items and permissions. Progress details are saved in one config file per checklist.

See checklistapi.api.php for more details.

Drush

Checklist API has Drush integration. To see the list of available commands, run drush --filter=checklistapi. For more about Drush, including installation instructions, see the Drush docs.

About

A mirror of the Drupal Checklist API module

https://drupal.org/project/checklistapi


Languages

Language:PHP 93.2%Language:JavaScript 5.1%Language:HTML 0.9%Language:CSS 0.7%