function Embed::buildRenderable

Same name and namespace in other branches
  1. 9 core/modules/views/src/Plugin/views/display/Embed.php \Drupal\views\Plugin\views\display\Embed::buildRenderable()
  2. 10 core/modules/views/src/Plugin/views/display/Embed.php \Drupal\views\Plugin\views\display\Embed::buildRenderable()
  3. 11.x core/modules/views/src/Plugin/views/display/Embed.php \Drupal\views\Plugin\views\display\Embed::buildRenderable()

Overrides DisplayPluginBase::buildRenderable

File

core/modules/views/src/Plugin/views/display/Embed.php, line 31

Class

Embed
The plugin that handles an embed display.

Namespace

Drupal\views\Plugin\views\display

Code

public function buildRenderable(array $args = [], $cache = TRUE) {
    $build = parent::buildRenderable($args, $cache);
    $build['#embed'] = TRUE;
    return $build;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.