Provides a value object to discover configuration dependencies.
Hierarchy
- class \Drupal\Core\Config\Entity\ConfigEntityDependency
See also
\Drupal\Core\Config\Entity\ConfigDependencyManager
File
- core/lib/Drupal/Core/Config/Entity/ConfigEntityDependency.php, line 12
Namespace
Drupal\Core\Config\Entity
Members
Name | Modifiers | Type | Description |
---|---|---|---|
ConfigEntityDependency::$dependencies | protected | property | The configuration entity's dependencies. |
ConfigEntityDependency::$name | protected | property | The configuration entity's configuration object name. |
ConfigEntityDependency::getConfigDependencyName | public | function | Gets the configuration entity's configuration dependency name. |
ConfigEntityDependency::getDependencies | public | function | Gets the configuration entity's dependencies of the supplied type. |
ConfigEntityDependency::hasDependency | public | function | Determines if the entity is dependent on extensions or entities. |
ConfigEntityDependency::__construct | public | function | Constructs the configuration entity dependency from the entity values. |
Please login to continue.