Search for realpath
- Search 7.x for realpath
 - Search 9.5.x for realpath
 - Search 10.3.x for realpath
 - Search 11.x for realpath
 - Other projects
 
| Title | Object type | File name | Summary | 
|---|---|---|---|
| drupal_realpath | function | core/ | 
                                                                                        Resolves the absolute filepath of a local URI or filepath. | 
| DummyRemoteStreamWrapper::realpath | function | core/ | 
                                                                                        Returns canonical, absolute path of the resource. | 
| FileSystem::realpath | function | core/ | 
                                                                                        Resolves the absolute filepath of a local URI or filepath. | 
| FileSystemDeprecationTest::testRealpath | function | core/ | 
                                                                                        @expectedDeprecation drupal_realpath() is deprecated in drupal:8.0.0 and will be removed in drupal:9.0.0. Use \Drupal\Core\File\FileSystemInterface::realpath(). See https://www.drupal.org/node/2418133. | 
| FileSystemInterface::realpath | function | core/ | 
                                                                                        Resolves the absolute filepath of a local URI or filepath. | 
| LocalStream::realpath | function | core/ | 
                                                                                        Returns canonical, absolute path of the resource. | 
| StreamWrapperInterface::realpath | function | core/ | 
                                                                                        Returns canonical, absolute path of the resource. | 
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.