PHP Class eZ\Bundle\EzPublishCoreBundle\Matcher\ServiceAwareMatcherFactory

If a service id is passed as the MatcherIdentifier, this service will be used for the matching. Otherwise, it will fallback to the class name based matcher factory.
Inheritance: extends eZ\Publish\Core\MVC\Symfony\Matcher\ClassNameMatcherFactory, implements Symfony\Component\DependencyInjection\ContainerAwareInterface, use trait Symfony\Component\DependencyInjection\ContainerAwareTrait
Datei anzeigen Open project: ezsystems/ezpublish-kernel

Protected Methods

Method Description
getMatcher ( string $matcherIdentifier ) : eZ\Publish\Core\MVC\Symfony\Matcher\ContentBased\MatcherInterface

Method Details

getMatcher() protected method

protected getMatcher ( string $matcherIdentifier ) : eZ\Publish\Core\MVC\Symfony\Matcher\ContentBased\MatcherInterface
$matcherIdentifier string
return eZ\Publish\Core\MVC\Symfony\Matcher\ContentBased\MatcherInterface