Loading core/lib/Drupal/Core/Config/StorageInterface.php +1 −1 Original line number Diff line number Diff line Loading @@ -32,7 +32,7 @@ public function exists($name); * @param string $name * The name of a configuration object to load. * * @return array|bool * @return array|false * The configuration data stored for the configuration object name. If no * configuration data exists for the given name, FALSE is returned. */ Loading Loading
core/lib/Drupal/Core/Config/StorageInterface.php +1 −1 Original line number Diff line number Diff line Loading @@ -32,7 +32,7 @@ public function exists($name); * @param string $name * The name of a configuration object to load. * * @return array|bool * @return array|false * The configuration data stored for the configuration object name. If no * configuration data exists for the given name, FALSE is returned. */ Loading