CRUD UI

Component ID

2265085

Component name

CRUD UI

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Component created

Component changed

Component body

This module is a developer tool that provides a hook for creating simple CRUD (Create, Read, Update and Delete) views for your own module database tables.

For instance if you need to develop a module that need to save informations into a specific table, you can let CRUD UI managing the basic operations for you.

It simplifies for you the management of pagination, sorting, filtering, export, validation, access rights...etc.

Without any configuration CRUD UI is able to display consistent views based on the drupal hook_schema declared for the table you want to explore.

It becames even more relevent with some very simple configuration.