‪TYPO3CMS  ‪main
TYPO3\CMS\Core\Routing\Aspect\MappableProcessor Class Reference

Public Member Functions

 resolve (Route $route, array &$attributes)
 
 generate (Route $route, array &$attributes)
 

Protected Member Functions

MappableAspectInterface[] fetchMappers (Route $route, array $attributes, string $type=MappableAspectInterface::class)
 

Detailed Description

Helper class for resolving all aspects that are mappable.

Definition at line 25 of file MappableProcessor.php.

Member Function Documentation

◆ fetchMappers()

MappableAspectInterface [] TYPO3\CMS\Core\Routing\Aspect\MappableProcessor::fetchMappers ( Route  $route,
array  $attributes,
string  $type = MappableAspectInterface::class 
)
protected

◆ generate()

TYPO3\CMS\Core\Routing\Aspect\MappableProcessor::generate ( Route  $route,
array &  $attributes 
)

◆ resolve()

TYPO3\CMS\Core\Routing\Aspect\MappableProcessor::resolve ( Route  $route,
array &  $attributes 
)