Search for view

  1. Search 7.x for view
  2. Search 9.5.x for view
  3. Search 8.9.x for view
  4. Search 11.x for view
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
View class core/modules/views/src/Element/View.php Provides a render element to display a view.
View class core/modules/views/src/Entity/View.php Defines a View configuration entity class.
View class core/modules/views/src/Plugin/views/area/View.php Views area handlers. Insert a view inside of an area.

All search results

Title Object type File name Summary
MediaViewsData class core/modules/media/src/MediaViewsData.php Provides the Views data for the media entity type.
MediaViewsData.php file core/modules/media/src/MediaViewsData.php
MediaViewsData::getViewsData function core/modules/media/src/MediaViewsData.php Returns views data for the entity type.
MediaViewsWizardTest class core/modules/media/tests/src/FunctionalJavascript/MediaViewsWizardTest.php Tests the media entity type integration into the wizard.
MediaViewsWizardTest.php file core/modules/media/tests/src/FunctionalJavascript/MediaViewsWizardTest.php
MediaViewsWizardTest::$defaultTheme property core/modules/media/tests/src/FunctionalJavascript/MediaViewsWizardTest.php The theme to install as the default for testing.
MediaViewsWizardTest::testMediaRevisionWizard function core/modules/media/tests/src/FunctionalJavascript/MediaViewsWizardTest.php Tests adding a view of media revisions.
MediaViewsWizardTest::testMediaWizard function core/modules/media/tests/src/FunctionalJavascript/MediaViewsWizardTest.php Tests adding a view of media.
media_entity_view_display_presave function core/modules/media/media.module Implements hook_ENTITY_TYPE_presave() for entity_view_display.
media_library.views.inc file core/modules/media_library/media_library.views.inc Contains Views integration for the media_library module.
media_library_form_views_form_media_library_page_alter function core/modules/media_library/media_library.module Alter the bulk form to add a more accessible label.
media_library_preprocess_views_view_fields function core/modules/media_library/media_library.module Implements hook_preprocess_views_view_fields().
media_library_preprocess_views_view__media_library function core/modules/media_library/media_library.module Implements hook_preprocess_views_view() for the 'media_library' view.
media_library_views_data function core/modules/media_library/media_library.views.inc Implements hook_views_data().
media_library_views_post_render function core/modules/media_library/media_library.module Implements hook_views_post_render().
media_library_views_pre_render function core/modules/media_library/media_library.module Implements hook_views_pre_render().
media_test_embed_entity_view_alter function core/modules/media/tests/modules/media_test_embed/media_test_embed.module Implements hook_entity_view_alter().
media_test_views.info.yml file core/modules/media/tests/modules/media_test_views/media_test_views.info.yml core/modules/media/tests/modules/media_test_views/media_test_views.info.yml
media_views_query_substitutions function core/modules/media/media.module Implements hook_views_query_substitutions().
menu-local-task--views-ui.html.twig file core/themes/claro/templates/navigation/menu-local-task--views-ui.html.twig Theme override for a local task link.
MenuAccessControlHandler::$viewLabelOperation property core/modules/system/src/MenuAccessControlHandler.php Allows to grant access to just the labels.
MenuForm::$overviewTreeForm property core/modules/menu_ui/src/MenuForm.php The overview tree form.
MenuForm::buildOverviewForm function core/modules/menu_ui/src/MenuForm.php Form constructor to edit an entire menu tree at once.
MenuForm::buildOverviewTreeForm function core/modules/menu_ui/src/MenuForm.php Recursive helper function for buildOverviewForm().
MenuForm::submitOverviewForm function core/modules/menu_ui/src/MenuForm.php Submit handler for the menu overview form.
MenuLinkTest::$testViews property core/modules/views/tests/src/Functional/Plugin/MenuLinkTest.php Views used by this test.
MenuTest::$anonymousUsersCanViewLabels property core/modules/jsonapi/tests/src/Functional/MenuTest.php Whether anonymous users can view labels of this resource type.
menu_ui_block_view_system_menu_block_alter function core/modules/menu_ui/menu_ui.module Implements hook_block_view_BASE_BLOCK_ID_alter() for 'system_menu_block'.
MessageForm::preview function core/modules/contact/src/MessageForm.php Form submission handler for the 'preview' action.
MessagesTest::$view property core/modules/views/tests/src/Unit/Plugin/area/MessagesTest.php The view executable object.
MessageViewBuilder class core/modules/contact/src/MessageViewBuilder.php Render controller for contact messages.
MessageViewBuilder.php file core/modules/contact/src/MessageViewBuilder.php
MessageViewBuilder::getBuildDefaults function core/modules/contact/src/MessageViewBuilder.php Provides entity-specific defaults to the build process.
MessageViewBuilder::view function core/modules/contact/src/MessageViewBuilder.php Builds the render array for the provided entity.
migrate.overview.html.twig file core/modules/migrate/help_topics/migrate.overview.html.twig ---
label: 'Migrating, updating, and upgrading'
top_level: true
---
<h2>{% trans %}What are updating, upgrading, and migrating?{% endtrans %}</h2>
<p>{% trans %}<em>Updating</em> is the process of changing from…
MigrateControllerTest::clickViewsOperationsLink function core/modules/migrate_drupal_ui/tests/src/Functional/MigrateControllerTest.php Clicks a view link to perform an operation.
MigrateMessageController::overview function core/modules/migrate/src/Controller/MigrateMessageController.php Displays an overview of migrate messages.
MigrateMessageController::overview function core/modules/migrate_drupal_ui/src/Controller/MigrateMessageController.php Displays an overview of migrate messages.
MigrateMessageControllerTest::testOverview function core/modules/migrate/tests/src/Functional/MigrateMessageControllerTest.php Tests the overview page for migrate messages.
MigrateMessageControllerTest::testOverview function core/modules/migrate_drupal_ui/tests/src/Functional/MigrateMessageControllerTest.php Tests the overview page for migrate messages.
MigrateUpgradeFormStepsTest::testMigrateUpgradeReviewPage function core/modules/migrate_drupal_ui/tests/src/Functional/MigrateUpgradeFormStepsTest.php Tests the flow of the Migrate Drupal UI form.
MigrateUpgradeTestBase::assertReviewForm function core/modules/migrate_drupal_ui/tests/src/Functional/MigrateUpgradeTestBase.php Helper to assert content on the Review form.
MigrateViewModesTest class core/modules/node/tests/src/Kernel/Migrate/d6/MigrateViewModesTest.php Migrate view modes.
MigrateViewModesTest class core/modules/field/tests/src/Kernel/Migrate/d7/MigrateViewModesTest.php Tests migration of D7 view modes.
MigrateViewModesTest.php file core/modules/field/tests/src/Kernel/Migrate/d7/MigrateViewModesTest.php
MigrateViewModesTest.php file core/modules/node/tests/src/Kernel/Migrate/d6/MigrateViewModesTest.php
MigrateViewModesTest::$modules property core/modules/field/tests/src/Kernel/Migrate/d7/MigrateViewModesTest.php Modules to install.
MigrateViewModesTest::assertEntity function core/modules/field/tests/src/Kernel/Migrate/d7/MigrateViewModesTest.php Asserts various aspects of a view mode entity.
MigrateViewModesTest::setUp function core/modules/field/tests/src/Kernel/Migrate/d7/MigrateViewModesTest.php
MigrateViewModesTest::setUp function core/modules/node/tests/src/Kernel/Migrate/d6/MigrateViewModesTest.php

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