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

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

Please login to continue.