You are here

public function ConsentStorageManagerInterface::getInstances 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::getInstances()

Get all available eu_cookie_compliance storage plugin instances.

Parameters

array $configuration: Export configuration (aka export options).

Return value

\Drupal\eu_cookie_compliance\Plugin\ConsentStorageInterface[] An array of all available eu_cookie_compliance consent plugin instances.

File

src/Plugin/ConsentStorageManagerInterface.php, line 21

Class

ConsentStorageManagerInterface
Collects available consent storages.

Namespace

Drupal\eu_cookie_compliance\Plugin

Code

public function getInstances(array $configuration = []);