Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
f1cde31f
Commit
f1cde31f
authored
Sep 04, 2012
by
webchick
Browse files
Issue
#1702080
follow-up by sun: PHPDoc fix.
parent
ced5a47a
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/lib/Drupal/Core/Config/FileStorage.php
View file @
f1cde31f
...
...
@@ -67,10 +67,7 @@ public static function getFileExtension() {
}
/**
* Returns whether the configuration file exists.
*
* @return bool
* TRUE if the configuration file exists, FALSE otherwise.
* Implements Drupal\Core\Config\StorageInterface::exists().
*/
public
function
exists
(
$name
)
{
return
file_exists
(
$this
->
getFilePath
(
$name
));
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment