hook_views_post_execute |
function |
drupal/core/modules/views/views.api.php |
Act on the view immediately after the query has been executed. |
ViewUI::createDuplicate |
function |
drupal/core/modules/views/views_ui/lib/Drupal/views_ui/ViewUI.php |
Implements \Drupal\Core\Entity\EntityInterface::createDuplicate(). |
taxonomy_overview_terms |
function |
drupal/core/modules/taxonomy/taxonomy.admin.inc |
Form builder for the taxonomy terms overview. |
FieldOverview::validate |
function |
drupal/core/modules/field_ui/lib/Drupal/field_ui/FieldOverview.php |
Overrides Drupal\field_ui\OverviewBase::validate(). |
GroupByTest::$testViews |
property |
drupal/core/modules/views/lib/Drupal/views/Tests/UI/GroupByTest.php |
Views used by this test. |
ViewCloneFormController |
class |
drupal/core/modules/views/views_ui/lib/Drupal/views_ui/ViewCloneFormController.php |
Form controller for the Views clone form. |
View::generateDisplayId |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/Core/Entity/View.php |
Generates a display ID of a certain plugin type. |
hook_taxonomy_term_view |
function |
drupal/core/modules/taxonomy/taxonomy.api.php |
Act on a taxonomy term that is being assembled before rendering. |
HandlerTest::$testViews |
property |
drupal/core/modules/views/lib/Drupal/views/Tests/UI/HandlerTest.php |
Views used by this test. |
DisplayOverview::submit |
function |
drupal/core/modules/field_ui/lib/Drupal/field_ui/DisplayOverview.php |
Overrides Drupal\field_ui\OverviewBase::submit(). |
DisplayPath::$testViews |
property |
drupal/core/modules/views/lib/Drupal/views/Tests/UI/DisplayPath.php |
Views used by this test. |
views.view.glossary.yml |
file |
drupal/core/modules/views/config/views.view.glossary.yml |
drupal/core/modules/views/config/views.view.glossary.yml |
DisplayTest::$testViews |
property |
drupal/core/modules/views/lib/Drupal/views/Tests/UI/DisplayTest.php |
Views used by this test. |
views-view-grid.tpl.php |
file |
drupal/core/modules/views/theme/views-view-grid.tpl.php |
Default simple view template to display a rows in a grid. |
DisplayTest::randomView |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/UI/DisplayTest.php |
A helper method which creates a random view. |
ViewExecutable::$result |
property |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Where the results of a query will go. |
ViewExecutable::$offset |
property |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
The pager offset. |
views-view-list.tpl.php |
file |
drupal/core/modules/views/theme/views-view-list.tpl.php |
Default simple view template to display a list of rows. |
StyleUITest::$testViews |
property |
drupal/core/modules/views/lib/Drupal/views/Tests/UI/StyleUITest.php |
Views used by this test. |
StorageTest::$testViews |
property |
drupal/core/modules/views/lib/Drupal/views/Tests/UI/StorageTest.php |
Views used by this test. |
ViewExecutable::$filter |
property |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Stores the filter handlers which are initialized on this view. |
ViewExecutable::$header |
property |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Stores the area handlers for the header which are initialized on this view. |
ViewExecutable::$footer |
property |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Stores the area handlers for the footer which are initialized on this view. |
Views argument handlers |
group |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/argument/ArgumentPluginBase.php |
Handlers to tell Views how to contextually filter queries. |
HandlerTest::$testViews |
property |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/HandlerTest.php |
Views used by this test. |
ViewExecutable::$inited |
property |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Does this view already have loaded it's handlers. |
file_field_prepare_view |
function |
drupal/core/modules/file/file.field.inc |
Implements hook_field_prepare_view(). |
ViewExecutable::$dom_id |
property |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
A unique identifier which allows to update multiple views output via js. |
PreviewTest::$testViews |
property |
drupal/core/modules/views/lib/Drupal/views/Tests/UI/PreviewTest.php |
Views used by this test. |
field_ui_field_overview |
function |
drupal/core/modules/field_ui/field_ui.admin.inc |
Returns the built and processed 'Manage fields' form of a bundle. |
ViewTestData::viewsData |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/ViewTestData.php |
Returns the views data definition. |
hook_comment_view_alter |
function |
drupal/core/modules/comment/comment.api.php |
Alter the results of comment_view(). |
field_views_field_label |
function |
drupal/core/modules/field/field.views.inc |
Returns the label of a certain field. |
ViewExecutable::execute |
function |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Execute the view's query. |
ViewExecutable::preview |
function |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Preview the given display, with the given arguments. |
ViewTestBase::viewsData |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/ViewTestBase.php |
Returns the views data definition. |
DefaultViewsTest::setUp |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/DefaultViewsTest.php |
Sets up a Drupal site for running functional and integration tests. |
ViewExecutable::getPath |
function |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Get the base path used for this view. |
views_ui_build_form_url |
function |
drupal/core/modules/views/views_ui/admin.inc |
Create the URL for one of our standard AJAX forms based upon known
information about the form. |
ViewExecutable::destroy |
function |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Unset references so that a $view object may be properly garbage
collected. |
ViewExecutable::addItem |
function |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Adds an instance of a handler to the view. |
FieldXssTest::$testViews |
property |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FieldXssTest.php |
Views used by this test. |
SortDateTest::$testViews |
property |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/SortDateTest.php |
Views used by this test. |
views_preprocess_comment |
function |
drupal/core/modules/views/views.module |
A theme preprocess function to automatically allow view-based node
templates if called from a view. |
PagePreviewTest::getInfo |
function |
drupal/core/modules/node/lib/Drupal/node/Tests/PagePreviewTest.php |
|
FieldWebTest::$testViews |
property |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FieldWebTest.php |
Views used by this test. |
FormatterInterface::view |
function |
drupal/core/modules/field/lib/Drupal/field/Plugin/Type/Formatter/FormatterInterface.php |
Builds a renderable array for one field on one entity instance. |
FieldUrlTest::$testViews |
property |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FieldUrlTest.php |
Views used by this test. |
FormatterBase::$viewMode |
property |
drupal/core/modules/field/lib/Drupal/field/Plugin/Type/Formatter/FormatterBase.php |
The view mode. |
AreaTextTest::$testViews |
property |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/AreaTextTest.php |
Views used by this test. |