Documentation

EnvironmentInterface extends ConfigurationProviderInterface, EventDispatcherInterface
in

Interface for a service which provides a readable configuration object

Table of Contents

Methods

dispatch()  : object
Provide all relevant listeners with an event to process.
getBlockStartParsers()  : iterable<string|int, BlockStartParserInterface>
getConfiguration()  : ConfigurationInterface
getDelimiterProcessors()  : DelimiterProcessorCollection
getExtensions()  : array<string|int, ExtensionInterface>
Get all registered extensions
getInlineParsers()  : iterable<string|int, InlineParserInterface>
getRenderersForClass()  : iterable<string|int, NodeRendererInterface>
getSlugNormalizer()  : TextNormalizerInterface

Methods

dispatch()

Provide all relevant listeners with an event to process.

public dispatch(object $event) : object
Parameters
$event : object

The object to process.

Return values
object

The Event that was passed, now modified by listeners.


        
On this page

Search results