public function NodeStorageInterface::clearRevisionsLanguage in Drupal 9
Same name and namespace in other branches
- 8 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\nodeCode
public function clearRevisionsLanguage(LanguageInterface $language);