Verified Commit e7a6df2a authored by Théodore Biadala's avatar Théodore Biadala
Browse files

Issue #3422919 by prem suthar, adwivedi008, brandonlira, joachim, smustgrave:...

Issue #3422919 by prem suthar, adwivedi008, brandonlira, joachim, smustgrave: Fix documentation of LocaleConfigManager::getComponentNames()
parent 73ff0d18
Loading
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -289,8 +289,9 @@ protected function deleteTranslationOverride($name, $langcode) {
   * Gets configuration names associated with components.
   *
   * @param array $components
   *   (optional) Array of component lists indexed by type. If not present or it
   *   is an empty array, it will update all components.
   *   (optional) An associative array containing component types as keys and lists
   *   of components as values. If not provided or is empty, the method returns all
   *   configuration names.
   *
   * @return array
   *   Array of configuration object names.