function Embed::buildRenderable

Overrides DisplayPluginBase::buildRenderable

File

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

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.