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
RowUITest::$testViews property core/modules/views_ui/tests/src/Functional/RowUITest.php Views used by this test.
RSSEnclosureFormatter::viewElements function core/modules/file/src/Plugin/Field/FieldFormatter/RSSEnclosureFormatter.php Builds a renderable array for a field value.
RssFieldsTest::$testViews property core/modules/views/tests/src/Kernel/Plugin/RssFieldsTest.php Views to be enabled.
search.views.schema.yml file core/modules/search/config/schema/search.views.schema.yml core/modules/search/config/schema/search.views.schema.yml
SearchController::view function core/modules/search/src/Controller/SearchController.php Creates a render array for the search page.
SearchIntegrationTest::$testViews property core/modules/views/tests/src/Functional/SearchIntegrationTest.php Views used by this test.
SearchMultilingualTest::$testViews property core/modules/views/tests/src/Functional/SearchMultilingualTest.php Views used by this test.
SectionComponentBuildRenderArrayEvent::$inPreview property core/modules/layout_builder/src/Event/SectionComponentBuildRenderArrayEvent.php Whether the component is in preview mode or not.
SectionComponentBuildRenderArrayEvent::inPreview function core/modules/layout_builder/src/Event/SectionComponentBuildRenderArrayEvent.php Determine if the component is in preview mode.
SectionRenderTest::testToRenderArrayPreview function core/modules/layout_builder/tests/src/Unit/SectionRenderTest.php @covers ::toRenderArray
SectionStorageBase::getContextsDuringPreview function core/modules/layout_builder/src/Plugin/SectionStorage/SectionStorageBase.php Gets contexts for use during preview.
SectionStorageInterface::getContextsDuringPreview function core/modules/layout_builder/src/SectionStorageInterface.php Gets contexts for use during preview.
SerializerTest::$view property core/modules/rest/tests/src/Unit/Plugin/views/style/SerializerTest.php The View instance.
settings_tray_block_view_alter function core/modules/settings_tray/settings_tray.module Implements hook_block_view_alter().
settings_tray_contextual_links_view_alter function core/modules/settings_tray/settings_tray.module Implements hook_contextual_links_view_alter().
seven_preprocess_views_view_fields__media_library function core/themes/seven/seven.theme Implements hook_preprocess_views_view_fields().
seven_views_pre_render function core/themes/seven/seven.theme Implements hook_views_pre_render().
shortcut.overview.html.twig file core/modules/help_topics/help_topics/shortcut.overview.html.twig ---
label: 'Creating and using shortcut administrative links'
related:
- core.ui_components
---
<h2>{% trans %}Goal{% endtrans %}</h2>
<p>{% trans %}Create, view, and use a set of shortcuts to access administrative…
SimpleConfigSectionStorage::getContextsDuringPreview function core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/SectionStorage/SimpleConfigSectionStorage.php Gets contexts for use during preview.
SortDateTest::$testViews property core/modules/views/tests/src/Kernel/Handler/SortDateTest.php Views used by this test.
SortDateTimeTest::$testViews property core/modules/datetime/tests/src/Kernel/Views/SortDateTimeTest.php Views to be enabled.
SortRandomTest::$testViews property core/modules/views/tests/src/Kernel/Handler/SortRandomTest.php Views used by this test.
SortRandomTest::getBasicRandomView function core/modules/views/tests/src/Kernel/Handler/SortRandomTest.php Return a basic view with random ordering.
SortTest::$testViews property core/modules/views/tests/src/Kernel/Handler/SortTest.php Views used by this test.
SortTranslationTest::$testViews property core/modules/views/tests/src/Kernel/Handler/SortTranslationTest.php Views to be enabled.
SqlEntityLoadingTest::$testViews property core/modules/views/tests/src/Kernel/Plugin/SqlEntityLoadingTest.php Views to be enabled.
SqlEntityLoadingTest::testViewWithNonDefaultPendingRevision function core/modules/views/tests/src/Kernel/Plugin/SqlEntityLoadingTest.php
sqlite.views.date_sql service core/modules/views/views.services.yml Drupal\views\Plugin\views\query\SqliteDateSql
SqlQueryTest::$testViews property core/modules/views/tests/src/Kernel/Plugin/SqlQueryTest.php Views used by this test.
SqlQueryTest::viewsData function core/modules/views/tests/src/Kernel/Plugin/SqlQueryTest.php Returns the views data definition.
SqlTest::setupViewsData function core/modules/views/tests/src/Unit/Plugin/query/SqlTest.php Sets up the views data in the container.
SqlTest::setupViewWithRelationships function core/modules/views/tests/src/Unit/Plugin/query/SqlTest.php Create a view with a relationship.
statistics.views.inc file core/modules/statistics/statistics.views.inc Provide views data for statistics.module.
statistics.views.schema.yml file core/modules/statistics/config/schema/statistics.views.schema.yml core/modules/statistics/config/schema/statistics.views.schema.yml
StatisticsStorageInterface::deleteViews function core/modules/statistics/src/StatisticsStorageInterface.php Delete counts for a specific entity.
StatisticsStorageInterface::fetchView function core/modules/statistics/src/StatisticsStorageInterface.php Returns the number of times a single entity has been viewed.
StatisticsStorageInterface::fetchViews function core/modules/statistics/src/StatisticsStorageInterface.php Returns the number of times entities have been viewed.
StatisticsStorageInterface::recordView function core/modules/statistics/src/StatisticsStorageInterface.php Count a entity view.
StatisticsViewsResult class core/modules/statistics/src/StatisticsViewsResult.php Value object for passing statistic results.
StatisticsViewsResult.php file core/modules/statistics/src/StatisticsViewsResult.php
StatisticsViewsResult::$dayCount property core/modules/statistics/src/StatisticsViewsResult.php
StatisticsViewsResult::$timestamp property core/modules/statistics/src/StatisticsViewsResult.php
StatisticsViewsResult::$totalCount property core/modules/statistics/src/StatisticsViewsResult.php
StatisticsViewsResult::getDayCount function core/modules/statistics/src/StatisticsViewsResult.php Total number of times the entity has been viewed "today".
StatisticsViewsResult::getTimestamp function core/modules/statistics/src/StatisticsViewsResult.php Timestamp of when the entity was last viewed.
StatisticsViewsResult::getTotalCount function core/modules/statistics/src/StatisticsViewsResult.php Total number of times the entity has been viewed.
StatisticsViewsResult::__construct function core/modules/statistics/src/StatisticsViewsResult.php
StatisticsViewsResultTest class core/modules/statistics/tests/src/Unit/StatisticsViewsResultTest.php @coversDefaultClass \Drupal\statistics\StatisticsViewsResult
@group statistics
StatisticsViewsResultTest.php file core/modules/statistics/tests/src/Unit/StatisticsViewsResultTest.php
StatisticsViewsResultTest::providerTestStatisticsCount function core/modules/statistics/tests/src/Unit/StatisticsViewsResultTest.php

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