function VfsThemeExtensionList::setInfoParser

Sets the info parser.

Parameters

\Drupal\Core\Extension\InfoParserInterface $info_parser: The info parser.

Return value

self

File

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

Class

VfsThemeExtensionList
Test theme extension list class.

Namespace

Drupal\KernelTests\Core\Theme

Code

public function setInfoParser(InfoParserInterface $info_parser) {
    $this->infoParser = $info_parser;
    return $this;
}

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