RowUITest::$testViews |
property |
drupal/core/modules/views/lib/Drupal/views/Tests/UI/RowUITest.php |
Views used by this test. |
ViewExecutable::$args |
property |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Any arguments that have been passed into the view. |
Views display plugins |
group |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/DisplayPluginBase.php |
Display plugins control how Views interact with the rest of Drupal. |
file_field_views_data |
function |
drupal/core/modules/file/file.views.inc |
Implements hook_field_views_data(). |
translation_node_view |
function |
drupal/core/modules/translation/translation.module |
Implements hook_node_view(). |
ViewExecutable::$sort |
property |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Stores the sort handlers which are initialized on this view. |
QueryTest::$testViews |
property |
drupal/core/modules/views/lib/Drupal/views/Tests/UI/QueryTest.php |
Views used by this test. |
ViewTestData::dataSet |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/ViewTestData.php |
Returns a very simple test dataset. |
ViewExecutable::build |
function |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Build the query for the view. |
list_field_views_data |
function |
drupal/core/modules/field/field.views.inc |
Have a different filter handler for lists. This should allow to select values of the list. |
ViewTestBase::dataSet |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/ViewTestBase.php |
Returns a very simple test dataset. |
PagerTest::$testViews |
property |
drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/PagerTest.php |
Views used by this test. |
Views filter handlers |
group |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/FilterPluginBase.php |
Handlers to tell Views how to filter queries. |
aggregator_block_view |
function |
drupal/core/modules/aggregator/aggregator.module |
Implements hook_block_view(). |
views_ui_add_item_form |
function |
drupal/core/modules/views/views_ui/admin.inc |
Form to add_item items in the views UI. |
FilterTest::$testViews |
property |
drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/FilterTest.php |
Views used by this test. |
PagePreviewTest::setUp |
function |
drupal/core/modules/node/lib/Drupal/node/Tests/PagePreviewTest.php |
Sets up a Drupal site for running functional and integration tests. |
views_invalidate_cache |
function |
drupal/core/modules/views/views.module |
Invalidate the views cache, forcing a rebuild on the next grab of table data. |
views_set_current_view |
function |
drupal/core/modules/views/views.module |
Set the current 'current view' that is being built/rendered so that it is
easy for other modules or items in drupal_eval to identify |
views_get_current_view |
function |
drupal/core/modules/views/views.module |
Find out what, if any, current view is currently in use. Please note that
this returns a reference, so be careful! You can unintentionally modify the
$view object. |
hook_entity_view_alter |
function |
drupal/core/includes/entity.api.php |
Alter the results of ENTITY_view(). |
views_test_data_schema |
function |
drupal/core/modules/views/tests/views_test_data/views_test_data.install |
Implements hook_schema(). |
views_test_data.module |
file |
drupal/core/modules/views/tests/views_test_data/views_test_data.module |
Helper module for Views tests. |
views_ui_ajax_get_form |
function |
drupal/core/modules/views/views_ui/views_ui.module |
Menu callback; handles AJAX form submissions similar to ajax_form_callback(), but can be used for uncached forms. |
views_ui_library_alter |
function |
drupal/core/modules/views/views_ui/views_ui.module |
This is part of a patch to address a jQueryUI bug. The bug is responsible
for the inability to scroll a page when a modal dialog is active. If the content
of the dialog extends beyond the bottom of the viewport, the user is only able
to scroll with a… |
views_ui_views_analyze |
function |
drupal/core/modules/views/views_ui/views_ui.module |
Implements hook_views_analyze(). |
views_test_config.info |
file |
drupal/core/modules/views/tests/views_test_config/views_test_config.info |
name = Views Test Config
description = Provides default views for tests.
package = Testing
version = VERSION
core = 8.x
dependencies[] = views
hidden = TRUE |
views_ui_ajax_callback |
function |
drupal/core/modules/views/views_ui/views_ui.module |
Page callback: Calls a method on a view and reloads the listing page. |
views_view_is_disabled |
function |
drupal/core/modules/views/views.module |
Returns whether the view is disabled. |
image_field_views_data |
function |
drupal/core/modules/image/image.views.inc |
Implements hook_field_views_data(). |
ViewUI::$renderPreview |
property |
drupal/core/modules/views/views_ui/lib/Drupal/views_ui/ViewUI.php |
|
comment_admin_overview |
function |
drupal/core/modules/comment/comment.admin.inc |
Form constructor for the comment overview administration form. |
AccessTest::$testViews |
property |
drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/AccessTest.php |
Views used by this test. |
ViewUI::standardSubmit |
function |
drupal/core/modules/views/views_ui/lib/Drupal/views_ui/ViewUI.php |
Basic submit handler applicable to all 'standard' forms. |
ViewUI::standardCancel |
function |
drupal/core/modules/views/views_ui/lib/Drupal/views_ui/ViewUI.php |
Submit handler for cancel button |
ViewUI::addFormToStack |
function |
drupal/core/modules/views/views_ui/lib/Drupal/views_ui/ViewUI.php |
Add another form to the stack; clicking 'apply' will go to this form
rather than closing the ajax popup. |
ViewUI::buildFormState |
function |
drupal/core/modules/views/views_ui/lib/Drupal/views_ui/ViewUI.php |
Build up a $form_state object suitable for use with drupal_build_form
based on known information about a form. |
hook_views_pre_execute |
function |
drupal/core/modules/views/views.api.php |
Act on the view after the query is built and just before it is executed. |
hook_views_post_render |
function |
drupal/core/modules/views/views.api.php |
Post-process any rendered data. |
hook_views_query_alter |
function |
drupal/core/modules/views/views.api.php |
Alter the query before it is executed. |
ViewUI::setNewRevision |
function |
drupal/core/modules/views/views_ui/lib/Drupal/views_ui/ViewUI.php |
Implements \Drupal\Core\Entity\EntityInterface::setNewRevision(). |
ViewUI::getTranslation |
function |
drupal/core/modules/views/views_ui/lib/Drupal/views_ui/ViewUI.php |
Implements \Drupal\Core\TypedData\TranslatableInterface::getTranslation(). |
View::buildOptionsForm |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/area/View.php |
Default options form that provides the label widget that all fields
should have. |
ViewExecutableTest.php |
file |
drupal/core/modules/views/lib/Drupal/views/Tests/ViewExecutableTest.php |
Definition of Drupal\views\Tests\ViewExecutableTest. |
ViewListController.php |
file |
drupal/core/modules/views/views_ui/lib/Drupal/views_ui/ViewListController.php |
Definition of Drupal\views_ui\ViewListController. |
ViewFormControllerBase |
class |
drupal/core/modules/views/views_ui/lib/Drupal/views_ui/ViewFormControllerBase.php |
Base form controller for Views forms. |
node_revision_overview |
function |
drupal/core/modules/node/node.pages.inc |
Page callback: Generates an overview table of older revisions of a node. |
OverviewBase::validate |
function |
drupal/core/modules/field_ui/lib/Drupal/field_ui/OverviewBase.php |
Validate handler for the field UI overview form. |
ViewEditFormController |
class |
drupal/core/modules/views/views_ui/lib/Drupal/views_ui/ViewEditFormController.php |
Form controller for the Views edit form. |
views.view.archive.yml |
file |
drupal/core/modules/views/config/views.view.archive.yml |
drupal/core/modules/views/config/views.view.archive.yml |