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
public function isSearchActive();
Please login to continue.