function VfsInfoParser::parse

Overrides InfoParser::parse

File

core/tests/Drupal/KernelTests/Core/Theme/BaseThemeDefaultDeprecationTest.php, line 153

Class

VfsInfoParser

Namespace

Drupal\KernelTests\Core\Theme

Code

public function parse($filename) {
    return parent::parse("vfs://core/{$filename}");
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.