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

Breadcrumb

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

function IOException::getPath

Overrides IOExceptionInterface::getPath

File

vendor/symfony/filesystem/Exception/IOException.php, line 32

Class

IOException
Exception class thrown when a filesystem operation failure happens.

Namespace

Symfony\Component\Filesystem\Exception

Code

public function getPath() : ?string {
    return $this->path;
}

API Navigation

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