class ConfigEntityDependency

Provides a value object to discover configuration dependencies.

Hierarchy

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.

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Config!Entity!ConfigEntityDependency.php/class/ConfigEntityDependency/8.1.x