ViewUI::hasLinkTemplate

public ViewUI::hasLinkTemplate($key)

Indicates if a link template exists for a given key.

Parameters

string $key: The link type.

Return value

bool TRUE if the link template exists, FALSE otherwise.

Overrides EntityInterface::hasLinkTemplate

File

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

Class

ViewUI
Stores UI related temporary settings.

Namespace

Drupal\views_ui

Code

public function hasLinkTemplate($key) {
  return $this->storage->hasLinkTemplate($key);
}
doc_Drupal
2016-10-29 09:55:59
Comments
Leave a Comment

Please login to continue.