Parameters
\Symfony\Component\DependencyInjection\ContainerInterface $container:
File
- drupal/core/lib/Drupal/Core/KeyValueStore/KeyValueFactory.php, line 32
- Contains Drupal\Core\KeyValueStore\KeyValueFactory.
Class
- KeyValueFactory
- Defines the key/value store factory.
Namespace
Drupal\Core\KeyValueStore
Code
function __construct(ContainerInterface $container) {
$this->container = $container;
}