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 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
ClaroViewsUiTest::setUp function core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroViewsUiTest.php
ClaroViewsUiTest::testViewsUiDropButtonCssClasses function core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroViewsUiTest.php Tests Views UI dropbutton CSS classes.
ClaroViewsUiTest::testViewsUiTabsCssClasses function core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroViewsUiTest.php Tests Views UI display menu tabs CSS classes.
claro_form_node_preview_form_select_alter function core/themes/claro/claro.theme Implements hook_form_FORM_ID_alter().
claro_form_views_exposed_form_alter function core/themes/claro/claro.theme Implements hook_form_FORM_ID_alter() for views_exposed_form.
claro_form_views_ui_add_handler_form_alter function core/themes/claro/claro.theme Implements hook_form_FORM_ID_alter() for Views UI add handler form.
claro_form_views_ui_config_item_form_alter function core/themes/claro/claro.theme Implements hook_form_FORM_ID_alter() for the Views UI config form.
claro_preprocess_menu_local_task__views_ui function core/themes/claro/claro.theme Implements hook_preprocess_HOOK() for menu-local-task Views UI templates.
claro_preprocess_views_exposed_form function core/themes/claro/claro.theme Implements hook_preprocess_HOOK() for views_exposed_form.
claro_preprocess_views_ui_display_tab_bucket function core/themes/claro/claro.theme Implements hook_preprocess_HOOK() for views_ui_display_tab_bucket.
claro_preprocess_views_ui_rearrange_filter_form function core/themes/claro/claro.theme Implements hook_form_FORM_ID_alter() for the Views UI rearrange filter form.
claro_preprocess_views_view_fields__media_library function core/themes/claro/claro.theme Implements hook_preprocess_views_view_fields().
claro_preprocess_views_view_table function core/themes/claro/claro.theme Implements template_preprocess_HOOK() for views_view_table.
claro_views_pre_render function core/themes/claro/claro.theme Implements hook_views_pre_render().
claro_views_ui_display_tab_alter function core/themes/claro/claro.theme Implements hook_views_ui_display_tab_alter().
claro_views_ui_display_top_alter function core/themes/claro/claro.theme Implements hook_views_ui_display_top_alter().
ClickSortingAJAXTest::$testViews property core/modules/views/tests/src/FunctionalJavascript/ClickSortingAJAXTest.php
comment.overview.html.twig file core/modules/comment/help_topics/comment.overview.html.twig ---
label: 'Managing comments'
top_level: true
related:
- comment.moderating
- comment.configuring
- comment.creating_type
- comment.disabling
- field_ui.add_field
- field_ui.manage_display
- field_ui.manage_form
---
{% set…
comment.views.inc file core/modules/comment/comment.views.inc Provide views data for comment.module.
comment.views.schema.yml file core/modules/comment/config/schema/comment.views.schema.yml core/modules/comment/config/schema/comment.views.schema.yml
CommentAccessTest::testCannotCommentOnEntitiesYouCannotView function core/modules/comment/tests/src/Functional/CommentAccessTest.php Tests commenting disabled for access-blocked entities.
CommentAccessTest::testCannotViewCommentReplyFormOnEntitiesYouCannotView function core/modules/comment/tests/src/Functional/CommentAccessTest.php Tests cannot view comment reply form on entities you cannot view.
CommentAdminOverview class core/modules/comment/src/Form/CommentAdminOverview.php Provides the comments overview administration form.
CommentAdminOverview.php file core/modules/comment/src/Form/CommentAdminOverview.php
CommentAdminOverview::$commentStorage property core/modules/comment/src/Form/CommentAdminOverview.php The comment storage.
CommentAdminOverview::$dateFormatter property core/modules/comment/src/Form/CommentAdminOverview.php The date formatter service.
CommentAdminOverview::$entityTypeManager property core/modules/comment/src/Form/CommentAdminOverview.php The entity type manager.
CommentAdminOverview::$moduleHandler property core/modules/comment/src/Form/CommentAdminOverview.php The module handler.
CommentAdminOverview::$tempStoreFactory property core/modules/comment/src/Form/CommentAdminOverview.php The tempstore factory.
CommentAdminOverview::buildForm function core/modules/comment/src/Form/CommentAdminOverview.php Form constructor for the comment overview administration form.
CommentAdminOverview::create function core/modules/comment/src/Form/CommentAdminOverview.php Instantiates a new instance of this class.
CommentAdminOverview::getFormId function core/modules/comment/src/Form/CommentAdminOverview.php Returns a unique string identifying the form.
CommentAdminOverview::submitForm function core/modules/comment/src/Form/CommentAdminOverview.php Form submission handler.
CommentAdminOverview::validateForm function core/modules/comment/src/Form/CommentAdminOverview.php Form validation handler.
CommentAdminOverview::__construct function core/modules/comment/src/Form/CommentAdminOverview.php Creates a CommentAdminOverview form.
CommentAdminViewTest class core/modules/comment/tests/src/Kernel/Views/CommentAdminViewTest.php Tests comment admin view filters.
CommentAdminViewTest.php file core/modules/comment/tests/src/Kernel/Views/CommentAdminViewTest.php
CommentAdminViewTest::$adminUser property core/modules/comment/tests/src/Kernel/Views/CommentAdminViewTest.php Admin user.
CommentAdminViewTest::$comments property core/modules/comment/tests/src/Kernel/Views/CommentAdminViewTest.php Comments.
CommentAdminViewTest::$modules property core/modules/comment/tests/src/Kernel/Views/CommentAdminViewTest.php Modules to install.
CommentAdminViewTest::doTestFilters function core/modules/comment/tests/src/Kernel/Views/CommentAdminViewTest.php Tests comment admin view display.
CommentAdminViewTest::setUp function core/modules/comment/tests/src/Kernel/Views/CommentAdminViewTest.php
CommentAdminViewTest::testFilters function core/modules/comment/tests/src/Kernel/Views/CommentAdminViewTest.php Tests comment admin view filters.
CommentApproveLinkTest::$testViews property core/modules/comment/tests/src/Functional/Views/CommentApproveLinkTest.php Views used by this test.
CommentDefaultFormatter::$viewBuilder property core/modules/comment/src/Plugin/Field/FieldFormatter/CommentDefaultFormatter.php The comment render controller.
CommentDefaultFormatter::getViewModes function core/modules/comment/src/Plugin/Field/FieldFormatter/CommentDefaultFormatter.php Provides a list of comment view modes for the configured comment type.
CommentDefaultFormatter::viewElements function core/modules/comment/src/Plugin/Field/FieldFormatter/CommentDefaultFormatter.php Builds a renderable array for a field value.
CommentDepthTest::$testViews property core/modules/comment/tests/src/Kernel/Views/CommentDepthTest.php Views used by this test.
CommentFieldFilterTest::$testViews property core/modules/comment/tests/src/Functional/Views/CommentFieldFilterTest.php Views used by this test.
CommentFieldNameTest::$testViews property core/modules/comment/tests/src/Kernel/Views/CommentFieldNameTest.php Views used by this test.

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