function header in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/debug/Tests/HeaderMock.php \Symfony\Component\Debug\header()
51 string references to 'header'
- AreaEntityTest::doTestRender in core/
modules/ views/ src/ Tests/ Handler/ AreaEntityTest.php - Tests rendering the entity area handler.
- AreaTest::testUI in core/
modules/ views/ src/ Tests/ Handler/ AreaTest.php - Tests the generic UI of a area handler.
- AreaTextTest::testAreaText in core/
modules/ views/ src/ Tests/ Handler/ AreaTextTest.php - AssetResolver::getJsAssets in core/
lib/ Drupal/ Core/ Asset/ AssetResolver.php - Returns the JavaScript assets for the current response's libraries.
- block.block.bartik_branding.yml in core/
profiles/ standard/ config/ install/ block.block.bartik_branding.yml - core/profiles/standard/config/install/block.block.bartik_branding.yml
File
- vendor/
symfony/ debug/ Tests/ HeaderMock.php, line 19
Namespace
Symfony\Component\DebugCode
function header($str, $replace = true, $status = null) {
Tests\testHeader($str, $replace, $status);
}