Copied!
AbstractInterface
Methods
public abstract Psr\EventDispatcher\EventDispatcherInterface::dispatch(object $event)
 

Provide all relevant listeners with an event to process.

  • param object $event The object to process.
  • return object The Event that was passed, now modified by listeners.
public abstract getBlockStartParsers() : iterable
 
  • return iterable<\BlockStartParserInterface>
public abstract League\Config\ConfigurationProviderInterface::getConfiguration() : League\Config\ConfigurationInterface
public abstract getDelimiterProcessors() : League\CommonMark\Delimiter\Processor\DelimiterProcessorCollection
public abstract getExtensions() : iterable
 

Get all registered extensions

  • return \ExtensionInterface[]
public abstract getInlineParsers() : iterable
 
  • return iterable<\InlineParserInterface>
public abstract getRenderersForClass(string $nodeClass) : iterable
 
  • psalm-param class-string<Node> $nodeClass
  • return iterable<\NodeRendererInterface>
public abstract getSlugNormalizer() : League\CommonMark\Normalizer\TextNormalizerInterface
© 2025 Bruce Wells
Search Namespaces \ Classes
Configuration