novicell / content_hierarchy
Content hierarchy, alternative to content list and breadcrumbs
Installs: 49
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:drupal-module
pkg:composer/novicell/content_hierarchy
Requires
- drupal/pathauto: ~1.0
- drupal/token: ~1.0
- 1.x-dev
- 1.6.2
- 1.6.1
- 1.6.0
- 1.5.x-dev
- 1.5.11
- 1.5.10
- 1.5.9
- 1.5.8
- 1.5.7
- 1.5.6
- 1.5.4
- 1.5.3
- 1.5.2
- 1.5.1
- 1.5.0
- 1.4.5
- 1.4.4
- 1.4.3
- 1.4.2
- 1.4.1
- 1.4.0
- 1.3.0
- 1.2.9
- 1.2.8
- 1.2.7
- 1.2.6
- 1.2.5
- 1.2.4
- 1.2.3
- 1.2.2
- 1.2.1
- 1.2.0
- 1.1.2
- 1.1.1
- 1.1.0
- 1.0.8
- 1.0.7
- 1.0.6
- 1.0.5
- 1.0.4
- 1.0.3
- 1.0.2
- 1.0.1
- 1.0.0
- 0.3.0
- 0.2.4
- 0.2.3
- 0.2.2
- 0.2.0
This package is auto-updated.
Last update: 2025-09-15 11:21:13 UTC
README
This module provides the content editor with a way to organize her content and bring structure to the site using an approach familiar to many people used to Umbraco.
Hooks exposed by this module
Altering the content list:
// Alter the content list query HOOK_query_content_hierarchy_content_list_alter() // Alter or replace the items returned by the content list HOOK_content_hierarchy_content_list_alter($items)
Submodules
This module provides the following submodules:
Content Hierarchy Path
This module creates a pathauto pattern, that will generate URL aliases for nodes, based on the nodes placement in the content hierarchy.
Content Hierarchy Breadcrumb
This module generates a breadcrumb, based on the nodes placement in the content hierarchy, by extending the functionality in the entity_hierarchy_breadcrumb module.