Default main content renderer for offcanvas dialog requests.
Hierarchy
- class \Drupal\Core\Render\MainContent\DialogRenderer implements MainContentRendererInterface
- class \Drupal\outside_in\Render\MainContent\OffCanvasRender
File
- core/modules/outside_in/src/Render/MainContent/OffCanvasRender.php, line 16
Namespace
Drupal\outside_in\Render\MainContent
Members
Name | Modifiers | Type | Description |
---|---|---|---|
DialogRenderer::$titleResolver | protected | property | The title resolver. |
DialogRenderer::determineTargetSelector | protected | function | Determine the target selector for the OpenDialogCommand. |
OffCanvasRender::$renderer | protected | property | The renderer. |
OffCanvasRender::renderResponse | public | function | Renders the main content render array into a response. Overrides DialogRenderer::renderResponse |
OffCanvasRender::__construct | public | function | Constructs a new OffCanvasRender. Overrides DialogRenderer::__construct |
Please login to continue.