| 
            Views template files           | 
                  
            group           | 
                  
            drupal/core/modules/views/views.theme.inc           | 
                  
            All views templates can be overridden with a variety of names, using
the view, the display ID of the view, the display type of the view,
or some combination thereof.           | 
              
          
                  | 
            statistics.views.inc           | 
                  
            file           | 
                  
            drupal/core/modules/statistics/statistics.views.inc           | 
                  
            Provide views data and handlers for statistics.module.           | 
              
          
                  | 
            ViewsFormBase::$type           | 
                  
            property           | 
                  
            drupal/core/modules/views_ui/lib/Drupal/views_ui/Form/Ajax/ViewsFormBase.php           | 
                  
            The type of item this form is manipulating.           | 
              
          
                  | 
            ViewsFormBase::setID           | 
                  
            function           | 
                  
            drupal/core/modules/views_ui/lib/Drupal/views_ui/Form/Ajax/ViewsFormBase.php           | 
                  
            Sets the ID for this form.           | 
              
          
                  | 
            ViewsDataTest::setUp           | 
                  
            function           | 
                  
            drupal/core/modules/views/lib/Drupal/views/Tests/ViewsDataTest.php           | 
                  
            Sets up Drupal unit test environment.           | 
              
          
                  | 
            views-view.html.twig           | 
                  
            file           | 
                  
            drupal/core/modules/views/templates/views-view.html.twig           | 
                  
            Default theme implementation for main view template.           | 
              
          
                  | 
            Views access plugins           | 
                  
            group           | 
                  
            drupal/core/modules/views/lib/Drupal/views/Plugin/views/access/AccessPluginBase.php           | 
                  
            The base plugin to handle access to a view.           | 
              
          
                  | 
            QueryTest::viewsData           | 
                  
            function           | 
                  
            drupal/core/modules/views_ui/lib/Drupal/views_ui/Tests/QueryTest.php           | 
                  
            Overrides \Drupal\views\Tests\ViewTestBase::viewsData().           | 
              
          
                  | 
            views_ui_nojs_submit           | 
                  
            function           | 
                  
            drupal/core/modules/views_ui/admin.inc           | 
                  
            Non-Javascript fallback for updating the add view form.           | 
              
          
                  | 
            PreviewTest::getInfo           | 
                  
            function           | 
                  
            drupal/core/modules/views_ui/lib/Drupal/views_ui/Tests/PreviewTest.php           | 
                  
                       | 
              
          
                  | 
            views_ui.routing.yml           | 
                  
            file           | 
                  
            drupal/core/modules/views_ui/views_ui.routing.yml           | 
                  
            drupal/core/modules/views_ui/views_ui.routing.yml           | 
              
          
                  | 
            Views::pluginManager           | 
                  
            function           | 
                  
            drupal/core/modules/views/lib/Drupal/views/Views.php           | 
                  
            Returns the plugin manager for a certain views plugin type.           | 
              
          
                  | 
            AreaTest::$testViews           | 
                  
            property           | 
                  
            drupal/core/modules/views/lib/Drupal/views/Tests/Handler/AreaTest.php           | 
                  
            Views used by this test.           | 
              
          
                  | 
            DisplayTest::preview           | 
                  
            function           | 
                  
            drupal/core/modules/views/tests/views_test_data/lib/Drupal/views_test_data/Plugin/views/display/DisplayTest.php           | 
                  
            Overrides Drupal\views\Plugin\views\display\DisplayPluginBase::preview().           | 
              
          
                  | 
            views_ui_entity_info           | 
                  
            function           | 
                  
            drupal/core/modules/views_ui/views_ui.module           | 
                  
            Implements hook_entity_info().           | 
              
          
                  | 
            ViewsSearchQuery.php           | 
                  
            file           | 
                  
            drupal/core/modules/search/lib/Drupal/search/ViewsSearchQuery.php           | 
                  
            Definition of Drupal\search\ViewsSearchQuery.           | 
              
          
                  | 
            OverviewBase::create           | 
                  
            function           | 
                  
            drupal/core/modules/field_ui/lib/Drupal/field_ui/OverviewBase.php           | 
                  
            Instantiates a new instance of this controller.           | 
              
          
                  | 
            views.row.schema.yml           | 
                  
            file           | 
                  
            drupal/core/modules/views/config/schema/views.row.schema.yml           | 
                  
            drupal/core/modules/views/config/schema/views.row.schema.yml           | 
              
          
                  | 
            ViewsData::$langcode           | 
                  
            property           | 
                  
            drupal/core/modules/views/lib/Drupal/views/ViewsData.php           | 
                  
            The current language code.           | 
              
          
                  | 
            BreakLockForm::$view           | 
                  
            property           | 
                  
            drupal/core/modules/views_ui/lib/Drupal/views_ui/Form/BreakLockForm.php           | 
                  
            The view being deleted.           | 
              
          
                  | 
            SortTest::$testViews           | 
                  
            property           | 
                  
            drupal/core/modules/views/lib/Drupal/views/Tests/Handler/SortTest.php           | 
                  
            Views used by this test.           | 
              
          
                  | 
            DefaultViewsTest.php           | 
                  
            file           | 
                  
            drupal/core/modules/views_ui/lib/Drupal/views_ui/Tests/DefaultViewsTest.php           | 
                  
            Contains \Drupal\views_ui\Tests\DefaultViewsTest.           | 
              
          
                  | 
            Views field handlers           | 
                  
            group           | 
                  
            drupal/core/modules/views/lib/Drupal/views/Plugin/views/field/FieldPluginBase.php           | 
                  
            Handlers to tell Views how to build and display fields.           | 
              
          
                  | 
            hook_user_view_alter           | 
                  
            function           | 
                  
            drupal/core/modules/user/user.api.php           | 
                  
            The user was built; the module may modify the structured content.           | 
              
          
                  | 
            ViewUIObjectTest.php           | 
                  
            file           | 
                  
            drupal/core/modules/views_ui/tests/Drupal/views_ui/Tests/ViewUIObjectTest.php           | 
                  
            Contains \Drupal\views_ui\Tests\ViewUIObjectTest.           | 
              
          
                  | 
            DefaultViewsTest.php           | 
                  
            file           | 
                  
            drupal/core/modules/views/lib/Drupal/views/Tests/DefaultViewsTest.php           | 
                  
            Definition of Drupal\views\Tests\DefaultViewsTest.           | 
              
          
                  | 
            entity_view_multiple           | 
                  
            function           | 
                  
            drupal/core/includes/entity.inc           | 
                  
            Returns the render array for the provided entities.           | 
              
          
                  | 
            ViewUnitTestBase.php           | 
                  
            file           | 
                  
            drupal/core/modules/views/lib/Drupal/views/Tests/ViewUnitTestBase.php           | 
                  
            Contains \Drupal\views\Tests\ViewUnitTestBase.           | 
              
          
                  | 
            ViewAjaxResponse.php           | 
                  
            file           | 
                  
            drupal/core/modules/views/lib/Drupal/views/Ajax/ViewAjaxResponse.php           | 
                  
            Contains \Drupal\views\Ajax\ViewAjaxResponse.           | 
              
          
                  | 
            hook_views_pre_build           | 
                  
            function           | 
                  
            drupal/core/modules/views/views.api.php           | 
                  
            Act on the view before the query is built, but after displays are attached.           | 
              
          
                  | 
            ViewsAccessCheck.php           | 
                  
            file           | 
                  
            drupal/core/modules/views/lib/Drupal/views/ViewsAccessCheck.php           | 
                  
            Contains \Drupal\views\ViewsAccessCheck.           | 
              
          
                  | 
            views-more.html.twig           | 
                  
            file           | 
                  
            drupal/core/modules/views/templates/views-more.html.twig           | 
                  
            Default theme implementation for a views "more" link.           | 
              
          
                  | 
            ViewUI::$render_time           | 
                  
            property           | 
                  
            drupal/core/modules/views_ui/lib/Drupal/views_ui/ViewUI.php           | 
                  
            How long the view takes to render.           | 
              
          
                  | 
            contextual.views.inc           | 
                  
            file           | 
                  
            drupal/core/modules/contextual/contextual.views.inc           | 
                  
            Provide views data and handlers for contextual.module.           | 
              
          
                  | 
            ViewStorageInterface           | 
                  
            interface           | 
                  
            drupal/core/modules/views/lib/Drupal/views/ViewStorageInterface.php           | 
                  
            Defines an interface for View storage classes.           | 
              
          
                  | 
            ViewUI::submitItemAdd           | 
                  
            function           | 
                  
            drupal/core/modules/views_ui/lib/Drupal/views_ui/ViewUI.php           | 
                  
            Submit handler for adding new item(s) to a view.           | 
              
          
                  | 
            ViewExecutable::$args           | 
                  
            property           | 
                  
            drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php           | 
                  
            Any arguments that have been passed into the view.           | 
              
          
                  | 
            ViewUI::renderPreview           | 
                  
            function           | 
                  
            drupal/core/modules/views_ui/lib/Drupal/views_ui/ViewUI.php           | 
                  
                       | 
              
          
                  | 
            filter_admin_overview           | 
                  
            function           | 
                  
            drupal/core/modules/filter/filter.admin.inc           | 
                  
            Page callback: Form constructor for a form to list and reorder text formats.           | 
              
          
                  | 
            Views filter handlers           | 
                  
            group           | 
                  
            drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/FilterPluginBase.php           | 
                  
            Handlers to tell Views how to filter queries.           | 
              
          
                  | 
            QueryTest::$testViews           | 
                  
            property           | 
                  
            drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/QueryTest.php           | 
                  
            Views used by this test.           | 
              
          
                  | 
            views_view_is_enabled           | 
                  
            function           | 
                  
            drupal/core/modules/views/views.module           | 
                  
            Returns whether the view is enabled.           | 
              
          
                  | 
            ViewUI::getRevisionId           | 
                  
            function           | 
                  
            drupal/core/modules/views_ui/lib/Drupal/views_ui/ViewUI.php           | 
                  
            Implements \Drupal\Core\Entity\EntityInterface::getRevisionId().           | 
              
          
                  | 
            ViewsHooksTest::setUp           | 
                  
            function           | 
                  
            drupal/core/modules/views/lib/Drupal/views/Tests/ViewsHooksTest.php           | 
                  
            Sets up Drupal unit test environment.           | 
              
          
                  | 
            views_form_views_form           | 
                  
            function           | 
                  
            drupal/core/modules/views/views.module           | 
                  
            Callback for the main step of a Views form.
Invoked by views_form().           | 
              
          
                  | 
            ViewUI::isNewRevision           | 
                  
            function           | 
                  
            drupal/core/modules/views_ui/lib/Drupal/views_ui/ViewUI.php           | 
                  
            Implements \Drupal\Core\Entity\EntityInterface::isNewRevision().           | 
              
          
                  | 
            comment_view_multiple           | 
                  
            function           | 
                  
            drupal/core/modules/comment/comment.module           | 
                  
            Constructs render array from an array of loaded comments.           | 
              
          
                  | 
            StyleTest::$testViews           | 
                  
            property           | 
                  
            drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/StyleTest.php           | 
                  
            Views used by this test.           | 
              
          
                  | 
            views_theme_functions           | 
                  
            function           | 
                  
            drupal/core/modules/views/views.module           | 
                  
            Build a list of theme function names for use most everywhere.           | 
              
          
                  | 
            ViewExecutable::$sort           | 
                  
            property           | 
                  
            drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php           | 
                  
            Stores the sort handlers which are initialized on this view.           |