This project is not covered by Drupal’s security advisory policy.
The Altering Entity Routes is based on Entity Construction Kit (ECK) . It can alter routes of entities created by eck.
As we know,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.
The entities` paths are like "admin/structure/eck/entity/$eck_type->id /{$eck_type->id }" when we create one entity type use eck e.g. admin/structure/eck/entity/book/1("book" entity type is created by eck). And this path will use admin themes,that is not what we want.
Now this Altering Entity Routes module could alter eck`s path to "/$eck_type->id /{$eck_type->id }" automatically. Then it will use the front theme when we browse.
Dependencies:
eck(>= 8.x)
Project information
Seeking new maintainer
The current maintainers are looking for new people to take ownership.Maintenance fixes only
Considered feature-complete by its maintainers.- Project categories: Administration tools
- Created by Uming on , updated
This project is not covered by the security advisory policy.
Use at your own risk! It may have publicly disclosed vulnerabilities.
