public function FileSystemInterface::basename in Zircon Profile 8.0
Same name and namespace in other branches
- 8 core/lib/Drupal/Core/File/FileSystemInterface.php \Drupal\Core\File\FileSystemInterface::basename()
Gets the filename from a given path.
PHP's basename() does not properly support streams or filenames beginning with a non-US-ASCII character.
See also
http://bugs.php.net/bug.php?id=37738
basename()
Related topics
1 method overrides FileSystemInterface::basename()
- FileSystem::basename in core/
lib/ Drupal/ Core/ File/ FileSystem.php - Gets the filename from a given path.
File
- core/
lib/ Drupal/ Core/ File/ FileSystemInterface.php, line 139 - Contains \Drupal\Core\File\FileSystemInterface.
Class
- FileSystemInterface
- Provides an interface for helpers that operate on files and stream wrappers.
Namespace
Drupal\Core\FileCode
public function basename($uri, $suffix = NULL);