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

Breadcrumb

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

function Filesystem::handleError

@internal

1 call to Filesystem::handleError()
Filesystem::box in vendor/symfony/filesystem/Filesystem.php

File

vendor/symfony/filesystem/Filesystem.php, line 769

Class

Filesystem
Provides basic utility to manipulate the file system.

Namespace

Symfony\Component\Filesystem

Code

public static function handleError(int $type, string $msg) : void {
    self::$lastError = $msg;
}

API Navigation

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