‪TYPO3CMS  11.5
TYPO3\CMS\Extbase\Mvc\View\ViewResolverInterface Interface Reference
Inheritance diagram for TYPO3\CMS\Extbase\Mvc\View\ViewResolverInterface:
TYPO3\CMS\Extbase\Mvc\View\GenericViewResolver

Public Member Functions

 resolve (string $controllerObjectName, string $actionName, string $format)
 

Detailed Description

only to be used within Extbase, not part of TYPO3 Core API.

It's safe to use this interface in TYPO3 10 LTS as it will not be changed or removed in that version but this interface is likely to be removed and/or changed in version 11.

Definition at line 26 of file ViewResolverInterface.php.

Member Function Documentation

◆ resolve()

TYPO3\CMS\Extbase\Mvc\View\ViewResolverInterface::resolve ( string  $controllerObjectName,
string  $actionName,
string  $format 
)