Search for view

  1. Search 7.x for view
  2. Search 9.5.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
DataEntityRow::getView function core/modules/rest/src/Plugin/views/row/DataEntityRow.php Returns the top object of a view.
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 Allows to grant access to just the labels.
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 Builds a renderable array for a field value.
DateRangePlainFormatter::viewElements function core/modules/datetime_range/src/Plugin/Field/FieldFormatter/DateRangePlainFormatter.php Builds a renderable array for a field value.
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 Builds a renderable array for a field value.
DateTimeFormatterBase::viewElements function core/modules/datetime/src/Plugin/Field/FieldFormatter/DateTimeFormatterBase.php Builds a renderable array for a field value.
DateTimePlainFormatter::viewElements function core/modules/datetime/src/Plugin/Field/FieldFormatter/DateTimePlainFormatter.php Builds a renderable array for a field value.
DateTimeRangeTrait::viewElements function core/modules/datetime_range/src/DateTimeRangeTrait.php
DatetimeRangeViewUpdateTest class core/modules/datetime_range/tests/src/Functional/Update/DatetimeRangeViewUpdateTest.php Test update of views with datetime_range filters.
DatetimeRangeViewUpdateTest.php file core/modules/datetime_range/tests/src/Functional/Update/DatetimeRangeViewUpdateTest.php
DatetimeRangeViewUpdateTest::setDatabaseDumpFiles function core/modules/datetime_range/tests/src/Functional/Update/DatetimeRangeViewUpdateTest.php Set database dump files to be used.
DatetimeRangeViewUpdateTest::testViewsPostUpdateDateRangeFilterValues function core/modules/datetime_range/tests/src/Functional/Update/DatetimeRangeViewUpdateTest.php Tests that datetime_range filter values are updated properly.
DateTimeSchemaTest::$testViews property core/modules/datetime/tests/src/Kernel/Views/DateTimeSchemaTest.php Views to be enabled.
DateTimeTimeAgoFormatter::viewElements function core/modules/datetime/src/Plugin/Field/FieldFormatter/DateTimeTimeAgoFormatter.php Builds a renderable array for a field value.
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_range_post_update_views_string_plugin_id function core/modules/datetime_range/datetime_range.post_update.php Update existing views using datetime_range fields.
datetime_range_view_presave function core/modules/datetime_range/datetime_range.module Implements hook_ENTITY_TYPE_presave().
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.
DblogRecentLogsUsingViewsUpdateTest class core/modules/dblog/tests/src/Functional/Update/DblogRecentLogsUsingViewsUpdateTest.php Ensures that update hook that creates the watchdog view ran successfully.
DblogRecentLogsUsingViewsUpdateTest.php file core/modules/dblog/tests/src/Functional/Update/DblogRecentLogsUsingViewsUpdateTest.php
DblogRecentLogsUsingViewsUpdateTest::setDatabaseDumpFiles function core/modules/dblog/tests/src/Functional/Update/DblogRecentLogsUsingViewsUpdateTest.php Set database dump files to be used.
DblogRecentLogsUsingViewsUpdateTest::testUpdate function core/modules/dblog/tests/src/Functional/Update/DblogRecentLogsUsingViewsUpdateTest.php Ensures that update hook is run for dblog module.
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 Generate events and verify dblog entries; verify user access to log reports
based on permissions. Using the dblog UI generated by a View.
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_post_update_convert_recent_messages_to_view function core/modules/dblog/dblog.post_update.php Replace 'Recent log messages' with a view.
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().
dblog_view_presave function core/modules/dblog/dblog.module Implements hook_ENTITY_TYPE_presave() for views entities.
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.

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