You are here

public function DataPolicyConsentManagerInterface::getConfig in Data Policy 8

Return value from the configuration.

Parameters

string $name: The key in config.

Return value

mixed The value related with key.

1 method overrides DataPolicyConsentManagerInterface::getConfig()
DataPolicyConsentManager::getConfig in src/DataPolicyConsentManager.php
Return value from the configuration.

File

src/DataPolicyConsentManagerInterface.php, line 74

Class

DataPolicyConsentManagerInterface
Defines the Data Policy Consent Manager service interface.

Namespace

Drupal\data_policy

Code

public function getConfig($name);