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