You are here

public function ContextListBuilder::render in Context 8.4

Same name and namespace in other branches
  1. 8 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 92

Class

ContextListBuilder
Provides a class to crate the Context List.

Namespace

Drupal\context_ui

Code

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