ViewSubscriber::onHtml |
function |
drupal/core/lib/Drupal/Core/EventSubscriber/ViewSubscriber.php |
Processes a successful controller into an HTTP 200 response. |
ViewPageControllerTest |
class |
drupal/core/modules/views/lib/Drupal/views/Tests/ViewPageControllerTest.php |
Tests the page controller but not the actualy execution/rendering of a view. |
views.pager.schema.yml |
file |
drupal/core/modules/views/config/schema/views.pager.schema.yml |
drupal/core/modules/views/config/schema/views.pager.schema.yml |
views.style.schema.yml |
file |
drupal/core/modules/views/config/schema/views.style.schema.yml |
drupal/core/modules/views/config/schema/views.style.schema.yml |
EntityViewMode::$label |
property |
drupal/core/modules/entity/lib/Drupal/entity/Plugin/Core/Entity/EntityViewMode.php |
The human-readable name of the view mode. |
views.query.schema.yml |
file |
drupal/core/modules/views/config/schema/views.query.schema.yml |
drupal/core/modules/views/config/schema/views.query.schema.yml |
views.field.schema.yml |
file |
drupal/core/modules/views/config/schema/views.field.schema.yml |
drupal/core/modules/views/config/schema/views.field.schema.yml |
views.cache.schema.yml |
file |
drupal/core/modules/views/config/schema/views.cache.schema.yml |
drupal/core/modules/views/config/schema/views.cache.schema.yml |
views_ui_local_actions |
function |
drupal/core/modules/views_ui/views_ui.module |
Implements hook_local_actions(). |
ViewsData::__construct |
function |
drupal/core/modules/views/lib/Drupal/views/ViewsData.php |
Constructs this ViewsData object. |
node_test_views.module |
file |
drupal/core/modules/node/tests/modules/node_test_views/node_test_views.module |
|
views_ui_library_alter |
function |
drupal/core/modules/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_ui/views_ui.module |
Implements hook_views_analyze(). |
ViewsBlock::$displayID |
property |
drupal/core/modules/views/lib/Drupal/views/Plugin/Block/ViewsBlock.php |
The display ID being used for this View. |
ViewListController.php |
file |
drupal/core/modules/views_ui/lib/Drupal/views_ui/ViewListController.php |
Definition of Drupal\views_ui\ViewListController. |
ViewPageController.php |
file |
drupal/core/modules/views/lib/Drupal/views/Routing/ViewPageController.php |
Contains \Drupal\views\Routing\ViewPageController. |
ViewsPluginManager.php |
file |
drupal/core/modules/views/lib/Drupal/views/Plugin/ViewsPluginManager.php |
Contains \Drupal\views\Plugin\ViewsPluginManager. |
hook_entity_view_alter |
function |
drupal/core/includes/entity.api.php |
Alter the results of ENTITY_view(). |
HandlerTest::viewsData |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/HandlerTest.php |
Overrides Drupal\views\Tests\ViewTestBase::viewsData(). |
comment_admin_overview |
function |
drupal/core/modules/comment/comment.admin.inc |
Form constructor for the comment overview administration form. |
ViewExecutableTest.php |
file |
drupal/core/modules/views/lib/Drupal/views/Tests/ViewExecutableTest.php |
Contains \Drupal\views\Tests\ViewExecutableTest. |
field_views_data_alter |
function |
drupal/core/modules/field/field.views.inc |
Implements hook_views_data_alter(). |
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.route_subscriber |
service |
drupal/core/modules/views/views.services.yml |
Drupal\views\EventSubscriber\RouteSubscriber |
ViewsFormInterface.php |
file |
drupal/core/modules/views_ui/lib/Drupal/views_ui/Form/Ajax/ViewsFormInterface.php |
Contains \Drupal\views_ui\Form\Ajax\ViewsFormInterface. |
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. |
image_field_views_data |
function |
drupal/core/modules/image/image.views.inc |
Implements hook_field_views_data(). |
views.view.archive.yml |
file |
drupal/core/modules/views/config/views.view.archive.yml |
drupal/core/modules/views/config/views.view.archive.yml |
views.view.tracker.yml |
file |
drupal/core/modules/views/config/views.view.tracker.yml |
drupal/core/modules/views/config/views.view.tracker.yml |
user_test_views.module |
file |
drupal/core/modules/user/tests/modules/user_test_views/user_test_views.module |
|
ViewUI::$renderPreview |
property |
drupal/core/modules/views_ui/lib/Drupal/views_ui/ViewUI.php |
|
ViewUI::standardSubmit |
function |
drupal/core/modules/views_ui/lib/Drupal/views_ui/ViewUI.php |
Basic submit handler applicable to all 'standard' forms. |
ViewUI::standardCancel |
function |
drupal/core/modules/views_ui/lib/Drupal/views_ui/ViewUI.php |
Submit handler for cancel button |
paramconverter.views_ui |
service |
drupal/core/modules/views_ui/views_ui.services.yml |
Drupal\views_ui\ParamConverter\ViewUIConverter |
views_ajax_form_wrapper |
function |
drupal/core/modules/views/includes/ajax.inc |
Wrapper around drupal_build_form to handle some AJAX stuff automatically.
This makes some assumptions about the client. |
ViewUI::endQueryCapture |
function |
drupal/core/modules/views_ui/lib/Drupal/views_ui/ViewUI.php |
Add the list of queries run during render to buildinfo. |
ViewUI::getFormProgress |
function |
drupal/core/modules/views_ui/lib/Drupal/views_ui/ViewUI.php |
Get the user's current progress through the form stack. |
ViewExecutable::$result |
property |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Where the results of a query will go. |
FieldXssTest::viewsData |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FieldXssTest.php |
Returns the views data definition. |
ViewExecutable::$offset |
property |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
The pager offset. |
views_get_enabled_views |
function |
drupal/core/modules/views/views.module |
Returns an array of all enabled views, as fully loaded $view objects. |
views_ui.contextual.css |
file |
drupal/core/modules/views_ui/css/views_ui.contextual.css |
/**
* The .contextual.css file is intended to contain styles that override declarations
* in the Contextual module.
*/
/* @group Wrapper */
#views-live-preview .contextual-region-active {
outline: medium none;
}
#views-live-preview… |
ViewUI::createDuplicate |
function |
drupal/core/modules/views_ui/lib/Drupal/views_ui/ViewUI.php |
Implements \Drupal\Core\Entity\EntityInterface::createDuplicate(). |
ViewsHooksTest::getInfo |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/ViewsHooksTest.php |
|
GroupByTest::$testViews |
property |
drupal/core/modules/views_ui/lib/Drupal/views_ui/Tests/GroupByTest.php |
Views used by this test. |
views_test_data.install |
file |
drupal/core/modules/views/tests/views_test_data/views_test_data.install |
Install, update, and uninstall functions for the Views Test module. |
views_test_data_install |
function |
drupal/core/modules/views/tests/views_test_data/views_test_data.install |
Implements hook_install(). |