RendererInterface

Defines an interface for turning a render array into a string.

Hierarchy

File

core/lib/Drupal/Core/Render/RendererInterface.php, line 8

Namespace

Drupal\Core\Render

Members

Name Modifiers Type Description
RendererInterface::addCacheableDependency public function Adds a dependency on an object: merges its cacheability metadata.
RendererInterface::executeInRenderContext public function Executes a callable within a render context.
RendererInterface::hasRenderContext public function Checks whether a render context is active.
RendererInterface::mergeBubbleableMetadata public function Merges the bubbleable rendering metadata o/t 2nd render array with the 1st.
RendererInterface::render public function Renders HTML given a structured array tree.
RendererInterface::renderPlaceholder public function Renders final HTML for a placeholder.
RendererInterface::renderPlain public function Renders final HTML in situations where no assets are needed.
RendererInterface::renderRoot public function Renders final HTML given a structured array tree.
doc_Drupal
2016-10-29 09:37:38
Comments
Leave a Comment

Please login to continue.