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.