EntityQueryCountType.php
Namespace
mglaman\PHPStanDrupal\Type\EntityQueryFile
-
vendor/
mglaman/ phpstan-drupal/ src/ Type/ EntityQuery/ EntityQueryCountType.php
View source
<?php
declare (strict_types=1);
namespace mglaman\PHPStanDrupal\Type\EntityQuery;
/**
* Type used to represent an entity query instance as count query.
*/
final class EntityQueryCountType extends EntityQueryType {
}
Classes
Title | Deprecated | Summary |
---|---|---|
EntityQueryCountType | Type used to represent an entity query instance as count query. |