public function EasyEmailStorageInterface::clearRevisionsLanguage in Easy Email 8
Same name and namespace in other branches
- 2.0.x 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_emailCode
public function clearRevisionsLanguage(LanguageInterface $language);