Skip to main content
Drupal is a registered trademark of Dries Buytaert
Release: OpenID Connect / OAuth client 3.0.0-alpha9 New alpha version released for module openid_connect (3.0.0-alpha9). Release: Timelinr 1.0.1 Minor update available for module timelinr (1.0.1). Usage Milestone: Simplify Module simplify crossed 10,000 active installs. Usage Milestone: Views Reference Filter Module entityreference_filter crossed 10,000 active installs. Usage Milestone: Dropdown Language Module dropdown_language crossed 10,000 active installs. Usage Milestone: Paragraphs Browser Module paragraphs_browser crossed 10,000 active installs. Usage Milestone: OpenAPI Module openapi crossed 10,000 active installs. Usage Milestone: Decoupled Router Module decoupled_router crossed 10,000 active installs. Usage Milestone: Time Field for Drupal 8+ Module time_field crossed 10,000 active installs. Module Revived: Entityqueue Buttons 1.1.2 Module entityqueue_buttons updated after 8 months of inactivity (1.1.2).

Checklist API

24,145 sites Security covered Drupal 9–11
View on drupal.org

Checklist API allows modules to create dynamic checklists that track user progress and completion times. It handles menu items and permissions for these checklists.

Checklist API Provides a simple interface for modules to create fillable, persistent checklists that track progress with completion times and users. You don't need this unless you're a module developer or you want to use a module that calls for it.

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. In Drupal 7, progress details are saved in one Drupal variable per checklist. In Drupal 8, they are stored in one config file per checklist. (Note: it is the responsibility of implementing modules to remove their own variables/config on hook_uninstall(). See checklistapiexample_uninstall() for an example.)

See checklistapi_example.module for an example implementation and checklistapi.api.php for complete details.

Drush

Checklist API provides Drush commands. They require Drush 6 or later. To see the list of available commands, run drush --filter=checklistapi. For more about Drush, including installation instructions, visit http://www.drush.org/.

Project status/maintenance

I (TravisCarden) no longer have any personal need for this module as my work has taken me in other directions. The following people have generously offered to co-maintain it.

Branch maintainers

9.x - 11.x

7.x


Depends on

Dependencies of the latest stable release

No dependencies recorded for this project.

Required by

5 tracked projects depend on this one

Activity

Tracked releases
1
Tracked since
Nov 2025
Latest release
9 months ago
Releases (12 mo)
1 ▲ from 0
Maintenance
Slowing

Releases

Version Type Core Release date
2.1.7 Stable 9–11 Nov 21, 2025