‪TYPO3CMS  ‪main
TYPO3\CMS\Dashboard\Widgets\RequestAwareWidgetInterface Interface Reference
Inheritance diagram for TYPO3\CMS\Dashboard\Widgets\RequestAwareWidgetInterface:
TYPO3\CMS\Dashboard\Widgets\BarChartWidget TYPO3\CMS\Dashboard\Widgets\CtaWidget TYPO3\CMS\Dashboard\Widgets\DoughnutChartWidget TYPO3\CMS\Dashboard\Widgets\ListWidget TYPO3\CMS\Dashboard\Widgets\NumberWithIconWidget TYPO3\CMS\Dashboard\Widgets\RssWidget TYPO3\CMS\Dashboard\Widgets\T3GeneralInformationWidget TYPO3\CMS\Seo\Widgets\PagesWithoutDescriptionWidget

Public Member Functions

 setRequest (ServerRequestInterface $request)
 

Detailed Description

Interface for widgets that need the ServerRequestInterface Request. The setter is called immediately after class instantiation. Useful for Widgets that depend on a request, for instance when dealing with views based on BackendViewFactory.

Definition at line 28 of file RequestAwareWidgetInterface.php.

Member Function Documentation

◆ setRequest()