Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/backdrop-contrib/entity_plus
This module wraps in a variety of additional entity-related functionality from various sources. Partial port of D7 Entity API.
https://github.com/backdrop-contrib/entity_plus
backdrop backdropcms cms entity
Last synced: 4 days ago
JSON representation
This module wraps in a variety of additional entity-related functionality from various sources. Partial port of D7 Entity API.
- Host: GitHub
- URL: https://github.com/backdrop-contrib/entity_plus
- Owner: backdrop-contrib
- License: gpl-2.0
- Created: 2018-07-26T18:32:46.000Z (over 6 years ago)
- Default Branch: 1.x
- Last Pushed: 2024-06-10T22:43:38.000Z (8 months ago)
- Last Synced: 2025-02-04T20:38:25.648Z (10 days ago)
- Topics: backdrop, backdropcms, cms, entity
- Language: PHP
- Homepage: https://backdropcms.org/project/entity_plus
- Size: 916 KB
- Stars: 3
- Watchers: 12
- Forks: 11
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
Entity Plus
=================This module wraps in a variety of entity-related functionality from various
sources, including:- The `Entity Metadata Wrapper` module from Drupal 7.
- Various bits from the `Entity API` module from Drupal 7 which have not (yet)
been merged into core. Note that this module renames several functions from
the `entity_xxx()` format to `entity_plus_xxx()` format to prevent conflict
in case some of these functions are eventually merged into core.This is an API module. You only need to enable it if a module depends on it or
you are interested in using it for development.Installation and Usage:
---------------
- Install this module using the [official Backdrop CMS instructions](https://backdropcms.org/guide/modules)
- Usage instructions can be [viewed and edited in the Wiki](https://github.com/backdrop-contrib/entity_plus/wiki).
- The [Basic Entity Plus Example](https://github.com/backdrop-contrib/basic_entity_plus_example)
module provides an example of a custom entity using Entity Plus and Entity UI.Current Maintainers
---------------- [Laryn Kragt Bakker](https://github.com/laryn)
- [Joseph Flatt](https://github.com/hosef)
- [Alejandro Cremaschi](https://github.com/argiepiano)
- Seeking co-maintainersCredits
---------------- Ported to Backdrop by [docwilmot](https://github.com/docwilmot)
- Original Drupal version by [Wolfgang Ziegler](https://www.drupal.org/user/16747)License
---------------This project is GPL v2 software. See the LICENSE.txt file in this directory
for complete text.