BlockTestCase::testCustomBlock in modules/block/tests/block.test
Test creating custom block, editing, and then deleting it.
BlockTestCase::testCustomBlockFormat in modules/block/tests/block.test
Test creating custom block using Raw HTML (full_html).
BlockTranslationTestCase::testTranslateCustomBlock in modules/block/tests/block.translation.test
Test creating custom block, translate it, and then deleting it.
DashboardWelcomeBlock::getContent in modules/dashboard/includes/block.welcome.inc
Return the content of a block.
LayoutCloneTest::testLayoutClone in modules/layout/tests/layout.test
layout_get_layout_by_path in modules/layout/layout.module
Get the layout which is active based on a path or router item.
layout_get_layout_tempstore in modules/layout/layout.module
Get a layout or menu item currently being edited from the tempstore.
LayoutInterfaceTest::testBlockBasics in modules/layout/tests/layout.test
Add and remove blocks from a custom layout path.
LayoutInterfaceTest::testBlockEntityIDConditions in modules/layout/tests/layout.test
Test block entity ID conditions.
LayoutInterfaceTest::testBlockPathTypeConditions in modules/layout/tests/layout.test
Test block path and type conditions.
LayoutInterfaceTest::testLayoutChange in modules/layout/tests/layout.test
Tests switching between different layouts, ensuring block copying.
LayoutInterfaceTest::testLayoutMenuItems in modules/layout/tests/layout.test
Tests conditions and menu item navigation.
LayoutInterfaceTest::testMainContentBlock in modules/layout/tests/layout.test
Check special conditions around the main content block.
LayoutInterfaceTest::testMenuItemReassignment in modules/layout/tests/layout.test
Ensure that reassignment of menu items works when deleting layouts.
layout_route_handler in modules/layout/layout.module
Route handler callback; Execute the current route item or wrap in a layout.
Layout::save in modules/layout/includes/layout.class.inc
Save a layout to config.
layout_settings_form_save_submit in modules/layout/layout.admin.inc
Submit handler for layout_settings_form() that saves in-progress changes.
LocaleLanguageSwitchingFunctionalTest::testLanguageBlock in modules/locale/tests/locale.test
Functional tests for the language switcher block.
LocaleUILanguageNegotiationTest::testUrlLanguageFallback in modules/locale/tests/locale.test
Test URL language detection when the requested URL has no language.
MenuBreadcrumbTestCase::setUp in modules/simpletest/tests/menu.test
Sets up a Backdrop site for running functional and integration tests.
MenuBreadcrumbTestCase::testBreadCrumbs in modules/simpletest/tests/menu.test
Tests breadcrumbs on node and administrative paths.
MenuTestCase::addCustomMenu in modules/menu/tests/menu.test
Add custom menu.
MenuTestCase::setUp in modules/menu/tests/menu.test
Sets up a Backdrop site for running functional and integration tests.
MenuTestCase::testMenu in modules/menu/tests/menu.test
Login users, add menus and menu links, and test menu functionality through the admin and user interfaces.
MenuTrailTestCase::setUp in modules/simpletest/tests/menu.test
Sets up a Backdrop site for running functional and integration tests.
NodeBlockFunctionalTest::testRecentNodeBlock in modules/node/tests/node.test
Tests the recent comments block.
NodeBlockTestCase::testSyndicateBlock in modules/node/tests/node.test
Tests the "Syndicate" block settings.
SearchBlockTestCase::testBlock in modules/search/tests/search.test
Test that the search block form works correctly.
SearchCommentCountToggleTestCase::setUp in modules/search/tests/search.test
Sets up a Backdrop site for running functional and integration tests.
SearchCommentTestCase::setUp in modules/search/tests/search.test
Sets up a Backdrop site for running functional and integration tests.
SearchConfigSettingsForm::setUp in modules/search/tests/search.test
Sets up a Backdrop site for running functional and integration tests.
SimpleTestFunctionalTest::testInternalBrowser in modules/simpletest/tests/simpletest.test
Test the internal browsers functionality.
standard_form_install_configure_submit in profiles/standard/standard.profile
Extra submit handler install_configure_form().
SystemBlockTestCase::testSystemBlocks in modules/system/tests/system.test
Test displaying and hiding the powered-by and help blocks.
TranslationTestCase::setUp in modules/translation/tests/translation.test
Sets up a Backdrop site for running functional and integration tests.
UserBlocksUnitTests::testUserLoginBlock in modules/user/tests/user.test
Tests the secondary menu.
ViewsPluginDisplayBlockTestCase::testViewBlocks in modules/views/tests/plugins/views_plugin_display_block.test
Tests, whether and how the reset button can be renamed.
ViewsUIWizardBasicTestCase::testViewsWizardAndListing in modules/views/tests/views_ui.test
ViewsUIWizardDisplaysTestCase::testOverrideDisplays in modules/views/tests/views_ui.test
Tests that displays can be overridden via the UI.
ViewsUIWizardDisplaysTestCase::testWizardMixedDefaultOverriddenDisplays in modules/views/tests/views_ui.test
Tests that the wizard correctly sets up default and overridden displays.
ViewsUIWizardItemsPerPageTestCase::testItemsPerPage in modules/views/tests/views_ui.test
Tests the number of items per page.