Heratio Framework API Reference

Deprecated

Table of Contents

src/Repositories/WatermarkRepository.php
src/Routing/AhgMetadataRoute.class.php
src/Routing/QubitMetadataRoute.class.php

WatermarkRepository.php

Line Element Reason
13 WatermarkRepository

since 2.0.0, use AhgCore\Repositories\WatermarkRepository instead. This class is provided for backward compatibility only.

AhgMetadataRoute.class.php

Line Element Reason
17 AhgMetadataRoute::$METADATA_PLUGINS

Use MetadataTemplateRegistry for dynamic lookup. Core templates are in parent::$METADATA_PLUGINS. GLAM templates register via MetadataTemplateRegistry.

QubitMetadataRoute.class.php

Line Element Reason
38 QubitMetadataRoute::$METADATA_PLUGINS

Use MetadataTemplateRegistry instead. Plugins should implement MetadataTemplateProviderInterface and register via MetadataTemplateRegistry::register().

Core AtoM templates are handled by MetadataTemplateRegistry::$coreTemplates. AHG plugin templates should register dynamically in their configuration.

Search results