You are here

public function ConsentStorageBase::description in EU Cookie Compliance (GDPR Compliance) 8

Same name and namespace in other branches
  1. 2.0.x src/Plugin/ConsentStorageBase.php \Drupal\eu_cookie_compliance\Plugin\ConsentStorageBase::description()

Returns the consent storage description.

Return value

string The consent storage description.

Overrides ConsentStorageInterface::description

File

src/Plugin/ConsentStorageBase.php, line 71

Class

ConsentStorageBase
Provides a base class for a consent storage.

Namespace

Drupal\eu_cookie_compliance\Plugin

Code

public function description() {
  return $this->pluginDefinition['description'];
}