Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. SplFileInfo.php

function SplFileInfo::getRelativePathname

Returns the relative path name.

This path contains the file name.

Overrides SplFileInfo::getRelativePathname

1 method overrides SplFileInfo::getRelativePathname()
SplFileInfo::getRelativePathname in vendor/symfony/finder/SplFileInfo.php
Returns the relative path name.

File

vendor/symfony/finder/SplFileInfo.php, line 49

Class

SplFileInfo
Extends \SplFileInfo to support relative paths.

Namespace

Symfony\Component\Finder

Code

public function getRelativePathname() : string {
    return $this->relativePathname;
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal