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