protected property Extension::$splFileInfo in Zircon Profile 8
Same name and namespace in other branches
- 8.0 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 - Contains \Drupal\Core\Extension\Extension.
Class
- Extension
- Defines an extension (file) object.
Namespace
Drupal\Core\ExtensionCode
protected $splFileInfo;