ViewUI::getConfigDependencyName

public ViewUI::getConfigDependencyName()

Gets the configuration dependency name.

Configuration entities can depend on content and configuration entities. They store an array of content and config dependency names in their "dependencies" key.

Return value

string The configuration dependency name.

Overrides EntityInterface::getConfigDependencyName

See also

\Drupal\Core\Config\Entity\ConfigDependencyManager

File

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

Class

ViewUI
Stores UI related temporary settings.

Namespace

Drupal\views_ui

Code

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

Please login to continue.