ViewExecutable::$built |
property |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Whether or not the view has been built. |
views.view.tracker.yml |
file |
drupal/core/modules/views/config/views.view.tracker.yml |
drupal/core/modules/views/config/views.view.tracker.yml |
views-view-rss.tpl.php |
file |
drupal/core/modules/views/theme/views-view-rss.tpl.php |
Default template for feed displays that use the RSS style. |
ViewExecutable::$query |
property |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Where the $query object will reside. |
ViewExecutable::$pager |
property |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
The used pager plugin used by the current executed view. |
ViewExecutable::$field |
property |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Stores the field handlers which are initialized on this view. |
ViewExecutable::$empty |
property |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Stores the area handlers for the empty text which are initialized on this view. |
HandlerTest::viewsData |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/HandlerTest.php |
Overrides Drupal\views\Tests\ViewTestBase::viewsData(). |
ViewStorageTest::$info |
property |
drupal/core/modules/views/lib/Drupal/views/Tests/ViewStorageTest.php |
The configuration entity information from entity_get_info(). |
CommentPreviewTest.php |
file |
drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentPreviewTest.php |
Definition of Drupal\comment\Tests\CommentPreviewTest. |
_views_theme_functions |
function |
drupal/core/modules/views/theme/theme.inc |
Provide a full array of possible themes to try for a given hook. |
ViewElementTest::setUp |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/ViewElementTest.php |
Sets up a Drupal site for running functional and integration tests. |
theme_views_view_field |
function |
drupal/core/modules/views/theme/theme.inc |
Display a single views field. |
ViewTestBase::$modules |
property |
drupal/core/modules/views/lib/Drupal/views/Tests/ViewTestBase.php |
Modules to enable. |
field_views_data_alter |
function |
drupal/core/modules/field/field.views.inc |
Implements hook_views_data_alter(). |
ViewExecutable::_build |
function |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Internal method to build an individual set of handlers. |
ViewExecutable::render |
function |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Render this view for a certain display. |
theme_views_mini_pager |
function |
drupal/core/modules/views/theme/theme.inc |
|
ViewSubscriber::onView |
function |
drupal/core/lib/Drupal/Core/EventSubscriber/ViewSubscriber.php |
Processes a successful controller into an HTTP 200 response. |
ViewSubscriber::onJson |
function |
drupal/core/lib/Drupal/Core/EventSubscriber/ViewSubscriber.php |
|
ViewSubscriber::onAjax |
function |
drupal/core/lib/Drupal/Core/EventSubscriber/ViewSubscriber.php |
|
ViewExecutable::access |
function |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Determine if the given user has access to the view. Note that
this sets the display handler if it hasn't been. |
ViewSubscriber::onHtml |
function |
drupal/core/lib/Drupal/Core/EventSubscriber/ViewSubscriber.php |
Processes a successful controller into an HTTP 200 response. |
views_ui_build_preview |
function |
drupal/core/modules/views/views_ui/admin.inc |
Page callback for rendering the preview form and the preview of the view. |
ViewExecutable::getUrl |
function |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Get the URL for the current view. |
ViewsDataTest::getInfo |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/ViewsDataTest.php |
|
ModuleTest::$testViews |
property |
drupal/core/modules/views/lib/Drupal/views/Tests/ModuleTest.php |
Views used by this test. |
ViewExecutable::getItem |
function |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Gets the configuration of a handler instance on a given display. |
DisplayTest::$testViews |
property |
drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/DisplayTest.php |
Views used by this test. |
views_ui_rearrange_form |
function |
drupal/core/modules/views/views_ui/admin.inc |
Form to rearrange items in the views UI. |
ViewExecutable::setItem |
function |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Sets the configuration of a handler instance on a given display. |
FieldXssTest::viewsData |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FieldXssTest.php |
Returns the views data definition. |
ViewUnitTestBase::setUp |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/ViewUnitTestBase.php |
Sets up Drupal unit test environment. |
FieldWebTest::viewsData |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FieldWebTest.php |
Overrides \Drupal\views\Tests\ViewTestBase::viewsData(). |
FieldUrlTest::viewsData |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FieldUrlTest.php |
Returns the views data definition. |
views_test_data_install |
function |
drupal/core/modules/views/tests/views_test_data/views_test_data.install |
Implements hook_install(). |
views_fetch_base_tables |
function |
drupal/core/modules/views/views.module |
Fetch a list of all base tables available |
ViewsSearchQuery::words |
function |
drupal/core/modules/search/lib/Drupal/search/ViewsSearchQuery.php |
Returns the words property. |
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_get_enabled_views |
function |
drupal/core/modules/views/views.module |
Returns an array of all enabled views, as fully loaded $view objects. |
ViewUI::$display_errors |
property |
drupal/core/modules/views/views_ui/lib/Drupal/views_ui/ViewUI.php |
Stores an array of errors for any displays. |
views_ui_confirm_delete |
function |
drupal/core/modules/views/views_ui/views_ui.module |
Form constructor for the View deletion form. |
hook_field_prepare_view |
function |
drupal/core/modules/field/field.api.php |
Prepare field values prior to display. |
link_field_prepare_view |
function |
drupal/core/modules/field/modules/link/link.module |
Implements hook_field_prepare_view(). |
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. |
views_query_views_alter |
function |
drupal/core/modules/views/views.module |
Implements hook_query_TAG_alter(). |
_views_fetch_data_build |
function |
drupal/core/modules/views/includes/cache.inc |
Build, set the views data cache if empty and return the views data. |
ViewUI::submitBreakLock |
function |
drupal/core/modules/views/views_ui/lib/Drupal/views_ui/ViewUI.php |
Submit handler to break_lock a view. |
ViewUI::getFormProgress |
function |
drupal/core/modules/views/views_ui/lib/Drupal/views_ui/ViewUI.php |
Get the user's current progress through the form stack. |
ViewUI::buildIdentifier |
function |
drupal/core/modules/views/views_ui/lib/Drupal/views_ui/ViewUI.php |
Build a form identifier that we can use to see if one form
is the same as another. Since the arguments differ slightly
we do a lot of spiffy concatenation here. |