You are here

public function EventStorageInterface::clearRevisionsLanguage in Event 8

Unsets the language for all Event with the given language.

Parameters

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

1 method overrides EventStorageInterface::clearRevisionsLanguage()
EventStorage::clearRevisionsLanguage in src/EventStorage.php
Unsets the language for all Event with the given language.

File

src/EventStorageInterface.php, line 59

Class

EventStorageInterface
Defines the storage handler class for Event entities.

Namespace

Drupal\event

Code

public function clearRevisionsLanguage(LanguageInterface $language);