public function SitewideAlertStorageInterface::clearRevisionsLanguage in Sitewide Alert 8
Unsets the language for all Sitewide Alert with the given language.
Parameters
\Drupal\Core\Language\LanguageInterface $language: The language object.
1 method overrides SitewideAlertStorageInterface::clearRevisionsLanguage()
- SitewideAlertStorage::clearRevisionsLanguage in src/
SitewideAlertStorage.php - Unsets the language for all Sitewide Alert with the given language.
File
- src/
SitewideAlertStorageInterface.php, line 59
Class
- SitewideAlertStorageInterface
- Defines the storage handler class for Sitewide Alert entities.
Namespace
Drupal\sitewide_alertCode
public function clearRevisionsLanguage(LanguageInterface $language);