/**
* {@inheritdoc}
*/
public function isIndexable() { return $this->
status() &&
$this->
getPlugin() instanceof SearchIndexingInterface;
} /**
* {@inheritdoc}
*/
public function isDefaultSearch() { return $this->
searchPageRepository()->
getDefaultSearchPage() ==
$this->
id();
} /**
* {@inheritdoc}
*/
public function getPath() { return $this->path;
} /**
* {@inheritdoc}
*/