Skip to content
Snippets Groups Projects
Commit a2e9644f authored by Alex Pott's avatar Alex Pott
Browse files

Issue #2643280 by googletorp, alexpott: Fix outdated documentation for...

Issue #2643280 by googletorp, alexpott: Fix outdated documentation for ConfigEvents::COLLECTION_NAMES
parent 4a320ea0
Branches
Tags
Loading
......@@ -18,7 +18,7 @@ abstract class ConfigFactoryOverrideBase implements EventSubscriberInterface {
* Reacts to the ConfigEvents::COLLECTION_INFO event.
*
* @param \Drupal\Core\Config\ConfigCollectionInfo $collection_info
* The configuration collection names event.
* The configuration collection info event.
*/
abstract public function addCollections(ConfigCollectionInfo $collection_info);
......
......@@ -32,10 +32,10 @@ public function __construct(StateInterface $state) {
}
/**
* Reacts to the ConfigEvents::COLLECTION_NAMES event.
* Reacts to the ConfigEvents::COLLECTION_INFO event.
*
* @param \Drupal\Core\Config\ConfigCollectionInfo $collection_info
* The configuration collection names event.
* The configuration collection info event.
*/
public function addCollections(ConfigCollectionInfo $collection_info) {
$collections = $this->state->get('config_collection_install_test.collection_names', array());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment