Search for view

  1. Search 7.x for view
  2. Search 8.9.x for view
  3. Search 10.3.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
CustomBooleanTest::viewsData function core/modules/views_ui/tests/src/Functional/CustomBooleanTest.php \Drupal\views\Tests\ViewTestBase::viewsData().
d6_view_modes.yml file core/modules/node/migrations/d6_view_modes.yml core/modules/node/migrations/d6_view_modes.yml
d7_view_modes.yml file core/modules/field/migrations/d7_view_modes.yml core/modules/field/migrations/d7_view_modes.yml
DataEntityRow::getView function core/modules/rest/src/Plugin/views/row/DataEntityRow.php
DateFilterTest::$testViews property core/modules/datetime/tests/src/Functional/DateFilterTest.php Views used by this test.
DateFormatAccessControlHandler::$viewLabelOperation property core/modules/system/src/DateFormatAccessControlHandler.php
DateFormatTest::$anonymousUsersCanViewLabels property core/modules/jsonapi/tests/src/Functional/DateFormatTest.php Whether anonymous users can view labels of this resource type.
DateRangeCustomFormatter::viewElements function core/modules/datetime_range/src/Plugin/Field/FieldFormatter/DateRangeCustomFormatter.php
DateRangePlainFormatter::viewElements function core/modules/datetime_range/src/Plugin/Field/FieldFormatter/DateRangePlainFormatter.php
datetime.views.inc file core/modules/datetime/datetime.views.inc Provides views data for the datetime module.
datetime.views.schema.yml file core/modules/datetime/config/schema/datetime.views.schema.yml core/modules/datetime/config/schema/datetime.views.schema.yml
DateTimeCustomFormatter::viewElements function core/modules/datetime/src/Plugin/Field/FieldFormatter/DateTimeCustomFormatter.php
DateTimeFormatterBase::viewElements function core/modules/datetime/src/Plugin/Field/FieldFormatter/DateTimeFormatterBase.php
DateTimePlainFormatter::viewElements function core/modules/datetime/src/Plugin/Field/FieldFormatter/DateTimePlainFormatter.php
DateTimeRangeTrait::viewElements function core/modules/datetime_range/src/DateTimeRangeTrait.php
DateTimeSchemaTest::$testViews property core/modules/datetime/tests/src/Kernel/Views/DateTimeSchemaTest.php
DateTimeTimeAgoFormatter::viewElements function core/modules/datetime/src/Plugin/Field/FieldFormatter/DateTimeTimeAgoFormatter.php
datetime_field_views_data function core/modules/datetime/datetime.views.inc Implements hook_field_views_data().
datetime_range.views.inc file core/modules/datetime_range/datetime_range.views.inc Provides views data for the datetime_range module.
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 enable.
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[[api-linebreak]]
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
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
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_ui/tests/src/Functional/DefaultViewsTest.php Tests enabling, disabling, and reverting default views via the listing page.

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