views_get_all_views |
function |
drupal/core/modules/views/views.module |
Returns an array of all views as fully loaded $view objects. |
ViewUI::$build_time |
property |
drupal/core/modules/views/views_ui/lib/Drupal/views_ui/ViewUI.php |
How long the view takes to build. |
views-admin-rtl.css |
file |
drupal/core/modules/views/views_ui/css/views-admin-rtl.css |
/**
* The .css file is intended to only contain positioning and size declarations
* For example: display, position, float, clear, and overflow.
*/
/* @group Inline lists */
.horizontal > * {
float: right;
}
.horizontal.right {
float:… |
ViewUI::$executable |
property |
drupal/core/modules/views/views_ui/lib/Drupal/views_ui/ViewUI.php |
The View executable object. |
ViewUI::__construct |
function |
drupal/core/modules/views/views_ui/lib/Drupal/views_ui/ViewUI.php |
Constructs a View UI object. |
menu_overview_title |
function |
drupal/core/modules/menu/menu.module |
Title callback for the menu overview page and links. |
Views style plugins |
group |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/style/StylePluginBase.php |
Style plugins control how a view is rendered. For example, they
can choose to display a collection of fields, node_view() output,
table output, or any kind of crazy output they want. |
shortcut_block_view |
function |
drupal/core/modules/shortcut/shortcut.module |
Implements hook_block_view(). |
node_test_node_view |
function |
drupal/core/modules/node/tests/modules/node_test/node_test.module |
Implements hook_node_view(). |
ViewUI::getIterator |
function |
drupal/core/modules/views/views_ui/lib/Drupal/views_ui/ViewUI.php |
Implements \IteratorAggregate::getIterator(). |
hook_views_pre_view |
function |
drupal/core/modules/views/views.api.php |
Alter a view at the very beginning of Views processing. |
node_overview_types |
function |
drupal/core/modules/node/content_types.inc |
Page callback: Displays the content type admin overview page. |
Views area handlers |
group |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/area/AreaPluginBase.php |
Handlers to tell Views what can display in header, footer
and empty text in a view. |
book_node_view_link |
function |
drupal/core/modules/book/book.module |
Adds relevant book links to the node's links. |
ViewStorageTest.php |
file |
drupal/core/modules/views/lib/Drupal/views/Tests/ViewStorageTest.php |
Definition of Drupal\views\Tests\ViewStorageTest. |
ViewElementTest.php |
file |
drupal/core/modules/views/lib/Drupal/views/Tests/ViewElementTest.php |
Definition of Drupal\views\Tests\ViewElementTest. |
View::defineOptions |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/area/View.php |
Information about options for all kinds of purposes will be held here.
@code
'option_name' => array( |
Views join handlers |
group |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/join/JoinPluginBase.php |
Handlers to tell Views how to join tables together. |
FieldOverview::form |
function |
drupal/core/modules/field_ui/lib/Drupal/field_ui/FieldOverview.php |
Overrides Drupal\field_ui\OverviewBase::form(). |
Views sort handlers |
group |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/sort/SortPluginBase.php |
Handlers to tell Views how to sort queries. |
taxonomy_views_data |
function |
drupal/core/modules/taxonomy/taxonomy.views.inc |
Implements hook_views_data(). |
DisplayOverview.php |
file |
drupal/core/modules/field_ui/lib/Drupal/field_ui/DisplayOverview.php |
Definition of Drupal\field_ui\DisplayOverview. |
AreaTest::viewsData |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/AreaTest.php |
Returns the views data definition. |
book_admin_overview |
function |
drupal/core/modules/book/book.admin.inc |
Page callback: Returns an administrative overview of all books. |
path_admin_overview |
function |
drupal/core/modules/path/path.admin.inc |
Returns a listing of all defined URL aliases. |
ViewTestBase::setUp |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/ViewTestBase.php |
Sets up a Drupal site for running functional and integration tests. |
PagePreviewTest.php |
file |
drupal/core/modules/node/lib/Drupal/node/Tests/PagePreviewTest.php |
Definition of Drupal\node\Tests\PagePreviewTest. |
views_ui_ajax_forms |
function |
drupal/core/modules/views/views_ui/admin.inc |
Returns information about subforms for editing the pieces of a view. |
BulkForm::views_form |
function |
drupal/core/modules/action/lib/Drupal/action/Plugin/views/field/BulkForm.php |
Implements \Drupal\views\Plugin\views\Plugin\field\FieldPluginBase::views_form(). |
views_ui_plugin_list |
function |
drupal/core/modules/views/views_ui/admin.inc |
Lists all plugins and what enabled Views use them. |
views_test_data_menu |
function |
drupal/core/modules/views/tests/views_test_data/views_test_data.module |
Implements hook_menu(). |
views_ui_clone_title |
function |
drupal/core/modules/views/views_ui/views_ui.module |
Title callback for the views clone form. |
QueryTest::viewsData |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/QueryTest.php |
Returns the views data definition. |
views_cache.test.css |
file |
drupal/core/modules/views/tests/views_test_data/views_cache.test.css |
Just a placeholder file for the test. |
views_test_data.info |
file |
drupal/core/modules/views/tests/views_test_data/views_test_data.info |
name = Views Test
description = Test module for Views.
package = Testing
version = VERSION
core = 8.x
dependencies[] = views
hidden = TRUE |
ViewUI::$render_time |
property |
drupal/core/modules/views/views_ui/lib/Drupal/views_ui/ViewUI.php |
How long the view takes to render. |
hook_node_view_alter |
function |
drupal/core/modules/node/node.api.php |
Alter the results of node_view(). |
statistics_node_view |
function |
drupal/core/modules/statistics/statistics.module |
Implements hook_node_view(). |
contextual.views.inc |
file |
drupal/core/modules/contextual/contextual.views.inc |
Provide views data and handlers for contextual.module. |
DefaultViewsTest.php |
file |
drupal/core/modules/views/lib/Drupal/views/Tests/UI/DefaultViewsTest.php |
Definition of Drupal\views\Tests\UI\DefaultViewsTest. |
Views access plugins |
group |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/access/AccessPluginBase.php |
The base plugin to handle access to a view. |
DisplayTest::preview |
function |
drupal/core/modules/views/tests/views_test_data/lib/Drupal/views_test_data/Plugin/views/display/DisplayTest.php |
Overrides Drupal\views\Plugin\views\display\DisplayPluginBase::preview(). |
views_array_key_plus |
function |
drupal/core/modules/views/views.module |
Adds one to each key of the array. |
ViewUI::sortPosition |
function |
drupal/core/modules/views/views_ui/lib/Drupal/views_ui/ViewUI.php |
Display position sorting function |
hook_views_pre_build |
function |
drupal/core/modules/views/views.api.php |
Act on the view before the query is built, but after displays are attached. |
ViewUI::enforceIsNew |
function |
drupal/core/modules/views/views_ui/lib/Drupal/views_ui/ViewUI.php |
Implements \Drupal\Core\Entity\EntityInterface::enforceIsNew(). |
DefaultViewsTest.php |
file |
drupal/core/modules/views/lib/Drupal/views/Tests/DefaultViewsTest.php |
Definition of Drupal\views\Tests\DefaultViewsTest. |
hook_user_view_alter |
function |
drupal/core/modules/user/user.api.php |
The user was built; the module may modify the structured content. |
ViewUnitTestBase.php |
file |
drupal/core/modules/views/lib/Drupal/views/Tests/ViewUnitTestBase.php |
Contains \Drupal\views\Tests\ViewUnitTestBase. |
ViewsSearchQuery.php |
file |
drupal/core/modules/search/lib/Drupal/search/ViewsSearchQuery.php |
Definition of Drupal\search\ViewsSearchQuery. |