Change record status: 
Project: 
Introduced in branch: 
9.3.x
Introduced in version: 
9.3.0
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