interface ConsentStorageInterface in EU Cookie Compliance (GDPR Compliance) 8
Same name and namespace in other branches
- 2.0.x src/Plugin/ConsentStorageInterface.php \Drupal\eu_cookie_compliance\Plugin\ConsentStorageInterface
Defines the interface for consent storages.
Hierarchy
- interface \Drupal\Component\Plugin\PluginInspectionInterface; interface \Drupal\Core\Plugin\ContainerFactoryPluginInterface- interface \Drupal\eu_cookie_compliance\Plugin\ConsentStorageInterface
 
Expanded class hierarchy of ConsentStorageInterface
All classes that implement ConsentStorageInterface
See also
\Drupal\eu_cookie_compliance\Plugin\ConsentStorageBase
\Drupal\eu_cookie_compliance\Plugin\ConsentStorageManager
\Drupal\eu_cookie_compliance\Plugin\ConsentStorageManagerInterface
File
- src/Plugin/ ConsentStorageInterface.php, line 16 
Namespace
Drupal\eu_cookie_compliance\PluginView source
interface ConsentStorageInterface extends PluginInspectionInterface, ContainerFactoryPluginInterface {
  /**
   * Returns the consent storage label.
   *
   * @return string
   *   The consent storage label.
   */
  public function label();
  /**
   * Returns the consent storage description.
   *
   * @return string
   *   The consent storage description.
   */
  public function description();
}Members
| Name   | Modifiers | Type | Description | Overrides | 
|---|---|---|---|---|
| ConsentStorageInterface:: | public | function | Returns the consent storage description. | 1 | 
| ConsentStorageInterface:: | public | function | Returns the consent storage label. | 1 | 
| ContainerFactoryPluginInterface:: | public static | function | Creates an instance of the plugin. | 112 | 
| PluginInspectionInterface:: | public | function | Gets the definition of the plugin implementation. | 4 | 
| PluginInspectionInterface:: | public | function | Gets the plugin_id of the plugin instance. | 2 | 
