You are here

public function ConsentStorageManagerInterface::getOptions in EU Cookie Compliance (GDPR Compliance) 2.0.x

Same name and namespace in other branches
  1. 8 src/Plugin/ConsentStorageManagerInterface.php \Drupal\eu_cookie_compliance\Plugin\ConsentStorageManagerInterface::getOptions()

Get consent storage plugins as options.

Return value

array An associative array of options keyed by plugin id.

File

src/Plugin/ConsentStorageManagerInterface.php, line 29

Class

ConsentStorageManagerInterface
Collects available consent storages.

Namespace

Drupal\eu_cookie_compliance\Plugin

Code

public function getOptions();