You are here

protected property Extension::$splFileInfo in Drupal 8

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Extension/Extension.php \Drupal\Core\Extension\Extension::splFileInfo

An SplFileInfo instance for the extension's info file.

Note that SplFileInfo is a PHP resource and resources cannot be serialized.

Type: \SplFileInfo

File

core/lib/Drupal/Core/Extension/Extension.php, line 43

Class

Extension
Defines an extension (file) object.

Namespace

Drupal\Core\Extension

Code

protected $splFileInfo;