By bircher on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
9.3.x
Introduced in version:
9.3.0
Issue links:
Description:
For clarity in ConfigManager we decided to use dependency as a noun and dependent as an adjective.
For this reason two methods have been renamed. The signature remains the same.
ConfigManagerInterface::findConfigEntityDependents => ConfigManagerInterface::findConfigEntityDependencies
ConfigManagerInterface::findConfigEntityDependentsAsEntities => ConfigManagerInterface::findConfigEntityDependenciesAsEntities
Impacts:
Module developers