ViewUI::language

public ViewUI::language()

Gets the language of the entity.

Return value

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

Overrides EntityInterface::language

File

core/modules/views_ui/src/ViewUI.php, line 1041

Class

ViewUI
Stores UI related temporary settings.

Namespace

Drupal\views_ui

Code

1
2
3
public function language() {
  return $this->storage->language();
}
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.