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
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 install.
TestViewsTest::setUp function core/modules/views/tests/src/Kernel/TestViewsTest.php
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_base_theme_views_post_render function core/modules/system/tests/themes/test_base_theme/test_base_theme.theme Implements hook_views_post_render().
test_base_theme_views_pre_render function core/modules/system/tests/themes/test_base_theme/test_base_theme.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.
ThirdPartyUninstallTest::$testViews property core/modules/views/tests/src/Kernel/ThirdPartyUninstallTest.php Views used by this test.
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.
TimestampFormatterWithTimeDiffViewsTest class core/tests/Drupal/FunctionalJavascriptTests/Core/Field/TimestampFormatterWithTimeDiffViewsTest.php Tests the timestamp formatter used with time difference setting in views.
TimestampFormatterWithTimeDiffViewsTest.php file core/tests/Drupal/FunctionalJavascriptTests/Core/Field/TimestampFormatterWithTimeDiffViewsTest.php
TimestampFormatterWithTimeDiffViewsTest::$defaultTheme property core/tests/Drupal/FunctionalJavascriptTests/Core/Field/TimestampFormatterWithTimeDiffViewsTest.php The theme to install as the default for testing.
TimestampFormatterWithTimeDiffViewsTest::$modules property core/tests/Drupal/FunctionalJavascriptTests/Core/Field/TimestampFormatterWithTimeDiffViewsTest.php Modules to install.
TimestampFormatterWithTimeDiffViewsTest::$testViews property core/tests/Drupal/FunctionalJavascriptTests/Core/Field/TimestampFormatterWithTimeDiffViewsTest.php Views used in test.
TimestampFormatterWithTimeDiffViewsTest::getRowData function core/tests/Drupal/FunctionalJavascriptTests/Core/Field/TimestampFormatterWithTimeDiffViewsTest.php Provides data for view rows.
TimestampFormatterWithTimeDiffViewsTest::testTimestampFormatterWithTimeDiff function core/tests/Drupal/FunctionalJavascriptTests/Core/Field/TimestampFormatterWithTimeDiffViewsTest.php Tests the timestamp formatter used with time difference setting in views.
TokenReplaceTest::$testViews property core/modules/views/tests/src/Kernel/TokenReplaceTest.php Views used by this test.
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 install.
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 Tests view translation.
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.
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 install.
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.
UriLinkFormatter::viewElements function core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/UriLinkFormatter.php Builds a renderable array for a field value.

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