Entity Construction Kit (ECK)

Module Drupal Illustration Voir sur Drupal.org
Nb téléchargements : 11720

Components

  • Code
  • Documentation
  • Miscellaneous
  • User interface

Documentation

Images


Licence

http://www.gnu.org/licenses/old-licenses/gpl-2.0.html

permet d'utiliser et créer des entités de façon simplifiée

Release

Status : Published
Projects : Modules
Maintenance status : Actively maintained
Development status : Under active development
Supported Branches : 2.0.
shield Stable releases for this project are covered by the security advisory policy.


Description

The Entity Construction Kit (ECK) builds upon the entity system to create a flexible and extensible data modeling system both with a UI for site builders, and with useful abstractions (classes, plugins, etc) to help developers use entities with ease.

ECK allows the creation and management of entity types with custom properties; adding bundles to entity types; and fields to bundles, with the help of the Field UI module.

If that last sentence sounded like a foreign language, I suggest reading the first section of ECK's documentation: Understanding Entity Terminology

If you are developer and want to extend ECK, please checkout the more in depth, Documentation here in drupal.org. If the piece of documentation you were needing is missing, please let us know through the Issue queue. We easily surrender to peer pressure.

Features

For Site Builders

  • User Interface for managing entity types, bundles, and entities
  • Dynamically add or delete properties from any entity type built with ECK
  • Add functionality offered by ECK or other modules to any of your properties through the new behavior system

For Developers

  • Classes to create an manipulate entity types and bundles with ease
  • ECK introduces a ctools plugin-type called 'property behavior'. Behaviors are useful to write functionality that can be attached to any property
  • Content Entity Builder: Create content entity types with base fields as config, plus the possibility to export them to code.


Toutes les informations proviennent du site drupal.org