197 string references to 'Block'
- aggregator_help in core/
modules/ aggregator/ aggregator.module - Implements hook_help().
- AjaxFormCacheTest::testBlockForms in core/
tests/ Drupal/ FunctionalJavascriptTests/ Ajax/ AjaxFormCacheTest.php - Tests AJAX forms in blocks.
- AjaxFormCacheTest::testQueryString in core/
tests/ Drupal/ FunctionalJavascriptTests/ Ajax/ AjaxFormCacheTest.php - Tests AJAX forms on pages with a query string.
- AreaDisplayLinkTest::setUp in core/
modules/ views/ tests/ src/ Kernel/ Handler/ AreaDisplayLinkTest.php - block.info.yml in core/
modules/ block/ block.info.yml - core/modules/block/block.info.yml
- block.links.contextual.yml in core/
modules/ block/ block.links.contextual.yml - core/modules/block/block.links.contextual.yml
- block.migrate_drupal.yml in core/
modules/ block/ migrations/ state/ block.migrate_drupal.yml - core/modules/block/migrations/state/block.migrate_drupal.yml
- block.schema.yml in core/
modules/ block/ config/ schema/ block.schema.yml - core/modules/block/config/schema/block.schema.yml
- Block::optionsSummary in core/
modules/ views/ src/ Plugin/ views/ display/ Block.php - Provide the summary for page options in the views UI.
- Block::query in core/
modules/ block/ src/ Plugin/ migrate/ source/ Block.php - Block::remove in core/
modules/ views/ src/ Plugin/ views/ display/ Block.php - Reacts on deleting a display.
- BlockConfigEntityUnitTest::setUp in core/
modules/ block/ tests/ src/ Unit/ BlockConfigEntityUnitTest.php - BlockContentCacheTagsTest::testBlock in core/
modules/ block_content/ tests/ src/ Functional/ BlockContentCacheTagsTest.php - Tests that the block is cached with the correct contexts and tags.
- BlockCustomTranslation::query in core/
modules/ block_content/ src/ Plugin/ migrate/ source/ d7/ BlockCustomTranslation.php - BlockCustomTranslationTest::providerSource in core/
modules/ block_content/ tests/ src/ Kernel/ Plugin/ migrate/ source/ d7/ BlockCustomTranslationTest.php - The data provider.
- BlockForm::__construct in core/
modules/ block/ src/ BlockForm.php - Constructs a BlockForm object.
- BlockInstallTest::testCacheTagInvalidationUponInstallation in core/
modules/ block/ tests/ src/ Functional/ BlockInstallTest.php - BlockLibraryController::listBlocks in core/
modules/ block/ src/ Controller/ BlockLibraryController.php - Shows a list of blocks that can be added to a theme's layout.
- BlockListBuilder::buildBlocksForm in core/
modules/ block/ src/ BlockListBuilder.php - Builds the main "Blocks" portion of the form.
- BlockListBuilder::buildBlocksForm in core/
modules/ block/ src/ BlockListBuilder.php - Builds the main "Blocks" portion of the form.
- BlockManager::getType in core/
lib/ Drupal/ Core/ Block/ BlockManager.php - A string identifying the plugin type.
- BlockManagerTest::setUp in core/
tests/ Drupal/ Tests/ Core/ Block/ BlockManagerTest.php - BlockPageVariant::create in core/
modules/ block/ src/ Plugin/ DisplayVariant/ BlockPageVariant.php - Creates an instance of the plugin.
- BlockPluginId::transform in core/
modules/ block/ src/ Plugin/ migrate/ process/ BlockPluginId.php - Set the block plugin id.
- BlockRenderOrderTest::testBlockRenderOrder in core/
modules/ block/ tests/ src/ Functional/ BlockRenderOrderTest.php - Tests the render order of the blocks.
- BlockRepository::__construct in core/
modules/ block/ src/ BlockRepository.php - Constructs a new BlockRepository.
- BlockStorageUnitTest::setUp in core/
modules/ block/ tests/ src/ Kernel/ BlockStorageUnitTest.php - BlockTest::providerSource in core/
modules/ block/ tests/ src/ Kernel/ Plugin/ migrate/ source/ BlockTest.php - The data provider.
- BlockTest::testBlockCacheTags in core/
modules/ block/ tests/ src/ Functional/ BlockTest.php - Test that cache tags are properly set and bubbled up to the page cache.
- BlockTestBase::setUp in core/
modules/ block/ src/ Tests/ BlockTestBase.php - Sets up a Drupal site for running functional and integration tests.
- BlockTestBase::setUp in core/
modules/ block/ tests/ src/ Functional/ BlockTestBase.php - BlockTranslationTest::providerSource in core/
modules/ block/ tests/ src/ Kernel/ Plugin/ migrate/ source/ d6/ BlockTranslationTest.php - The data provider.
- BlockTranslationTest::providerSource in core/
modules/ block/ tests/ src/ Kernel/ Plugin/ migrate/ source/ d7/ BlockTranslationTest.php - The data provider.
- BlockViewBuilder::viewMultiple in core/
modules/ block/ src/ BlockViewBuilder.php - Builds the render array for the provided entities.
- BlockViewBuilderTest::getBlockRenderArray in core/
modules/ block/ tests/ src/ Kernel/ BlockViewBuilderTest.php - Get a fully built render array for a block.
- BlockViewBuilderTest::setUp in core/
modules/ block/ tests/ src/ Kernel/ BlockViewBuilderTest.php - BlockViewBuilderTest::testBasicRendering in core/
modules/ block/ tests/ src/ Kernel/ BlockViewBuilderTest.php - Tests the rendering of blocks.
- BlockViewBuilderTest::testBlockViewBuilderBuildAlter in core/
modules/ block/ tests/ src/ Kernel/ BlockViewBuilderTest.php - Tests block build altering.
- BlockXssTest::doViewTest in core/
modules/ block/ tests/ src/ Functional/ BlockXssTest.php - Tests XSS coming from View block labels.
- block_content_body_field.yml in core/
modules/ block_content/ migrations/ block_content_body_field.yml - core/modules/block_content/migrations/block_content_body_field.yml
- block_content_entity_display.yml in core/
modules/ block_content/ migrations/ block_content_entity_display.yml - core/modules/block_content/migrations/block_content_entity_display.yml
- block_content_entity_form_display.yml in core/
modules/ block_content/ migrations/ block_content_entity_form_display.yml - core/modules/block_content/migrations/block_content_entity_form_display.yml
- block_content_type.yml in core/
modules/ block_content/ migrations/ block_content_type.yml - core/modules/block_content/migrations/block_content_type.yml
- block_post_update_disable_blocks_with_missing_contexts in core/
modules/ block/ block.post_update.php - Disable all blocks with missing context IDs in block_update_8001().
- block_post_update_fix_negate_in_conditions in core/
modules/ block/ block.post_update.php - Fix invalid 'negate' values in block visibility conditions.
- block_theme_suggestions_block in core/
modules/ block/ block.module - Implements hook_theme_suggestions_HOOK().
- book.schema.yml in core/
modules/ book/ config/ schema/ book.schema.yml - core/modules/book/config/schema/book.schema.yml
- book_help in core/
modules/ book/ book.module - Implements hook_help().
- BoxTranslationTest::providerSource in core/
modules/ block_content/ tests/ src/ Kernel/ Plugin/ migrate/ source/ d6/ BoxTranslationTest.php - The data provider.
- ClaroTest::testConfigSchema in core/
tests/ Drupal/ FunctionalTests/ Theme/ ClaroTest.php - Test Claro's configuration schema.
- ConfigEntityDependencyTest::testWithDependencies in core/
tests/ Drupal/ Tests/ Core/ Config/ Entity/ ConfigEntityDependencyTest.php - ConfigEntityImportTest::testConfigUpdateImport in core/
modules/ system/ tests/ src/ Kernel/ Entity/ ConfigEntityImportTest.php - Runs test methods for each module within a single test run.
- ConfigEntityMapper::getContextualLinkGroup in core/
modules/ config_translation/ src/ ConfigEntityMapper.php - Returns the name of the contextual link group to add contextual links to.
- ConfigTranslationBlockListBuilder::buildHeader in core/
modules/ config_translation/ src/ Controller/ ConfigTranslationBlockListBuilder.php - Builds the header row for the entity listing.
- config_translation_entity_type_alter in core/
modules/ config_translation/ config_translation.module - Implements hook_entity_type_alter().
- contact_help in core/
modules/ contact/ contact.module - Implements hook_help().
- content_translation.migrate_drupal.yml in core/
modules/ content_translation/ migrations/ state/ content_translation.migrate_drupal.yml - core/modules/content_translation/migrations/state/content_translation.migrate_drupal.yml
- CookieResourceTestTrait::assertResponseWhenMissingAuthentication in core/
modules/ rest/ tests/ src/ Functional/ CookieResourceTestTrait.php - CreateTestContentEntitiesTrait::createContent in core/
modules/ migrate_drupal/ tests/ src/ Traits/ CreateTestContentEntitiesTrait.php - Create several pieces of generic content.
- CreateTestContentEntitiesTrait::createContentPostUpgrade in core/
modules/ migrate_drupal/ tests/ src/ Traits/ CreateTestContentEntitiesTrait.php - Create several pieces of generic content.
- d6_block.yml in core/
modules/ block/ migrations/ d6_block.yml - core/modules/block/migrations/d6_block.yml
- d7_block.yml in core/
modules/ block/ migrations/ d7_block.yml - core/modules/block/migrations/d7_block.yml
- DeleteFeedTest::testDeleteFeed in core/
modules/ aggregator/ tests/ src/ Functional/ DeleteFeedTest.php - Deletes a feed and ensures that all of its services are deleted.
- demo_umami.info.yml in core/
profiles/ demo_umami/ demo_umami.info.yml - core/profiles/demo_umami/demo_umami.info.yml
- DisplayBlockTest::testBlockCategory in core/
modules/ block/ tests/ src/ Functional/ Views/ DisplayBlockTest.php - Tests default and custom block categories.
- DisplayBlockTest::testDeleteBlockDisplay in core/
modules/ block/ tests/ src/ Functional/ Views/ DisplayBlockTest.php - Tests removing a block display.
- DisplayBlockTest::testViewsBlockForm in core/
modules/ block/ tests/ src/ Functional/ Views/ DisplayBlockTest.php - Test the block form for a Views block.
- DisplayCRUDTest::testDuplicateDisplay in core/
modules/ views_ui/ tests/ src/ Functional/ DisplayCRUDTest.php - Tests the duplicating of a display.
- DisplayCRUDTest::testDuplicateDisplay in core/
modules/ views_ui/ tests/ src/ Functional/ DisplayCRUDTest.php - Tests the duplicating of a display.
- DisplayFeedTest::testFeedOutput in core/
modules/ views/ tests/ src/ Functional/ Plugin/ DisplayFeedTest.php - Tests the rendered output.
- DisplayTest::testAddDisplay in core/
modules/ views_ui/ tests/ src/ FunctionalJavascript/ DisplayTest.php - Tests adding a display.
- DisplayTest::testAddDisplay in core/
modules/ views_ui/ tests/ src/ Functional/ DisplayTest.php - Tests adding a display.
- DisplayTest::testHideDisplayOverride in core/
modules/ views_ui/ tests/ src/ Functional/ DisplayTest.php - Tests that the override option is hidden when it's not needed.
- drupal-8.views-entity-views-data-2455125.yml in core/
modules/ system/ tests/ fixtures/ update/ drupal-8.views-entity-views-data-2455125.yml - core/modules/system/tests/fixtures/update/drupal-8.views-entity-views-data-2455125.yml
- drupal-8.views-entity-views-data-2455125.yml in core/
modules/ system/ tests/ fixtures/ update/ drupal-8.views-entity-views-data-2455125.yml - core/modules/system/tests/fixtures/update/drupal-8.views-entity-views-data-2455125.yml
- drupal7.php in core/
modules/ migrate_drupal/ tests/ fixtures/ drupal7.php - A database agnostic dump for testing purposes.
- EntityCacheTagsTestBase::testReferencedEntity in core/
modules/ system/ src/ Tests/ Entity/ EntityCacheTagsTestBase.php - Tests cache tags presence and invalidation of the entity when referenced.
- EntityCacheTagsTestBase::testReferencedEntity in core/
modules/ system/ tests/ src/ Functional/ Entity/ EntityCacheTagsTestBase.php - Tests cache tags presence and invalidation of the entity when referenced.
- EntityResourceTestBase::testGet in core/
modules/ rest/ tests/ src/ Functional/ EntityResource/ EntityResourceTestBase.php - Test a GET request for an entity, plus edge cases to ensure good DX.
- entity_test_entity_operation_alter in core/
modules/ system/ tests/ modules/ entity_test/ entity_test.module - Implements hook_entity_operation_alter().
- ExposedFilterBlocksUpdateTest::testViewsPostUpdateExposedFilterBlocksWithoutBlock in core/
modules/ views/ tests/ src/ Functional/ Update/ ExposedFilterBlocksUpdateTest.php - Tests that the update succeeds even if Block is not installed.
- Feed::postDelete in core/
modules/ aggregator/ src/ Entity/ Feed.php - Acts on deleted entities before the delete hook is invoked.
- HelpTest::testHelp in core/
modules/ help/ tests/ src/ Functional/ HelpTest.php - Logs in users, tests help pages.
- help_help in core/
modules/ help/ help.module - Implements hook_help().
- hook_post_update_NAME in core/
lib/ Drupal/ Core/ Extension/ module.api.php - Executes an update which is intended to update data, like entities.
- InstallerDependenciesResolutionTest::testDependenciesResolution in core/
modules/ system/ tests/ src/ Kernel/ Installer/ InstallerDependenciesResolutionTest.php - Verifies that the exception message in the profile step is correct.
- InstallUninstallTest::assertInstallModuleUpdates in core/
modules/ system/ tests/ src/ Functional/ Module/ InstallUninstallTest.php - Asserts the module post update functions after install.
- InstallUninstallTest::assertUninstallModuleUpdates in core/
modules/ system/ tests/ src/ Functional/ Module/ InstallUninstallTest.php - Asserts the module post update functions after uninstall.
- LanguageAddForm::save in core/
modules/ language/ src/ Form/ LanguageAddForm.php - Form submission handler for the 'save' action.
- language_help in core/
modules/ language/ language.module - Implements hook_help().
- LegacyBlockPluginIdTest::testConstruct in core/
modules/ block/ tests/ src/ Unit/ Plugin/ migrate/ process/ LegacyBlockPluginIdTest.php - Tests legacy construction.
- LocalActionsAndTasksConvertedIntoBlocksUpdateTest::testUpdateHookN in core/
modules/ system/ tests/ src/ Functional/ Update/ LocalActionsAndTasksConvertedIntoBlocksUpdateTest.php - Tests that local actions/tasks are being converted into blocks.
- LocaleConfigTranslationImportTest::testConfigTranslationModuleInstall in core/
modules/ locale/ tests/ src/ Functional/ LocaleConfigTranslationImportTest.php - Test update changes configuration translations if enabled after language.
- MainContentFallbackTest::testMainContentFallback in core/
modules/ system/ tests/ src/ Functional/ System/ MainContentFallbackTest.php - Test availability of main content: Drupal falls back to SimplePageVariant.
- Menu::delete in core/
modules/ system/ src/ Entity/ Menu.php - Deletes an entity permanently.
- Menu::save in core/
modules/ system/ src/ Entity/ Menu.php - Saves an entity permanently.
- menu_ui_help in core/
modules/ menu_ui/ menu_ui.module - Implements hook_help().
- MigrateBlockContentTranslationTest::setUp in core/
modules/ block/ tests/ src/ Kernel/ Migrate/ d6/ MigrateBlockContentTranslationTest.php - MigrateBlockContentTranslationTest::setUp in core/
modules/ block/ tests/ src/ Kernel/ Migrate/ d7/ MigrateBlockContentTranslationTest.php - MigrateBlockTest::testBlockMigration in core/
modules/ block/ tests/ src/ Kernel/ Migrate/ d6/ MigrateBlockTest.php - Tests the block migration.
- migrate_status_not_finished_test.yml in core/
modules/ migrate_drupal/ tests/ modules/ migrate_state_not_finished_test/ migrations/ migrate_status_not_finished_test.yml - core/modules/migrate_drupal/tests/modules/migrate_state_not_finished_test/migrations/migrate_status_not_finished_test.yml
- MigrationStateUnitTest::providerGetUpgradeStates in core/
modules/ migrate_drupal/ tests/ src/ Unit/ MigrationStateUnitTest.php - Data provider for testGetUpgradeStates.
- minimal.info.yml in core/
profiles/ minimal/ minimal.info.yml - core/profiles/minimal/minimal.info.yml
- MultilingualReviewPageTest::getMissingPaths in core/
modules/ migrate_drupal_ui/ tests/ src/ Functional/ d6/ MultilingualReviewPageTest.php - Gets the missing upgrade paths.
- MultilingualReviewPageTest::getMissingPaths in core/
modules/ migrate_drupal_ui/ tests/ src/ Functional/ d7/ MultilingualReviewPageTest.php - Gets the missing upgrade paths.
- NegotiationConfigureForm::create in core/
modules/ language/ src/ Form/ NegotiationConfigureForm.php - Instantiates a new instance of this class.
- NewDefaultThemeBlocksTest::testNewDefaultThemeBlocks in core/
modules/ block/ tests/ src/ Kernel/ NewDefaultThemeBlocksTest.php - Check the enabled Bartik blocks are correctly copied over.
- Node::blockDisplayOptions in core/
modules/ node/ src/ Plugin/ views/ wizard/ Node.php - Retrieves the block display options.
- NoMultilingualReviewPageTest::getMissingPaths in core/
modules/ migrate_drupal_ui/ tests/ src/ Functional/ d6/ NoMultilingualReviewPageTest.php - Gets the missing upgrade paths.
- PageTitleConvertedIntoBlockUpdateTest::testUpdateHookN in core/
modules/ system/ tests/ src/ Functional/ Update/ PageTitleConvertedIntoBlockUpdateTest.php - Tests that page title is being converted into a block.
- PlaceBlockPageVariant::create in core/
modules/ block_place/ src/ Plugin/ DisplayVariant/ PlaceBlockPageVariant.php - Creates an instance of the plugin.
- RESTTestBase::configEntityValues in core/
modules/ rest/ src/ Tests/ RESTTestBase.php - Provides an array of suitable property values for a config entity type.
- RESTTestBase::entityValues in core/
modules/ rest/ src/ Tests/ RESTTestBase.php - Provides an array of suitable property values for an entity type.
- search_help in core/
modules/ search/ search.module - Implements hook_help().
- search_post_update_block_page in core/
modules/ search/ search.post_update.php - Configures default search page for instantiated blocks.
- settings_tray.links.contextual.yml in core/
modules/ settings_tray/ settings_tray.links.contextual.yml - core/modules/settings_tray/settings_tray.links.contextual.yml
- SevenSecondaryLocalTasksConvertedIntoBlockUpdateTest::testUpdateHookN in core/
modules/ system/ tests/ src/ Functional/ Update/ SevenSecondaryLocalTasksConvertedIntoBlockUpdateTest.php - Tests that local actions/tasks are being converted into blocks.
- shortcut_help in core/
modules/ shortcut/ shortcut.module - Implements hook_help().
- SiteBrandingConvertedIntoBlockUpdateTest::testUpdateHookN in core/
modules/ system/ tests/ src/ Functional/ Update/ SiteBrandingConvertedIntoBlockUpdateTest.php - Tests that site branding elements are being converted into blocks.
- standard.info.yml in core/
profiles/ standard/ standard.info.yml - core/profiles/standard/standard.info.yml
- StatisticsSettingsForm::submitForm in core/
modules/ statistics/ src/ StatisticsSettingsForm.php - Form submission handler.
- statistics_help in core/
modules/ statistics/ statistics.module - Implements hook_help().
- system_help in core/
modules/ system/ system.module - Implements hook_help().
- system_post_update_add_expand_all_items_key_in_system_menu_block in core/
modules/ system/ system.post_update.php - Initialize 'expand_all_items' values to system_menu_block.
- system_theme in core/
modules/ system/ system.module - Implements hook_theme().
- 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.
- testing_missing_dependencies.info.yml in core/
profiles/ testing_missing_dependencies/ testing_missing_dependencies.info.yml - core/profiles/testing_missing_dependencies/testing_missing_dependencies.info.yml
- ThemeTest::testRegionClass in core/
modules/ system/ tests/ src/ Functional/ Theme/ ThemeTest.php - Tests that region attributes can be manipulated via preprocess functions.
- TrustedHostsTest::testShortcut in core/
modules/ system/ tests/ src/ Functional/ System/ TrustedHostsTest.php - Tests that shortcut module works together with host verification.
- UpdatePathRC1TestBaseFilledTest::testUpdatedSite in core/
modules/ system/ tests/ src/ Functional/ Update/ UpdatePathRC1TestBaseFilledTest.php - Tests that the content and configuration were properly updated.
- UpdatePathTestBaseFilledTest::testUpdatedSite in core/
modules/ system/ tests/ src/ Functional/ UpdateSystem/ UpdatePathTestBaseFilledTest.php - Tests that the content and configuration were properly updated.
- Upgrade6Test::getAvailablePaths in core/
modules/ migrate_drupal_ui/ tests/ src/ Functional/ d6/ Upgrade6Test.php - Gets the available upgrade paths.
- Upgrade7Test::getAvailablePaths in core/
modules/ migrate_drupal_ui/ tests/ src/ Functional/ d7/ Upgrade7Test.php - Gets the available upgrade paths.
- views.view.archive.yml in core/
modules/ node/ config/ optional/ views.view.archive.yml - core/modules/node/config/optional/views.view.archive.yml
- views.view.archive.yml in core/
modules/ node/ config/ optional/ views.view.archive.yml - core/modules/node/config/optional/views.view.archive.yml
- views.view.articles_aside.yml in core/
profiles/ demo_umami/ config/ install/ views.view.articles_aside.yml - core/profiles/demo_umami/config/install/views.view.articles_aside.yml
- views.view.articles_aside.yml in core/
profiles/ demo_umami/ config/ install/ views.view.articles_aside.yml - core/profiles/demo_umami/config/install/views.view.articles_aside.yml
- views.view.comments_recent.yml in core/
modules/ comment/ config/ optional/ views.view.comments_recent.yml - core/modules/comment/config/optional/views.view.comments_recent.yml
- views.view.comments_recent.yml in core/
modules/ comment/ config/ optional/ views.view.comments_recent.yml - core/modules/comment/config/optional/views.view.comments_recent.yml
- views.view.content_recent.yml in core/
modules/ node/ config/ optional/ views.view.content_recent.yml - core/modules/node/config/optional/views.view.content_recent.yml
- views.view.content_recent.yml in core/
modules/ node/ config/ optional/ views.view.content_recent.yml - core/modules/node/config/optional/views.view.content_recent.yml
- views.view.contextual_recent.yml in core/
modules/ contextual/ tests/ modules/ contextual_test/ config/ optional/ views.view.contextual_recent.yml - core/modules/contextual/tests/modules/contextual_test/config/optional/views.view.contextual_recent.yml
- views.view.contextual_recent.yml in core/
modules/ contextual/ tests/ modules/ contextual_test/ config/ optional/ views.view.contextual_recent.yml - core/modules/contextual/tests/modules/contextual_test/config/optional/views.view.contextual_recent.yml
- views.view.node_id_argument.yml in core/
modules/ views/ tests/ modules/ views_test_config/ test_views/ views.view.node_id_argument.yml - core/modules/views/tests/modules/views_test_config/test_views/views.view.node_id_argument.yml
- views.view.node_id_argument.yml in core/
modules/ views/ tests/ modules/ views_test_config/ test_views/ views.view.node_id_argument.yml - core/modules/views/tests/modules/views_test_config/test_views/views.view.node_id_argument.yml
- views.view.promoted_items.yml in core/
profiles/ demo_umami/ config/ install/ views.view.promoted_items.yml - core/profiles/demo_umami/config/install/views.view.promoted_items.yml
- views.view.recipe_collections.yml in core/
profiles/ demo_umami/ config/ install/ views.view.recipe_collections.yml - core/profiles/demo_umami/config/install/views.view.recipe_collections.yml
- views.view.recipe_collections.yml in core/
profiles/ demo_umami/ config/ install/ views.view.recipe_collections.yml - core/profiles/demo_umami/config/install/views.view.recipe_collections.yml
- views.view.test_argument_default_node.yml in core/
modules/ views/ tests/ modules/ views_test_config/ test_views/ views.view.test_argument_default_node.yml - core/modules/views/tests/modules/views_test_config/test_views/views.view.test_argument_default_node.yml
- views.view.test_argument_default_node.yml in core/
modules/ views/ tests/ modules/ views_test_config/ test_views/ views.view.test_argument_default_node.yml - core/modules/views/tests/modules/views_test_config/test_views/views.view.test_argument_default_node.yml
- views.view.test_block_exposed_ajax.yml in core/
modules/ views/ tests/ modules/ views_test_config/ test_views/ views.view.test_block_exposed_ajax.yml - core/modules/views/tests/modules/views_test_config/test_views/views.view.test_block_exposed_ajax.yml
- views.view.test_block_exposed_ajax.yml in core/
modules/ views/ tests/ modules/ views_test_config/ test_views/ views.view.test_block_exposed_ajax.yml - core/modules/views/tests/modules/views_test_config/test_views/views.view.test_block_exposed_ajax.yml
- views.view.test_block_exposed_ajax_with_page.yml in core/
modules/ views/ tests/ modules/ views_test_config/ test_views/ views.view.test_block_exposed_ajax_with_page.yml - core/modules/views/tests/modules/views_test_config/test_views/views.view.test_block_exposed_ajax_with_page.yml
- views.view.test_block_exposed_ajax_with_page.yml in core/
modules/ views/ tests/ modules/ views_test_config/ test_views/ views.view.test_block_exposed_ajax_with_page.yml - core/modules/views/tests/modules/views_test_config/test_views/views.view.test_block_exposed_ajax_with_page.yml
- views.view.test_block_view.yml in core/
modules/ layout_builder/ tests/ modules/ layout_builder_views_test/ config/ install/ views.view.test_block_view.yml - core/modules/layout_builder/tests/modules/layout_builder_views_test/config/install/views.view.test_block_view.yml
- views.view.test_block_view.yml in core/
modules/ layout_builder/ tests/ modules/ layout_builder_views_test/ config/ install/ views.view.test_block_view.yml - core/modules/layout_builder/tests/modules/layout_builder_views_test/config/install/views.view.test_block_view.yml
- views.view.test_disabled_display.yml in core/
modules/ views/ tests/ modules/ views_test_config/ test_views/ views.view.test_disabled_display.yml - core/modules/views/tests/modules/views_test_config/test_views/views.view.test_disabled_display.yml
- views.view.test_display.yml in core/
modules/ views/ tests/ modules/ views_test_config/ test_views/ views.view.test_display.yml - core/modules/views/tests/modules/views_test_config/test_views/views.view.test_display.yml
- views.view.test_display.yml in core/
modules/ views/ tests/ modules/ views_test_config/ test_views/ views.view.test_display.yml - core/modules/views/tests/modules/views_test_config/test_views/views.view.test_display.yml
- views.view.test_display_invalid.yml in core/
modules/ views/ tests/ modules/ views_test_config/ test_views/ views.view.test_display_invalid.yml - core/modules/views/tests/modules/views_test_config/test_views/views.view.test_display_invalid.yml
- views.view.test_display_invalid.yml in core/
modules/ views/ tests/ modules/ views_test_config/ test_views/ views.view.test_display_invalid.yml - core/modules/views/tests/modules/views_test_config/test_views/views.view.test_display_invalid.yml
- views.view.test_entity_reference_group_by_empty_relationships.yml in core/
modules/ system/ tests/ modules/ entity_reference_test_views/ test_views/ views.view.test_entity_reference_group_by_empty_relationships.yml - core/modules/system/tests/modules/entity_reference_test_views/test_views/views.view.test_entity_reference_group_by_empty_relationships.yml
- views.view.test_invalid_tokens.yml in core/
modules/ views/ tests/ modules/ views_test_config/ test_views/ views.view.test_invalid_tokens.yml - core/modules/views/tests/modules/views_test_config/test_views/views.view.test_invalid_tokens.yml
- views.view.test_invalid_tokens.yml in core/
modules/ views/ tests/ modules/ views_test_config/ test_views/ views.view.test_invalid_tokens.yml - core/modules/views/tests/modules/views_test_config/test_views/views.view.test_invalid_tokens.yml
- views.view.test_options_list_argument_numeric.yml in core/
modules/ options/ tests/ options_test_views/ test_views/ views.view.test_options_list_argument_numeric.yml - core/modules/options/tests/options_test_views/test_views/views.view.test_options_list_argument_numeric.yml
- views.view.test_options_list_argument_numeric.yml in core/
modules/ options/ tests/ options_test_views/ test_views/ views.view.test_options_list_argument_numeric.yml - core/modules/options/tests/options_test_views/test_views/views.view.test_options_list_argument_numeric.yml
- views.view.test_options_list_argument_string.yml in core/
modules/ options/ tests/ options_test_views/ test_views/ views.view.test_options_list_argument_string.yml - core/modules/options/tests/options_test_views/test_views/views.view.test_options_list_argument_string.yml
- views.view.test_options_list_argument_string.yml in core/
modules/ options/ tests/ options_test_views/ test_views/ views.view.test_options_list_argument_string.yml - core/modules/options/tests/options_test_views/test_views/views.view.test_options_list_argument_string.yml
- views.view.test_options_list_filter.yml in core/
modules/ options/ tests/ options_test_views/ test_views/ views.view.test_options_list_filter.yml - core/modules/options/tests/options_test_views/test_views/views.view.test_options_list_filter.yml
- views.view.test_options_list_filter.yml in core/
modules/ options/ tests/ options_test_views/ test_views/ views.view.test_options_list_filter.yml - core/modules/options/tests/options_test_views/test_views/views.view.test_options_list_filter.yml
- views.view.test_token_view.yml in core/
modules/ views/ tests/ modules/ views_test_config/ test_views/ views.view.test_token_view.yml - core/modules/views/tests/modules/views_test_config/test_views/views.view.test_token_view.yml
- views.view.test_token_view.yml in core/
modules/ views/ tests/ modules/ views_test_config/ test_views/ views.view.test_token_view.yml - core/modules/views/tests/modules/views_test_config/test_views/views.view.test_token_view.yml
- views.view.test_view_block.yml in core/
modules/ block/ tests/ modules/ block_test_views/ test_views/ views.view.test_view_block.yml - core/modules/block/tests/modules/block_test_views/test_views/views.view.test_view_block.yml
- views.view.test_view_block.yml in core/
modules/ block/ tests/ modules/ block_test_views/ test_views/ views.view.test_view_block.yml - core/modules/block/tests/modules/block_test_views/test_views/views.view.test_view_block.yml
- views.view.test_view_block2.yml in core/
modules/ block/ tests/ modules/ block_test_views/ test_views/ views.view.test_view_block2.yml - core/modules/block/tests/modules/block_test_views/test_views/views.view.test_view_block2.yml
- views.view.test_view_block2.yml in core/
modules/ block/ tests/ modules/ block_test_views/ test_views/ views.view.test_view_block2.yml - core/modules/block/tests/modules/block_test_views/test_views/views.view.test_view_block2.yml
- views.view.test_view_block_with_context.yml in core/
modules/ block/ tests/ modules/ block_test_views/ test_views/ views.view.test_view_block_with_context.yml - core/modules/block/tests/modules/block_test_views/test_views/views.view.test_view_block_with_context.yml
- views.view.test_view_block_with_context.yml in core/
modules/ block/ tests/ modules/ block_test_views/ test_views/ views.view.test_view_block_with_context.yml - core/modules/block/tests/modules/block_test_views/test_views/views.view.test_view_block_with_context.yml
- views.view.test_view_storage.yml in core/
modules/ views/ tests/ modules/ views_test_config/ test_views/ views.view.test_view_storage.yml - core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view_storage.yml
- views.view.test_view_storage.yml in core/
modules/ views/ tests/ modules/ views_test_config/ test_views/ views.view.test_view_storage.yml - core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view_storage.yml
- views.view.who_s_new.yml in core/
modules/ user/ config/ optional/ views.view.who_s_new.yml - core/modules/user/config/optional/views.view.who_s_new.yml
- views.view.who_s_online.yml in core/
modules/ user/ config/ optional/ views.view.who_s_online.yml - core/modules/user/config/optional/views.view.who_s_online.yml
- ViewsBlockTest::setUp in core/
modules/ views/ tests/ src/ Unit/ Plugin/ Block/ ViewsBlockTest.php - ViewsBlockTest::testBuild in core/
modules/ views/ tests/ src/ Unit/ Plugin/ Block/ ViewsBlockTest.php - Tests the build method.
- ViewsBlockTest::testBuildEmpty in core/
modules/ views/ tests/ src/ Unit/ Plugin/ Block/ ViewsBlockTest.php - Tests the build method.
- views_invalidate_cache in core/
modules/ views/ views.module - Invalidate the views cache, forcing a rebuild on the next grab of table data.
- views_post_update_exposed_filter_blocks_label_display in core/
modules/ views/ views.post_update.php - Update exposed filter blocks label display to be disabled.
- WhosOnlineBlockTest::setUp in core/
modules/ user/ tests/ src/ Kernel/ WhosOnlineBlockTest.php - WhosOnlineBlockTest::testWhosOnlineBlock in core/
modules/ user/ tests/ src/ Kernel/ WhosOnlineBlockTest.php - Test the Who's Online block.
- WizardPluginBase::addDisplays in core/
modules/ views/ src/ Plugin/ views/ wizard/ WizardPluginBase.php - Adds the array of display options to the view, with appropriate overrides.
- WizardPluginBase::addDisplays in core/
modules/ views/ src/ Plugin/ views/ wizard/ WizardPluginBase.php - Adds the array of display options to the view, with appropriate overrides.
- WizardPluginBase::blockDisplayOptions in core/
modules/ views/ src/ Plugin/ views/ wizard/ WizardPluginBase.php - Retrieves the block display options.
- WizardPluginBase::buildDisplayOptions in core/
modules/ views/ src/ Plugin/ views/ wizard/ WizardPluginBase.php - Builds an array of display options for the view.
- WizardPluginBase::buildForm in core/
modules/ views/ src/ Plugin/ views/ wizard/ WizardPluginBase.php - Form callback to build other elements in the "show" form.
- WizardPluginBase::buildFormStyle in core/
modules/ views/ src/ Plugin/ views/ wizard/ WizardPluginBase.php - Adds the style options to the wizard form.
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.