You are here

public function DisplayInterface::getPath in Search API 8

Returns the base path used by this display.

Return value

string|null The base path for this display, or NULL if there is none.

1 method overrides DisplayInterface::getPath()
DisplayPluginBase::getPath in src/Display/DisplayPluginBase.php
Returns the base path used by this display.

File

src/Display/DisplayInterface.php, line 64

Class

DisplayInterface
Defines an interface for display plugins.

Namespace

Drupal\search_api\Display

Code

public function getPath();