You are here

public function HeartbeatStreamStorageInterface::clearRevisionsLanguage in Heartbeat 8

Unsets the language for all Heartbeat stream with the given language.

Parameters

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

1 method overrides HeartbeatStreamStorageInterface::clearRevisionsLanguage()
HeartbeatStreamStorage::clearRevisionsLanguage in src/HeartbeatStreamStorage.php
Unsets the language for all Heartbeat stream with the given language.

File

src/HeartbeatStreamStorageInterface.php, line 59

Class

HeartbeatStreamStorageInterface
Defines the storage handler class for Heartbeat stream entities.

Namespace

Drupal\heartbeat

Code

public function clearRevisionsLanguage(LanguageInterface $language);