You are here

public function EntityFieldRenderer::getParentPath in Search API 8

Retrieves the parent path.

Return value

string|null The property path to the entities rendered by this renderer.

File

src/Plugin/views/EntityFieldRenderer.php, line 64

Class

EntityFieldRenderer
Renders entity fields.

Namespace

Drupal\search_api\Plugin\views

Code

public function getParentPath() {
  return $this->parentPath;
}