public function AutocompletionConfigurationListBuilder::render in Search Autocomplete 8
Same name and namespace in other branches
- 2.x src/Controller/AutocompletionConfigurationListBuilder.php \Drupal\search_autocomplete\Controller\AutocompletionConfigurationListBuilder::render()
Adds some descriptive text to our entity list.
Typically, there's no need to override render(). You may wish to do so, however, if you want to add markup before or after the table.
Return value
array Renderable array.
Overrides EntityListBuilder::render
File
- src/
Controller/ AutocompletionConfigurationListBuilder.php, line 143
Class
- AutocompletionConfigurationListBuilder
- Provides a listing of autocompletion_configuration entities.
Namespace
Drupal\search_autocomplete\ControllerCode
public function render() {
return Drupal::formBuilder()
->getForm($this);
}