General

  eZ Systems Website
  Technical documentation
  Editor documentation

This Documentation contains:
 
Technical documentation:



⚠ WARNING ! This documentation is deprecated !

Please go to the current Technical Documentation

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

eZ Platform offers various container service tags. They can usually be used to extend existing features by registering services as specific extension points. This page lists all DIC tags exposed in eZ Publish 5Platform.

Core & API

Tag nameUsage

router

Adds a specific router to the chain router

twig.loader

Registers a template loader for twig

ezpublish.content_view_provider

Registers a ContentViewProvider for template selection depending on content/location Location being viewed

ezpublish.storageEngine

Registers a storage engine in the Repository factory

ezpublish.fieldType

Registers a Field Type

...

Tag nameUsage

ezpublish.storageEngine.legacy.converter

Registers a converter for a field type Field Type in legacy storage engine

ezpublish.fieldType.externalStorageHandler

Registers an external storage handler for a field typeField Type

ezpublish.fieldType.externalStorageHandler.gateway

Registers an external storage gateway for a field type Field Type in legacy storage engine

 

...