entity_manager
8 sites
No security coverage
The module provides a method for rapidly building site administration interfaces, catering to scenarios where Drupal's default admin console cannot be directly delivered to users. It enables on-demand creation of administrative functionalities independent of Drupal's default management interface, specifically including: List/URL and Permissions.
Features
- Support all content entity type: node, taxonomy, block and custom type
- The management interface is distinguished by entity bundles.
- Support all config entity type
- Plugable and configable entity operations, custom operations can be added easily
- Provide uniform url path with "/manage" prefix: /manage/article, /manage/article/add, /manage/article/[id]/edit, /manage/article/[id]/[plugin], Url auto generated with plugin
- Provide interface corresponding permission structure and permission auto genderated with plugin
- Automatic manage list page( auto created views), manage menu, page action ,page tab generated
- Organizational-level access control support
- Included operation Plugin: Add/Edit/Delete/Translate/Moderation/Layout/AISEO
Organizational-level access setup
- Add entity reference field with machine name "field_orgnization" both for managed entity and user
- enable "Orgnization Control" in entity manager item
- Organizational-level permission will be auto gennerated
- Views Organizational-level filter can be set with views Contextual filters with default value "Current User Orgnization"