You are here

public function DataPolicyStorageInterface::clearRevisionsLanguage in Data Policy 8

Unsets the language for all Data policy with the given language.

Parameters

\Drupal\Core\Language\LanguageInterface $language: The language object.

1 method overrides DataPolicyStorageInterface::clearRevisionsLanguage()
DataPolicyStorage::clearRevisionsLanguage in src/DataPolicyStorage.php
Unsets the language for all Data policy with the given language.

File

src/DataPolicyStorageInterface.php, line 59

Class

DataPolicyStorageInterface
Defines the storage handler class for Data policy entities.

Namespace

Drupal\data_policy

Code

public function clearRevisionsLanguage(LanguageInterface $language);