You are here

public function NodeStorageInterface::clearRevisionsLanguage in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/node/src/NodeStorageInterface.php \Drupal\node\NodeStorageInterface::clearRevisionsLanguage()
  2. 9 core/modules/node/src/NodeStorageInterface.php \Drupal\node\NodeStorageInterface::clearRevisionsLanguage()

Unsets the language for all nodes with the given language.

Parameters

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

1 method overrides NodeStorageInterface::clearRevisionsLanguage()
NodeStorage::clearRevisionsLanguage in core/modules/node/src/NodeStorage.php
Unsets the language for all nodes with the given language.

File

core/modules/node/src/NodeStorageInterface.php, line 66

Class

NodeStorageInterface
Defines an interface for node entity storage classes.

Namespace

Drupal\node

Code

public function clearRevisionsLanguage(LanguageInterface $language);