ConfigEntityDependency
class ConfigEntityDependency (View source)
Provides a value object to discover configuration dependencies.
Properties
| protected string | $name | The configuration entity's configuration object name. |
|
| protected array | $dependencies | The configuration entity's dependencies. |
Methods
__construct(string $name, array $values = [])
Constructs the configuration entity dependency from the entity values.
array
getDependencies(string $type)
Gets the configuration entity's dependencies of the supplied type.
bool
hasDependency(string $type, string $name)
Determines if the entity is dependent on extensions or entities.
string
getConfigDependencyName()
Gets the configuration entity's configuration dependency name.
Details
__construct(string $name, array $values = [])
Constructs the configuration entity dependency from the entity values.
array
getDependencies(string $type)
Gets the configuration entity's dependencies of the supplied type.
bool
hasDependency(string $type, string $name)
Determines if the entity is dependent on extensions or entities.
string
getConfigDependencyName()
Gets the configuration entity's configuration dependency name.