function SearchPageInterface::isIndexable

Same name and namespace in other branches
  1. 9 core/modules/search/src/SearchPageInterface.php \Drupal\search\SearchPageInterface::isIndexable()
  2. 10 core/modules/search/src/SearchPageInterface.php \Drupal\search\SearchPageInterface::isIndexable()
  3. 11.x core/modules/search/src/SearchPageInterface.php \Drupal\search\SearchPageInterface::isIndexable()

Determines if this search page entity is indexable.

Return value

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

1 method overrides SearchPageInterface::isIndexable()
SearchPage::isIndexable in core/modules/search/src/Entity/SearchPage.php
Determines if this search page entity is indexable.

File

core/modules/search/src/SearchPageInterface.php, line 42

Class

SearchPageInterface
Provides an interface defining a search page entity.

Namespace

Drupal\search

Code

public function isIndexable();

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