You are here

public function EasyEmailStorageInterface::clearRevisionsLanguage in Easy Email 2.0.x

Same name and namespace in other branches
  1. 8 src/EasyEmailStorageInterface.php \Drupal\easy_email\EasyEmailStorageInterface::clearRevisionsLanguage()

Unsets the language for all Email with the given language.

Parameters

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

1 method overrides EasyEmailStorageInterface::clearRevisionsLanguage()
EasyEmailStorage::clearRevisionsLanguage in src/EasyEmailStorage.php
Unsets the language for all Email with the given language.

File

src/EasyEmailStorageInterface.php, line 66

Class

EasyEmailStorageInterface
Defines the storage handler class for Email entities.

Namespace

Drupal\easy_email

Code

public function clearRevisionsLanguage(LanguageInterface $language);