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 10.3.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.views.schema.yml file core/modules/datetime/config/schema/datetime.views.schema.yml core/modules/datetime/config/schema/datetime.views.schema.yml
datetime.views_helper service core/modules/datetime/datetime.services.yml Drupal\datetime\DateTimeViewsHelper
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
DatetimeRangeViewsHooks class core/modules/datetime_range/src/Hook/DatetimeRangeViewsHooks.php Hook implementations for datetime_range.
DatetimeRangeViewsHooks.php file core/modules/datetime_range/src/Hook/DatetimeRangeViewsHooks.php
DatetimeRangeViewsHooks::fieldViewsData function core/modules/datetime_range/src/Hook/DatetimeRangeViewsHooks.php Implements hook_field_views_data().
DatetimeRangeViewsHooks::__construct function core/modules/datetime_range/src/Hook/DatetimeRangeViewsHooks.php
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.
DateTimeViewsHelper class core/modules/datetime/src/DateTimeViewsHelper.php A helper for datetime fields integrating with views.
DateTimeViewsHelper.php file core/modules/datetime/src/DateTimeViewsHelper.php
DateTimeViewsHelper::buildViewsData function core/modules/datetime/src/DateTimeViewsHelper.php Provides Views integration for any datetime-based fields.
DateTimeViewsHelper::__construct function core/modules/datetime/src/DateTimeViewsHelper.php
DatetimeViewsHooks class core/modules/datetime/src/Hook/DatetimeViewsHooks.php Hook implementations for datetime.
DatetimeViewsHooks.php file core/modules/datetime/src/Hook/DatetimeViewsHooks.php
DatetimeViewsHooks::fieldViewsData function core/modules/datetime/src/Hook/DatetimeViewsHooks.php Implements hook_field_views_data().
DatetimeViewsHooks::__construct function core/modules/datetime/src/Hook/DatetimeViewsHooks.php
datetime_type_field_views_data_helper function core/modules/datetime/datetime.module Provides Views integration for any datetime-based fields.
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.
DblogHooks::viewsPreRender function core/modules/dblog/src/Hook/DblogHooks.php Implements hook_views_pre_render().
DbLogTest::testOverviewLinks function core/modules/dblog/tests/src/Functional/DbLogTest.php Make sure HTML tags are filtered out in the log overview links.
DblogViewsHooks class core/modules/dblog/src/Hook/DblogViewsHooks.php Hook implementations for dblog.
DblogViewsHooks.php file core/modules/dblog/src/Hook/DblogViewsHooks.php
DblogViewsHooks::viewsData function core/modules/dblog/src/Hook/DblogViewsHooks.php Implements hook_views_data().
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
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 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.

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