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
TextTrimmedFormatter::viewElements function core/modules/text/src/Plugin/Field/FieldFormatter/TextTrimmedFormatter.php Builds a renderable array for a field value.
Theme system overview group core/lib/Drupal/Core/Render/theme.api.php Functions and templates for the user interface that themes can override.
ThemeTestSubscriber::onView function core/modules/system/tests/modules/theme_test/src/EventSubscriber/ThemeTestSubscriber.php Ensures that the theme registry was not initialized.
TimestampAgoFormatter::viewElements function core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/TimestampAgoFormatter.php Builds a renderable array for a field value.
TimestampFormatter::viewElements function core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/TimestampFormatter.php Builds a renderable array for a field value.
TokenReplaceTest::$testViews property core/modules/views/tests/src/Kernel/TokenReplaceTest.php Views used by this test.
tour.overview.html.twig file core/modules/help_topics/help_topics/tour.overview.html.twig ---
label: 'Taking tours of administrative pages'
related:
- core.ui_components
---
<h2>{% trans %}Goal{% endtrans %}</h2>
<p>{% trans %}Take a tour of an administrative page.{% endtrans %}</p>
<h2>{% trans…
tour.tour.views-ui.yml file core/modules/views_ui/config/optional/tour.tour.views-ui.yml core/modules/views_ui/config/optional/tour.tour.views-ui.yml
TourViewBuilder class core/modules/tour/src/TourViewBuilder.php Provides a Tour view builder.
TourViewBuilder.php file core/modules/tour/src/TourViewBuilder.php
TourViewBuilder::viewMultiple function core/modules/tour/src/TourViewBuilder.php Builds the render array for the provided entities.
tracker.views.inc file core/modules/tracker/tracker.views.inc Provide views data for tracker.module.
tracker.views.schema.yml file core/modules/tracker/config/schema/tracker.views.schema.yml core/modules/tracker/config/schema/tracker.views.schema.yml
TrackerUserUidTest::$testViews property core/modules/tracker/tests/src/Kernel/Views/TrackerUserUidTest.php Views used by this test.
tracker_test_views.info.yml file core/modules/tracker/tests/modules/tracker_test_views/tracker_test_views.info.yml core/modules/tracker/tests/modules/tracker_test_views/tracker_test_views.info.yml
tracker_views_data function core/modules/tracker/tracker.views.inc Implements hook_views_data().
tracker_views_data_alter function core/modules/tracker/tracker.views.inc Implements hook_views_data_alter().
TranslatedViewTest class core/modules/views_ui/tests/src/Functional/TranslatedViewTest.php Tests that translated strings in views UI don't override original strings.
TranslatedViewTest.php file core/modules/views_ui/tests/src/Functional/TranslatedViewTest.php
TranslatedViewTest::$adminUser property core/modules/views_ui/tests/src/Functional/TranslatedViewTest.php Administrator user for tests.
TranslatedViewTest::$defaultTheme property core/modules/views_ui/tests/src/Functional/TranslatedViewTest.php The theme to install as the default for testing.
TranslatedViewTest::$langcodes property core/modules/views_ui/tests/src/Functional/TranslatedViewTest.php Languages to enable.
TranslatedViewTest::$modules property core/modules/views_ui/tests/src/Functional/TranslatedViewTest.php Modules to enable.
TranslatedViewTest::setUp function core/modules/views_ui/tests/src/Functional/TranslatedViewTest.php Sets up the test.
TranslatedViewTest::testTranslatedStrings function core/modules/views_ui/tests/src/Functional/TranslatedViewTest.php
TranslationLinkTest::$testViews property core/modules/content_translation/tests/src/Functional/Views/TranslationLinkTest.php Views used by this test.
TriggerPreviewCommand class core/modules/views/src/Ajax/TriggerPreviewCommand.php Provides an AJAX command for triggering the views live preview.
TriggerPreviewCommand.php file core/modules/views/src/Ajax/TriggerPreviewCommand.php
TriggerPreviewCommand::render function core/modules/views/src/Ajax/TriggerPreviewCommand.php Return an array to be run through json_encode and sent to the client.
UITestBase::randomView function core/modules/views_ui/tests/src/Functional/UITestBase.php A helper method which creates a random view.
UnpublishByKeywordComment::$viewBuilder property core/modules/comment/src/Plugin/Action/UnpublishByKeywordComment.php The comment entity builder handler.
UnpublishedBlockTest::testViewShowsCorrectStates function core/modules/block_content/tests/src/Functional/UnpublishedBlockTest.php Tests unpublishing of block_content entities.
UnsavedPreviewTest class core/modules/views_ui/tests/src/Functional/UnsavedPreviewTest.php Tests covering Preview of unsaved Views.
UnsavedPreviewTest.php file core/modules/views_ui/tests/src/Functional/UnsavedPreviewTest.php
UnsavedPreviewTest::$adminUser property core/modules/views_ui/tests/src/Functional/UnsavedPreviewTest.php An admin user with the 'administer views' permission.
UnsavedPreviewTest::$defaultTheme property core/modules/views_ui/tests/src/Functional/UnsavedPreviewTest.php The theme to install as the default for testing.
UnsavedPreviewTest::$modules property core/modules/views_ui/tests/src/Functional/UnsavedPreviewTest.php Modules to enable.
UnsavedPreviewTest::$testViews property core/modules/views_ui/tests/src/Functional/UnsavedPreviewTest.php Views used by this test.
UnsavedPreviewTest::setUp function core/modules/views_ui/tests/src/Functional/UnsavedPreviewTest.php Sets up a Drupal site for running functional and integration tests.
UnsavedPreviewTest::testUnsavedPageDisplayPreview function core/modules/views_ui/tests/src/Functional/UnsavedPreviewTest.php Tests previews of unsaved new page displays.
UpdateAddViewUpdateNotificationsPermissionTest class core/modules/update/tests/src/Functional/Update/UpdateAddViewUpdateNotificationsPermissionTest.php Tests update_post_update_add_view_update_notifications_permission().
UpdateAddViewUpdateNotificationsPermissionTest.php file core/modules/update/tests/src/Functional/Update/UpdateAddViewUpdateNotificationsPermissionTest.php
UpdateAddViewUpdateNotificationsPermissionTest::setDatabaseDumpFiles function core/modules/update/tests/src/Functional/Update/UpdateAddViewUpdateNotificationsPermissionTest.php Set database dump files to be used.
UpdateAddViewUpdateNotificationsPermissionTest::testViewUpdateNotificationsPermission function core/modules/update/tests/src/Functional/Update/UpdateAddViewUpdateNotificationsPermissionTest.php Tests that the 'view update notifications' permission is correctly granted.
update_post_update_add_view_update_notifications_permission function core/modules/update/update.post_update.php Add 'view update notifications' to roles with 'administer site configuration'.
UriLinkFormatter::viewElements function core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/UriLinkFormatter.php Builds a renderable array for a field value.
UrlPlainFormatter::viewElements function core/modules/file/src/Plugin/Field/FieldFormatter/UrlPlainFormatter.php Builds a renderable array for a field value.
user.overview.html.twig file core/modules/help_topics/help_topics/user.overview.html.twig ---
label: 'Managing user accounts and site visitors'
top_level: true
---
<h2>{% trans %}What is a user?{% endtrans %}</h2>
<p>{% trans %}A user is anyone accessing or viewing your site. <em>Anonymous</em> users…
user.views.inc file core/modules/user/user.views.inc Provide views data for user.module.
user.views.schema.yml file core/modules/user/config/schema/user.views.schema.yml core/modules/user/config/schema/user.views.schema.yml

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