PHP eZ\Publish\Core\FieldType\RichText Namespace

Nested Namespaces

eZ\Publish\Core\FieldType\RichText\Converter
eZ\Publish\Core\FieldType\RichText\Normalizer
eZ\Publish\Core\FieldType\RichText\RichTextStorage

Interfaces

Name Description
Converter Interface for rich text conversion.
RendererInterface RichText field type renderer interface, to be implemented in MVC layer.

Classes

Name Description
ConverterDispatcher Dispatcher for various converters depending on the XML document namespace.
InternalLinkValidator Validator for RichText internal format links.
Normalizer Abstract class for XML normalization of string input.
RichTextStorage
SearchField Indexable definition for RichText field type.
Type RichText field type.
Validator Validates XML document using ISO Schematron (as XSLT stylesheet), XSD and RELAX NG schemas.
ValidatorDispatcher Dispatcher for various validators depending on the XML document namespace.
Value Value for RichText field type.
XmlBase A base class for XML document handlers.