public function FlaggingCollectionStorageInterface::clearRevisionsLanguage in Flag Lists 8
Same name and namespace in other branches
- 4.0.x src/FlaggingCollectionStorageInterface.php \Drupal\flag_lists\FlaggingCollectionStorageInterface::clearRevisionsLanguage()
Unsets the language for all Flagging collection with the given language.
Parameters
\Drupal\Core\Language\LanguageInterface $language: The language object.
1 method overrides FlaggingCollectionStorageInterface::clearRevisionsLanguage()
- FlaggingCollectionStorage::clearRevisionsLanguage in src/
FlaggingCollectionStorage.php - Unsets the language for all Flagging collection with the given language.
File
- src/
FlaggingCollectionStorageInterface.php, line 59
Class
- FlaggingCollectionStorageInterface
- Defines the storage handler class for Flagging collection entities.
Namespace
Drupal\flag_listsCode
public function clearRevisionsLanguage(LanguageInterface $language);