You are here

public function LogStorageInterface::clearRevisionsLanguage in Log entity 8

Unsets the language for all logs with the given language.

Parameters

\Drupal\Core\Language\LanguageInterface $language: The language object.

1 method overrides LogStorageInterface::clearRevisionsLanguage()
LogStorage::clearRevisionsLanguage in src/LogStorage.php
Unsets the language for all logs with the given language.

File

src/LogStorageInterface.php, line 71
Contains \Drupal\log\LogStorageInterface.

Class

LogStorageInterface
Defines an interface for log entity storage classes.

Namespace

Drupal\log

Code

public function clearRevisionsLanguage(LanguageInterface $language);