SearchQuery.php
Same filename in this branch
Same filename in other branches
- 9 core/modules/search/src/SearchQuery.php
- 9 core/tests/fixtures/database_drivers/module/corefake/src/Driver/Database/corefakeWithAllCustomClasses/SearchQuery.php
- 8.9.x core/modules/search/src/SearchQuery.php
- 10 core/modules/search/src/SearchQuery.php
- 10 core/tests/fixtures/database_drivers/module/core_fake/src/Driver/Database/CoreFakeWithAllCustomClasses/SearchQuery.php
Namespace
Drupal\core_fake\Driver\Database\CoreFakeWithAllCustomClassesFile
-
core/
tests/ fixtures/ database_drivers/ module/ core_fake/ src/ Driver/ Database/ CoreFakeWithAllCustomClasses/ SearchQuery.php
View source
<?php
namespace Drupal\core_fake\Driver\Database\CoreFakeWithAllCustomClasses;
use Drupal\search\SearchQuery as CoreSearchQuery;
/**
* CoreFakeWithAllCustomClasses implementation of \Drupal\search\SearchQuery.
*/
class SearchQuery extends CoreSearchQuery {
}
Classes
Title | Deprecated | Summary |
---|---|---|
SearchQuery | CoreFakeWithAllCustomClasses implementation of \Drupal\search\SearchQuery. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.