51 string references to 'header' in Zircon Profile 8
- 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
- block.block.seven_page_title.yml in core/
profiles/ standard/ config/ install/ block.block.seven_page_title.yml - core/profiles/standard/config/install/block.block.seven_page_title.yml
- block.block.seven_primary_local_tasks.yml in core/
profiles/ standard/ config/ install/ block.block.seven_primary_local_tasks.yml - core/profiles/standard/config/install/block.block.seven_primary_local_tasks.yml
- block.block.stark_branding.yml in core/
profiles/ minimal/ config/ install/ block.block.stark_branding.yml - core/profiles/minimal/config/install/block.block.stark_branding.yml
- block.block.testfor2005546.yml in core/
modules/ system/ tests/ fixtures/ update/ block.block.testfor2005546.yml - core/modules/system/tests/fixtures/update/block.block.testfor2005546.yml
- BlockAdminThemeTest::testSevenAdminTheme in core/
modules/ block/ src/ Tests/ BlockAdminThemeTest.php - Ensure contextual links are disabled in Seven theme.
- BlockRenderOrderTest::testBlockRenderOrder in core/
modules/ block/ src/ Tests/ BlockRenderOrderTest.php - Tests the render order of the blocks.
- BlockSystemBrandingTest::setUp in core/
modules/ block/ src/ Tests/ BlockSystemBrandingTest.php - Sets up a Drupal site for running functional and integration tests.
- BlockTest::testBlock in core/
modules/ block/ src/ Tests/ BlockTest.php - Test configuring and moving a module-define block to specific regions.
- BlockTestBase::setUp in core/
modules/ block/ src/ Tests/ BlockTestBase.php - Sets up a Drupal site for running functional and integration tests.
- BlockUiTest::testBlockAdminUiPage in core/
modules/ block/ src/ Tests/ BlockUiTest.php - Test block admin page exists and functions correctly.
- ConfigLanguageOverrideWebTest::testSiteNameTranslation in core/
modules/ config/ src/ Tests/ ConfigLanguageOverrideWebTest.php - Tests translating the site name.
- ConfigSingleImportExportTest::testImportSimpleConfiguration in core/
modules/ config/ src/ Tests/ ConfigSingleImportExportTest.php - Tests importing a simple configuration file.
- ConfigTranslationUiTest::testSiteInformationTranslationUi in core/
modules/ config_translation/ src/ Tests/ ConfigTranslationUiTest.php - Tests the site information translation interface.
- d6_block.yml in core/
modules/ block/ migration_templates/ d6_block.yml - core/modules/block/migration_templates/d6_block.yml
- d7_block.yml in core/
modules/ block/ migration_templates/ d7_block.yml - core/modules/block/migration_templates/d7_block.yml
- DisplayPluginBase::defaultableSections in core/
modules/ views/ src/ Plugin/ views/ display/ DisplayPluginBase.php - Lists the 'defaultable' sections and what items each section contains.
- DisplayPluginBase::elementPreRender in core/
modules/ views/ src/ Plugin/ views/ display/ DisplayPluginBase.php - #pre_render callback for view display rendering.
- DisplayPluginBase::outputIsEmpty in core/
modules/ views/ src/ Plugin/ views/ display/ DisplayPluginBase.php - Is the output of the view empty.
- DisplayTest::testDisplayAreas in core/
modules/ views_ui/ src/ Tests/ DisplayTest.php - Tests display areas.
- DisplayTest::testOutputIsEmpty in core/
modules/ views/ src/ Tests/ Plugin/ DisplayTest.php - Tests the outputIsEmpty method on the display.
- drupal_js_defaults in core/
includes/ common.inc - Constructs an array of the defaults that are used for JavaScript assets.
- ElementsTest::testIsA in vendor/
masterminds/ html5/ test/ HTML5/ ElementsTest.php - HandlerTest::testUICRUD in core/
modules/ views_ui/ src/ Tests/ HandlerTest.php - Tests UI CRUD.
- LanguageUILanguageNegotiationTest::testUrlLanguageFallback in core/
modules/ language/ src/ Tests/ LanguageUILanguageNegotiationTest.php - Test URL language detection when the requested URL has no language.
- LocaleConfigTranslationImportTest::testConfigTranslationModuleInstall in core/
modules/ locale/ src/ Tests/ LocaleConfigTranslationImportTest.php - Test update changes configuration translations if enabled after language.
- MigrateBlockTest::testBlockMigration in core/
modules/ block/ src/ Tests/ Migrate/ d6/ MigrateBlockTest.php - Tests the block migration.
- PageTitleTest::testTitleXSS in core/
modules/ system/ src/ Tests/ System/ PageTitleTest.php - Test if the title of the site is XSS proof.
- PHPUnit_Util_XML::findNodes in vendor/
phpunit/ phpunit/ src/ Util/ XML.php - Parse out the options from the tag using DOM object tree.
- system_update_8005 in core/
modules/ system/ system.install - Place local actions and tasks blocks in every theme.
- system_update_8006 in core/
modules/ system/ system.install - Place branding blocks in every theme.
- system_update_8010 in core/
modules/ system/ system.install - Place page title blocks in every theme.
- template_preprocess_views_ui_view_preview_section in core/
modules/ views_ui/ views_ui.theme.inc - Prepares variables for views UI view preview section templates.
- ThemeTest::testThemeSettings in core/
modules/ system/ src/ Tests/ System/ ThemeTest.php - Test the theme settings form.
- ViewEditForm::getDisplayDetails in core/
modules/ views_ui/ src/ ViewEditForm.php - Helper function to get the display details section of the edit UI.
- ViewEditForm::getFormBucket in core/
modules/ views_ui/ src/ ViewEditForm.php - Add information about a section to a display.
- ViewExecutable::build in core/
modules/ views/ src/ ViewExecutable.php - Build the query for the view.
- ViewExecutable::render in core/
modules/ views/ src/ ViewExecutable.php - Render this view for a certain display.
- ViewExecutableTest::testGetHandlerTypes in core/
modules/ views/ src/ Tests/ ViewExecutableTest.php - Tests ViewExecutable::getHandlerTypes().
- Views::getHandlerTypes in core/
modules/ views/ src/ Views.php - Provide a list of views handler types used in a view, with some information about them.
- ViewsDataHelperTest::testFetchFields in core/
modules/ views/ tests/ src/ Unit/ ViewsDataHelperTest.php - Tests fetchFields.
- ViewsDataHelperTest::viewsData in core/
modules/ views/ tests/ src/ Unit/ ViewsDataHelperTest.php - Returns the views data definition.
- ViewsDataTest::viewsData in core/
modules/ views/ tests/ src/ Unit/ ViewsDataTest.php - Returns the views data definition.
- ViewsFormMainForm::submitForm in core/
modules/ views/ src/ Form/ ViewsFormMainForm.php - Form submission handler.
- ViewsFormMainForm::validateForm in core/
modules/ views/ src/ Form/ ViewsFormMainForm.php - Form validation handler.
- views_ui_preprocess_views_view in core/
modules/ views_ui/ views_ui.module - Implements hook_preprocess_HOOK() for views templates.
- views_update_8002 in core/
modules/ views/ views.install - Updates %1 and !1 tokens to argument tokens.