Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. EntityInterface.php

function EntityInterface::getConfigDependencyKey

Gets the key that is used to store configuration dependencies.

Return value

string The key to be used in configuration dependencies when storing dependencies on entities of this type.

See also

\Drupal\Core\Entity\EntityTypeInterface::getConfigDependencyKey()

2 methods override EntityInterface::getConfigDependencyKey()
EntityBase::getConfigDependencyKey in core/lib/Drupal/Core/Entity/EntityBase.php
Gets the key that is used to store configuration dependencies.
ViewUI::getConfigDependencyKey in core/modules/views_ui/src/ViewUI.php
Gets the key that is used to store configuration dependencies.

File

core/lib/Drupal/Core/Entity/EntityInterface.php, line 420

Class

EntityInterface
Defines a common interface for all entity objects.

Namespace

Drupal\Core\Entity

Code

public function getConfigDependencyKey();

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal