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
TestFieldPrepareViewFormatter::viewElements function core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldFormatter/TestFieldPrepareViewFormatter.php Builds a renderable array for a field value.
TestMediaFilterController::preview function core/modules/media/tests/modules/media_test_ckeditor/src/Controller/TestMediaFilterController.php Returns a HTML response containing a preview of the text after filtering.
TestPluginBase::viewsTokenReplace function core/modules/views/tests/src/Kernel/Plugin/PluginBaseTest.php Replaces Views' tokens in a given string. The resulting string will be
sanitized with Xss::filterAdmin.
TestRouteSubscriber::$applicableViews property core/modules/views/tests/src/Unit/EventSubscriber/RouteSubscriberTest.php The applicable views.
TestRouteSubscriber::getApplicableViews function core/modules/views/tests/src/Unit/EventSubscriber/RouteSubscriberTest.php Returns all views/display combinations with routes.
TestViewListBuilder class core/modules/views_ui/tests/src/Unit/ViewListBuilderTest.php
TestViewListBuilder::buildOperations function core/modules/views_ui/tests/src/Unit/ViewListBuilderTest.php Builds a renderable list of operation links for the entity.
TestViewsLocalTask class core/modules/views/tests/src/Unit/Plugin/Derivative/ViewsLocalTaskTest.php Replaces the applicable views call for easier testability.
TestViewsLocalTask::getApplicableMenuViews function core/modules/views/tests/src/Unit/Plugin/Derivative/ViewsLocalTaskTest.php Return a list of all views and display IDs that have a menu entry.
TestViewsLocalTask::setApplicableMenuViews function core/modules/views/tests/src/Unit/Plugin/Derivative/ViewsLocalTaskTest.php Sets applicable views result.
TestViewsTest class core/modules/views/tests/src/Kernel/TestViewsTest.php Tests that test views provided by all modules match schema.
TestViewsTest.php file core/modules/views/tests/src/Kernel/TestViewsTest.php
TestViewsTest::$modules property core/modules/views/tests/src/Kernel/TestViewsTest.php Modules to enable.
TestViewsTest::testDefaultConfig function core/modules/views/tests/src/Kernel/TestViewsTest.php Tests default configuration data type.
TestWithHiddenSourceField::prepareViewDisplay function core/modules/media/tests/modules/media_test_source/src/Plugin/media/Source/TestWithHiddenSourceField.php Prepares the media type fields for this source in the view display.
test_basetheme_views_post_render function core/modules/system/tests/themes/test_basetheme/test_basetheme.theme Implements hook_views_post_render().
test_basetheme_views_pre_render function core/modules/system/tests/themes/test_basetheme/test_basetheme.theme Implements hook_views_pre_render().
test_domain_object.view_subscriber service core/modules/system/tests/modules/early_rendering_controller_test/early_rendering_controller_test.services.yml Drupal\early_rendering_controller_test\TestDomainObjectViewSubscriber
test_subtheme_views_post_render function core/modules/system/tests/themes/test_subtheme/test_subtheme.theme Implements hook_views_post_render().
test_subtheme_views_pre_render function core/modules/system/tests/themes/test_subtheme/test_subtheme.theme Implements hook_views_pre_render().
TextDefaultFormatter::viewElements function core/modules/text/src/Plugin/Field/FieldFormatter/TextDefaultFormatter.php Builds a renderable array for a field value.
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
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.

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