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

public function language() {
  return $this->storage->language();
}
doc_Drupal
2016-10-29 09:56:01
Comments
Leave a Comment

Please login to continue.