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
datetime_range.views.inc file core/modules/datetime_range/datetime_range.views.inc Provides views data for the datetime_range module.
datetime_range_entity_view_display_presave function core/modules/datetime_range/datetime_range.module Implements hook_ENTITY_TYPE_presave() for entity_view_display entities.
datetime_range_field_views_data function core/modules/datetime_range/datetime_range.views.inc Implements hook_field_views_data().
datetime_type_field_views_data_helper function core/modules/datetime/datetime.views.inc Provides Views integration for any datetime-based fields.
dblog.views.inc file core/modules/dblog/dblog.views.inc Provide views data for dblog.module.
dblog.views.schema.yml file core/modules/dblog/config/schema/dblog.views.schema.yml core/modules/dblog/config/schema/dblog.views.schema.yml
DbLogController::overview function core/modules/dblog/src/Controller/DbLogController.php Displays a listing of database log messages.
DbLogTest::testOverviewLinks function core/modules/dblog/tests/src/Functional/DbLogTest.php Make sure HTML tags are filtered out in the log overview links.
DbLogViewsTest class core/modules/dblog/tests/src/Functional/DbLogViewsTest.php Verifies user access to log reports based on permissions.
DbLogViewsTest.php file core/modules/dblog/tests/src/Functional/DbLogViewsTest.php
DbLogViewsTest::$defaultTheme property core/modules/dblog/tests/src/Functional/DbLogViewsTest.php The theme to install as the default for testing.
DbLogViewsTest::$modules property core/modules/dblog/tests/src/Functional/DbLogViewsTest.php Modules to install.
DbLogViewsTest::filterLogsEntries function core/modules/dblog/tests/src/Functional/DbLogViewsTest.php Filters the logs according to the specific severity and log entry type.
DbLogViewsTest::getLogsEntriesTable function core/modules/dblog/tests/src/Functional/DbLogViewsTest.php Find the Logs table in the DOM.
DbLogViewsTest::testEmptyText function core/modules/dblog/tests/src/Functional/DbLogViewsTest.php Tests the empty text for the watchdog view is not using an input format.
dblog_test_views.info.yml file core/modules/dblog/tests/modules/dblog_test_views/dblog_test_views.info.yml core/modules/dblog/tests/modules/dblog_test_views/dblog_test_views.info.yml
dblog_views_data function core/modules/dblog/dblog.views.inc Implements hook_views_data().
dblog_views_pre_render function core/modules/dblog/dblog.module Implements hook_views_pre_render().
DefaultFileFormatter::viewValue function core/modules/file/src/Plugin/Field/FieldFormatter/DefaultFileFormatter.php Generate the output appropriate for one field item.
DefaultsSectionStorage::getContextsDuringPreview function core/modules/layout_builder/src/Plugin/SectionStorage/DefaultsSectionStorage.php Gets contexts for use during preview.
DefaultsSectionStorageTest::testGetContextsDuringPreview function core/modules/layout_builder/tests/src/Kernel/DefaultsSectionStorageTest.php @covers ::getContextsDuringPreview
DefaultViewRecentCommentsTest class core/modules/comment/tests/src/Functional/Views/DefaultViewRecentCommentsTest.php Tests results for the Recent Comments view shipped with the module.
DefaultViewRecentCommentsTest.php file core/modules/comment/tests/src/Functional/Views/DefaultViewRecentCommentsTest.php
DefaultViewRecentCommentsTest::$blockDisplayResults property core/modules/comment/tests/src/Functional/Views/DefaultViewRecentCommentsTest.php Number of results for the Block display.
DefaultViewRecentCommentsTest::$commentsCreated property core/modules/comment/tests/src/Functional/Views/DefaultViewRecentCommentsTest.php Will hold the comments created for testing.
DefaultViewRecentCommentsTest::$defaultDisplayResults property core/modules/comment/tests/src/Functional/Views/DefaultViewRecentCommentsTest.php Number of results for the Default display.
DefaultViewRecentCommentsTest::$defaultTheme property core/modules/comment/tests/src/Functional/Views/DefaultViewRecentCommentsTest.php The theme to install as the default for testing.
DefaultViewRecentCommentsTest::$modules property core/modules/comment/tests/src/Functional/Views/DefaultViewRecentCommentsTest.php Modules to install.
DefaultViewRecentCommentsTest::$node property core/modules/comment/tests/src/Functional/Views/DefaultViewRecentCommentsTest.php Contains the node object used for comments of this test.
DefaultViewRecentCommentsTest::$pageDisplayResults property core/modules/comment/tests/src/Functional/Views/DefaultViewRecentCommentsTest.php Number of results for the Page display.
DefaultViewRecentCommentsTest::setUp function core/modules/comment/tests/src/Functional/Views/DefaultViewRecentCommentsTest.php Sets up the test.
DefaultViewRecentCommentsTest::testBlockDisplay function core/modules/comment/tests/src/Functional/Views/DefaultViewRecentCommentsTest.php Tests the block defined by the comments_recent view.
DefaultViewsTest class core/modules/views/tests/src/Functional/DefaultViewsTest.php Tests the default views provided by views.
DefaultViewsTest class core/modules/views_ui/tests/src/Functional/DefaultViewsTest.php Tests enabling, disabling, and reverting default views via the listing page.
DefaultViewsTest.php file core/modules/views_ui/tests/src/Functional/DefaultViewsTest.php
DefaultViewsTest.php file core/modules/views/tests/src/Functional/DefaultViewsTest.php
DefaultViewsTest::$defaultTheme property core/modules/views/tests/src/Functional/DefaultViewsTest.php The theme to install as the default for testing.
DefaultViewsTest::$defaultTheme property core/modules/views_ui/tests/src/Functional/DefaultViewsTest.php The theme to install as the default for testing.
DefaultViewsTest::$modules property core/modules/views/tests/src/Functional/DefaultViewsTest.php Modules to install.
DefaultViewsTest::$testViews property core/modules/views_ui/tests/src/Functional/DefaultViewsTest.php Views used by this test.
DefaultViewsTest::$viewArgMap property core/modules/views/tests/src/Functional/DefaultViewsTest.php An array of argument arrays to use for default views.
DefaultViewsTest::clickViewsOperationLink function core/modules/views_ui/tests/src/Functional/DefaultViewsTest.php Click a link to perform an operation on a view.
DefaultViewsTest::createTerm function core/modules/views/tests/src/Functional/DefaultViewsTest.php Returns a new term with random properties in vocabulary $vid.
DefaultViewsTest::setUp function core/modules/views/tests/src/Functional/DefaultViewsTest.php Sets up the test.
DefaultViewsTest::setUp function core/modules/views_ui/tests/src/Functional/DefaultViewsTest.php Sets up the test.
DefaultViewsTest::testArchiveView function core/modules/views/tests/src/Functional/DefaultViewsTest.php Tests the archive view.
DefaultViewsTest::testDefaultViews function core/modules/views/tests/src/Functional/DefaultViewsTest.php Tests that all Default views work as expected.
DefaultViewsTest::testDefaultViews function core/modules/views_ui/tests/src/Functional/DefaultViewsTest.php Tests default views.
DefaultViewsTest::testPathDestination function core/modules/views_ui/tests/src/Functional/DefaultViewsTest.php Tests that page displays show the correct path.
DefaultViewsTest::testSplitListing function core/modules/views_ui/tests/src/Functional/DefaultViewsTest.php Tests that enabling views moves them to the correct table.

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