You are here

public function ContextListBuilder::render in Context 8

Same name and namespace in other branches
  1. 8.4 modules/context_ui/src/ContextListBuilder.php \Drupal\context_ui\ContextListBuilder::render()
  2. 8.0 modules/context_ui/src/ContextListBuilder.php \Drupal\context_ui\ContextListBuilder::render()

Use a form instead of the entity list builder to display contexts.

Overrides EntityListBuilder::render

File

modules/context_ui/src/ContextListBuilder.php, line 78

Class

ContextListBuilder

Namespace

Drupal\context_ui

Code

public function render() {
  return $this->formBuilder
    ->getForm($this);
}