public function HeartbeatStorageInterface::clearRevisionsLanguage in Heartbeat 8
Unsets the language for all Heartbeat with the given language.
Parameters
\Drupal\Core\Language\LanguageInterface $language: The language object.
1 method overrides HeartbeatStorageInterface::clearRevisionsLanguage()
- HeartbeatStorage::clearRevisionsLanguage in src/
HeartbeatStorage.php - Unsets the language for all Heartbeat with the given language.
File
- src/
HeartbeatStorageInterface.php, line 59
Class
- HeartbeatStorageInterface
- Defines the storage handler class for Heartbeat entities.
Namespace
Drupal\heartbeatCode
public function clearRevisionsLanguage(LanguageInterface $language);