public function UnsavedConfigurationFormTrait::getRenderer in Search API 8
Retrieves the renderer.
Return value
\Drupal\Core\Render\RendererInterface The renderer.
File
- src/
Form/ UnsavedConfigurationFormTrait.php, line 32
Class
- UnsavedConfigurationFormTrait
- Provides a helper methods for forms to correctly treat unsaved configuration.
Namespace
Drupal\search_api\FormCode
public function getRenderer() {
return $this->renderer;
}