jhu-idc / idc_ui_module
Moo Module
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 10
Forks: 1
Open Issues: 1
Type:drupal-module
pkg:composer/jhu-idc/idc_ui_module
This package is not auto-updated.
Last update: 2025-10-22 17:14:38 UTC
README
Defining a custom page
To define a custom page:
- create a function in
PageController.phpthat returns a theme that points to a template and whatever variables you want - define the template in the
hook_theme()in the.modulefile - define routing configuration in
routing.yml
To define a custom block:
- create a block php file in
src/Plugin/Blockthat returns a theme that points to a template and whatever variables you want (similar to the Controller above) OR return a simple#markupstring if you don't need anything complex.
iDC Serializer
This module, and the iDC Serializer that is part of this module, incorporates, modifies and otherwise combines parts of the Facets and Pager Serializer projects. The date these modifications were first incorporated into this module is March 9, 2021.