ViewUI::getConfigTarget

public ViewUI::getConfigTarget()

Gets the configuration target identifier for the entity.

Used to supply the correct format for storing a reference targeting this entity in configuration.

Return value

string The configuration target identifier.

Overrides EntityInterface::getConfigTarget

File

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

Class

ViewUI
Stores UI related temporary settings.

Namespace

Drupal\views_ui

Code

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

Please login to continue.