ViewsSearchQuery.php
Namespace
Drupal\corefake\Driver\Database\corefakeWithAllCustomClassesFile
-
core/
tests/ fixtures/ database_drivers/ module/ corefake/ src/ Driver/ Database/ corefakeWithAllCustomClasses/ ViewsSearchQuery.php
View source
<?php
namespace Drupal\corefake\Driver\Database\corefakeWithAllCustomClasses;
use Drupal\search\ViewsSearchQuery as CoreViewsSearchQuery;
/**
* CorefakeWithAllCustomClasses implementation of \Drupal\search\ViewsSearchQuery.
*/
class ViewsSearchQuery extends CoreViewsSearchQuery {
}
Classes
| Title | Deprecated | Summary |
|---|---|---|
| ViewsSearchQuery | CorefakeWithAllCustomClasses implementation of \Drupal\search\ViewsSearchQuery. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.