public QueryFactory::__construct(ConfigFactoryInterface $config_factory, KeyValueFactoryInterface $key_value, ConfigManagerInterface $config_manager)
Constructs a QueryFactory object.
\Drupal\Core\Config\ConfigFactoryInterface $config_factory: The config storage used by the config entity query.
\Drupal\Core\KeyValueStore\KeyValueFactoryInterface $key_value: The key value factory.
\Drupal\Core\Config\ConfigManagerInterface $config_manager: The configuration manager.
public function __construct(ConfigFactoryInterface $config_factory, KeyValueFactoryInterface $key_value, ConfigManagerInterface $config_manager) { $this->configFactory = $config_factory; $this->keyValueFactory = $key_value; $this->configManager = $config_manager; $this->namespaces = QueryBase::getNamespaces($this); }
© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Config!Entity!Query!QueryFactory.php/function/QueryFactory::__construct/8.1.x