protected property QueryFactory::$namespaces in Drupal 8
Same name in this branch
- 8 core/lib/Drupal/Core/Config/Entity/Query/QueryFactory.php \Drupal\Core\Config\Entity\Query\QueryFactory::namespaces
- 8 core/lib/Drupal/Core/Entity/KeyValueStore/Query/QueryFactory.php \Drupal\Core\Entity\KeyValueStore\Query\QueryFactory::namespaces
- 8 core/lib/Drupal/Core/Entity/Query/Sql/QueryFactory.php \Drupal\Core\Entity\Query\Sql\QueryFactory::namespaces
- 8 core/lib/Drupal/Core/Entity/Query/Null/QueryFactory.php \Drupal\Core\Entity\Query\Null\QueryFactory::namespaces
Same name and namespace in other branches
- 9 core/lib/Drupal/Core/Entity/Query/Null/QueryFactory.php \Drupal\Core\Entity\Query\Null\QueryFactory::namespaces
The namespace of this class, the parent class etc.
Type: array
File
- core/
lib/ Drupal/ Core/ Entity/ Query/ Null/ QueryFactory.php, line 19
Class
- QueryFactory
- Provides a factory for creating entity query objects for the null backend.
Namespace
Drupal\Core\Entity\Query\NullCode
protected $namespaces;