Registry /
web-framework / ezsystems-ezplatform-design-engine
Design fallback mechanism for eZ Platform, enabling theme-based template resolution.
Install & Compatibility
Where this runs
No compatibility data collected yet for this library.
Code
Verified usage
Verified import paths — ran on the pinned version, not inferred.
use EzSystems\EzPlatformDesignEngine\Design\DesignService;
Resolve a template path using the design fallback mechanism.
use EzSystems\EzPlatformDesignEngine\Design\DesignService;
$designService = new DesignService($config);
$template = $designService->resolveDesign('theme1', 'content/view/full.html.twig');
Debug
Known footguns
No known footguns recorded.
Upgrade
Version history
Breaking-change detection hasn't run for this library yet.
Audit
Security & dependencies
CVE tracking and dependency tree are planned for a later release.