You are here

public function FlaggingCollectionStorageInterface::clearRevisionsLanguage in Flag Lists 8

Same name and namespace in other branches
  1. 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_lists

Code

public function clearRevisionsLanguage(LanguageInterface $language);