Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. SearchPageInterface.php

function 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();
RSS feed
Powered by Drupal