SearchPageRepositoryInterface::isSearchActive

public SearchPageRepositoryInterface::isSearchActive()

Returns whether search is active.

Return value

bool TRUE if at least one search is active, FALSE otherwise.

File

core/modules/search/src/SearchPageRepositoryInterface.php, line 24

Class

SearchPageRepositoryInterface
Provides the interface for a repository Search Page entities.

Namespace

Drupal\search

Code

1
public function isSearchActive();
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.