public function FlaggingCollectionStorageInterface::clearRevisionsLanguage in Flag Lists 4.0.x
Same name and namespace in other branches
- 8 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);