views_ui_edit_page_title |
function |
drupal/core/modules/views/views_ui/views_ui.module |
Page title callback for the Edit View page. |
hook_entity_prepare_view |
function |
drupal/core/includes/entity.api.php |
Act on entities as they are being prepared for view. |
theme_views_ui_container |
function |
drupal/core/modules/views/views_ui/theme/theme.inc |
Generic <div> container function. |
views_fetch_plugin_names |
function |
drupal/core/modules/views/views.module |
Fetch a list of all base tables available |
ViewsSearchQuery::simple |
function |
drupal/core/modules/search/lib/Drupal/search/ViewsSearchQuery.php |
Returns the simple property. |
theme_views_ui_view_info |
function |
drupal/core/modules/views/views_ui/theme/theme.inc |
Returns basic administrative information about a view. |
views_test_config.module |
file |
drupal/core/modules/views/tests/views_test_config/views_test_config.module |
|
views_get_disabled_views |
function |
drupal/core/modules/views/views.module |
Returns an array of all disabled views, as fully loaded $view objects. |
ViewUI::$changed_display |
property |
drupal/core/modules/views/views_ui/lib/Drupal/views_ui/ViewUI.php |
Stores an array of displays that have been changed. |
comment_views_data_alter |
function |
drupal/core/modules/comment/comment.views.inc |
Use views_data_alter to add items to the node table that are
relevant to comments. |
views_exposed_form_cache |
function |
drupal/core/modules/views/views.module |
Save the Views exposed form for later use. |
_views_array_filter_zero |
function |
drupal/core/modules/views/views.module |
Filter by no empty values, though allow to use "0". |
_menu_overview_tree_form |
function |
drupal/core/modules/menu/menu.admin.inc |
Recursive helper function for menu_overview_form(). |
theme_menu_overview_form |
function |
drupal/core/modules/menu/menu.admin.inc |
Returns HTML for the menu overview form into a table. |
ViewListController::load |
function |
drupal/core/modules/views/views_ui/lib/Drupal/views_ui/ViewListController.php |
Overrides Drupal\Core\Entity\EntityListController::load(); |
OverviewBase::$view_mode |
property |
drupal/core/modules/field_ui/lib/Drupal/field_ui/OverviewBase.php |
The entity view mode. |
OverviewBase::$adminPath |
property |
drupal/core/modules/field_ui/lib/Drupal/field_ui/OverviewBase.php |
The admin path of the overview page. |
OverviewBase::getRegions |
function |
drupal/core/modules/field_ui/lib/Drupal/field_ui/OverviewBase.php |
Get the regions needed to create the overview form. |
views.view.backlinks.yml |
file |
drupal/core/modules/views/config/views.view.backlinks.yml |
drupal/core/modules/views/config/views.view.backlinks.yml |
ViewExecutable::$storage |
property |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
The config entity in which the view is stored. |
views.view.frontpage.yml |
file |
drupal/core/modules/views/config/views.view.frontpage.yml |
drupal/core/modules/views/config/views.view.frontpage.yml |
ViewStorageInterface.php |
file |
drupal/core/modules/views/lib/Drupal/views/ViewStorageInterface.php |
Definition of Drupal\views\ViewStorageInterface. |
views-view-field.tpl.php |
file |
drupal/core/modules/views/theme/views-view-field.tpl.php |
This template is used to print a single field in a view. |
views-view-table.tpl.php |
file |
drupal/core/modules/views/theme/views-view-table.tpl.php |
Template to display a view as a table. |
views.view.test_view.yml |
file |
drupal/core/modules/views/tests/views_test_config/test_views/views.view.test_view.yml |
drupal/core/modules/views/tests/views_test_config/test_views/views.view.test_view.yml |
RedirectTest::$testViews |
property |
drupal/core/modules/views/lib/Drupal/views/Tests/UI/RedirectTest.php |
Views used by this test. |
DisplayPluginBase::$view |
property |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/DisplayPluginBase.php |
The top object of a view. |
field_view_mode_settings |
function |
drupal/core/modules/field/field.module |
Returns view mode settings in a given bundle. |
ViewExecutable::$preview |
property |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
If this view has been previewed. |
ViewExecutable::$element |
property |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
A render array container to store render related information. |
ViewStorageTest::getInfo |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/ViewStorageTest.php |
|
FieldUnitTest::viewsData |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FieldUnitTest.php |
Overrides Drupal\views\Tests\ViewTestBase::viewsData(). |
image_field_prepare_view |
function |
drupal/core/modules/image/image.field.inc |
Implements hook_field_prepare_view(). |
ViewExecutable::usePager |
function |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Determine if the pager actually uses a pager. |
ViewElementTest::$render |
property |
drupal/core/modules/views/lib/Drupal/views/Tests/ViewElementTest.php |
The raw render data array to use in tests. |
ViewElementTest::getInfo |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/ViewElementTest.php |
|
FieldDateTest::viewsData |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FieldDateTest.php |
Returns the views data definition. |
ViewExecutable::getTitle |
function |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Get the view's current title. This can change depending upon how it
was built. |
ViewExecutable::setTitle |
function |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Override the view's current title. |
ViewsDataTest::viewsData |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/ViewsDataTest.php |
Overrides Drupal\views\Tests\ViewTestBase::viewsData(). |
ViewExecutable::validate |
function |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Make sure the view is completely valid. |
ViewExecutable::getItems |
function |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Gets an array of handler instances for the current display. |
field_attach_prepare_view |
function |
drupal/core/modules/field/field.attach.inc |
Prepares field data prior to display. |
views_ui_config_item_form |
function |
drupal/core/modules/views/views_ui/admin.inc |
Form to config_item items in the views UI. |
aggregator_admin_overview |
function |
drupal/core/modules/aggregator/aggregator.admin.inc |
Page callback: Displays the aggregator administration page. |
ViewUnitTestBase::dataSet |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/ViewUnitTestBase.php |
Returns a very simple test dataset. |
views_ui_autocomplete_tag |
function |
drupal/core/modules/views/views_ui/admin.inc |
Page callback for views tag autocomplete |
taxonomy_test_entity_view |
function |
drupal/core/modules/system/tests/modules/taxonomy_test/taxonomy_test.module |
Implements hook_entity_view(). |
ViewsSearchQuery::matches |
function |
drupal/core/modules/search/lib/Drupal/search/ViewsSearchQuery.php |
Returns the matches property. |
views-admin.theme-rtl.css |
file |
drupal/core/modules/views/views_ui/css/views-admin.theme-rtl.css |
/**
* The .theme.css file is intended to contain presentation declarations including
* images, borders, colors, and fonts.
*/
/* @end */
/* @group Icons */
.actions a,
.views-admin .icon,
.views-admin .icon-text {
background-position: right… |