protected property ConsentStorageBase::$configFactory in EU Cookie Compliance (GDPR Compliance) 8
Same name and namespace in other branches
- 2.0.x src/Plugin/ConsentStorageBase.php \Drupal\eu_cookie_compliance\Plugin\ConsentStorageBase::configFactory
The config factory.
Subclasses should use the self::config() method, which may be overridden to address specific needs when loading config, rather than this property directly. See \Drupal\Core\Form\ConfigFormBase::config() for an example of this.
Type: \Drupal\Core\Config\ConfigFactoryInterface
File
- src/
Plugin/ ConsentStorageBase.php, line 29
Class
- ConsentStorageBase
- Provides a base class for a consent storage.
Namespace
Drupal\eu_cookie_compliance\PluginCode
protected $configFactory;