function SearchPage::isIndexable

Determines if this search page entity is indexable.

Return value

bool TRUE if this search page entity is indexable, FALSE otherwise.

Overrides SearchPageInterface::isIndexable

File

core/modules/search/src/Entity/SearchPage.php, line 152

Class

SearchPage
Defines a configured search page.

Namespace

Drupal\search\Entity

Code

public function isIndexable() {
  return $this->status() && $this->getPlugin() instanceof SearchIndexingInterface;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.