public function ConsentStorageBase::getStatus in EU Cookie Compliance (GDPR Compliance) 8
Same name and namespace in other branches
- 2.0.x src/Plugin/ConsentStorageBase.php \Drupal\eu_cookie_compliance\Plugin\ConsentStorageBase::getStatus()
Get status.
Return value
bool Current status.
File
- src/
Plugin/ ConsentStorageBase.php, line 81
Class
- ConsentStorageBase
- Provides a base class for a consent storage.
Namespace
Drupal\eu_cookie_compliance\PluginCode
public function getStatus() {
return TRUE;
}