SearchQuery.php
Namespace
Drupal\corefake\Driver\Database\corefakeWithAllCustomClassesFile
-
core/
tests/ fixtures/ database_drivers/ module/ corefake/ src/ Driver/ Database/ corefakeWithAllCustomClasses/ SearchQuery.php
View source
<?php
namespace Drupal\corefake\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.