You are here

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\Form

Code

public function getRenderer() {
  return $this->renderer;
}