You are here

public function PetStorageInterface::clearRevisionsLanguage in Previewable email templates 8.3

Unsets the language for all Pet with the given language.

Parameters

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

1 method overrides PetStorageInterface::clearRevisionsLanguage()
PetStorage::clearRevisionsLanguage in src/PetStorage.php
Unsets the language for all Pet with the given language.

File

src/PetStorageInterface.php, line 59

Class

PetStorageInterface
Defines the storage handler class for Pet entities.

Namespace

Drupal\pet

Code

public function clearRevisionsLanguage(LanguageInterface $language);