Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
ViewElementTest.php file core/modules/views/tests/src/Kernel/ViewElementTest.php
ViewElementTest.php file core/modules/views/tests/src/Functional/ViewElementTest.php
ViewElementTest::$defaultTheme property core/modules/views/tests/src/Functional/ViewElementTest.php The theme to install as the default for testing.
ViewElementTest::$testViews property core/modules/views/tests/src/Functional/ViewElementTest.php Views used by this test.
ViewElementTest::$testViews property core/modules/views/tests/src/Kernel/ViewElementTest.php Views used by this test.
ViewElementTest::setUp function core/modules/views/tests/src/Functional/ViewElementTest.php
ViewElementTest::testViewElement function core/modules/views/tests/src/Functional/ViewElementTest.php Tests the rendered output and form output of a view element.
ViewElementTest::testViewElement function core/modules/views/tests/src/Kernel/ViewElementTest.php Tests the rendered output and form output of a view element.
ViewElementTest::testViewElementEmbed function core/modules/views/tests/src/Kernel/ViewElementTest.php Tests the rendered output and form output of a view element, using the
embed display plugin.
ViewElementTest::testViewElementEmbed function core/modules/views/tests/src/Functional/ViewElementTest.php Tests the rendered output and form output of a view element, using the
embed display plugin.
ViewEntityDependenciesTest class core/modules/views/tests/src/Kernel/Entity/ViewEntityDependenciesTest.php Tests the calculation of dependencies for views.
ViewEntityDependenciesTest.php file core/modules/views/tests/src/Kernel/Entity/ViewEntityDependenciesTest.php
ViewEntityDependenciesTest::$modules property core/modules/views/tests/src/Kernel/Entity/ViewEntityDependenciesTest.php Modules to enable.
ViewEntityDependenciesTest::$testViews property core/modules/views/tests/src/Kernel/Entity/ViewEntityDependenciesTest.php Views used by this test.
ViewEntityDependenciesTest::setUp function core/modules/views/tests/src/Kernel/Entity/ViewEntityDependenciesTest.php
ViewEntityDependenciesTest::testGetDependencies function core/modules/views/tests/src/Kernel/Entity/ViewEntityDependenciesTest.php Tests the getDependencies method.
ViewEntityInterface::addDisplay function core/modules/views/src/ViewEntityInterface.php Adds a new display handler to the view, automatically creating an ID.
ViewEntityInterface::duplicateDisplayAsType function core/modules/views/src/ViewEntityInterface.php Duplicates an existing display into a new display type.
ViewEntityInterface::getDisplay function core/modules/views/src/ViewEntityInterface.php Retrieves a specific display's configuration by reference.
ViewEntityInterface::mergeDefaultDisplaysOptions function core/modules/views/src/ViewEntityInterface.php Add defaults to the display options.
ViewExecutable::$args property core/modules/views/src/ViewExecutable.php Any arguments that have been passed into the view.
ViewExecutable::$baseEntityType property core/modules/views/src/ViewExecutable.php The entity type of the base table, if available.
ViewExecutable::$base_database property core/modules/views/src/ViewExecutable.php Allow to override the used database which is used for this query.
ViewExecutable::$build_sort property core/modules/views/src/ViewExecutable.php Indicates if the sorts have been built.
ViewExecutable::$current_display property core/modules/views/src/ViewExecutable.php Identifier of the current display.
ViewExecutable::$displayHandlers property core/modules/views/src/ViewExecutable.php The list of used displays of the view.
ViewExecutable::$display_handler property core/modules/views/src/ViewExecutable.php The current used display plugin.
ViewExecutable::$exposed_data property core/modules/views/src/ViewExecutable.php All the form data from $form_state->getValues().
ViewExecutable::$exposed_input property core/modules/views/src/ViewExecutable.php An array of input values from exposed forms.
ViewExecutable::$exposed_raw_input property core/modules/views/src/ViewExecutable.php Exposed widget input directly from the $form_state->getValues().
ViewExecutable::$exposed_widgets property core/modules/views/src/ViewExecutable.php The rendered output of the exposed form.
ViewExecutable::$feedIcons property core/modules/views/src/ViewExecutable.php Feed icons attached to the view.
ViewExecutable::$get_total_rows property core/modules/views/src/ViewExecutable.php Force the query to calculate the total number of results.
ViewExecutable::$is_attachment property core/modules/views/src/ViewExecutable.php Whether this view is an attachment to another view.
ViewExecutable::$items_per_page property core/modules/views/src/ViewExecutable.php The number of items per page.
ViewExecutable::$many_to_one_tables property core/modules/views/src/ViewExecutable.php Stores the many-to-one tables for performance.
ViewExecutable::$offset property core/modules/views/src/ViewExecutable.php The pager offset.
ViewExecutable::$parent_views property core/modules/views/src/ViewExecutable.php To avoid recursion in views embedded into areas.
ViewExecutable::$relationship property core/modules/views/src/ViewExecutable.php Stores the relationship handlers which are initialized on this view.
ViewExecutable::$request property core/modules/views/src/ViewExecutable.php Stores the current request object.
ViewExecutable::$response property core/modules/views/src/ViewExecutable.php Stores the current response object.
ViewExecutable::$result property core/modules/views/src/ViewExecutable.php Where the results of a query will go.
ViewExecutable::$serializationData property core/modules/views/src/ViewExecutable.php Holds all necessary data for proper unserialization.
ViewExecutable::$showAdminLinks property core/modules/views/src/ViewExecutable.php Should the admin links be shown on the rendered view.
ViewExecutable::$sort property core/modules/views/src/ViewExecutable.php Stores the sort handlers which are initialized on this view.
ViewExecutable::$storage property core/modules/views/src/ViewExecutable.php The config entity in which the view is stored.
ViewExecutable::$style_plugin property core/modules/views/src/ViewExecutable.php The current used style plugin.
ViewExecutable::$total_rows property core/modules/views/src/ViewExecutable.php The total number of rows returned from the query.
ViewExecutable::$user property core/modules/views/src/ViewExecutable.php The current user.
ViewExecutable::$viewsData property core/modules/views/src/ViewExecutable.php The views data.

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