OverviewBase::submit |
function |
drupal/core/modules/field_ui/lib/Drupal/field_ui/OverviewBase.php |
Submit handler for the field UI overview form. |
ViewStorageInterface |
interface |
drupal/core/modules/views/lib/Drupal/views/ViewStorageInterface.php |
Defines an interface for View storage classes. |
AreaTest::$testViews |
property |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/AreaTest.php |
Views used by this test. |
SortTest::$testViews |
property |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/SortTest.php |
Views used by this test. |
QueryTest::viewsData |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/UI/QueryTest.php |
Overrides \Drupal\views\Tests\ViewTestBase::viewsData(). |
PreviewTest::getInfo |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/UI/PreviewTest.php |
|
ViewExecutable::save |
function |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
@todo. |
Views field handlers |
group |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/field/FieldPluginBase.php |
Handlers to tell Views how to build and display fields. |
Views template files |
group |
drupal/core/modules/views/theme/theme.inc |
All views templates can be overridden with a variety of names, using
the view, the display ID of the view, the display type of the view,
or some combination thereof. |
views_ui_nojs_submit |
function |
drupal/core/modules/views/views_ui/admin.inc |
Non-Javascript fallback for updating the add view form. |
entity_view_multiple |
function |
drupal/core/includes/entity.inc |
Returns the render array for the provided entities. |
PageViewTest::getInfo |
function |
drupal/core/modules/node/lib/Drupal/node/Tests/PageViewTest.php |
|
views_preprocess_node |
function |
drupal/core/modules/views/views.module |
A theme preprocess function to automatically allow view-based node
templates if called from a view. |
FilterTest::viewsData |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/FilterTest.php |
Overrides Drupal\views\Tests\ViewTestBase::viewsData(). |
views_preprocess_html |
function |
drupal/core/modules/views/views.module |
Implements MODULE_preprocess_HOOK(). |
comment_view_multiple |
function |
drupal/core/modules/comment/comment.module |
Constructs render array from an array of loaded comments. |
BasicTest::$testViews |
property |
drupal/core/modules/views/lib/Drupal/views/Tests/BasicTest.php |
Views used by this test. |
views_ui_library_info |
function |
drupal/core/modules/views/views_ui/views_ui.module |
Implements hook_library_info(). |
QueryTest::$testViews |
property |
drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/QueryTest.php |
Views used by this test. |
ViewAddFormController |
class |
drupal/core/modules/views/views_ui/lib/Drupal/views_ui/ViewAddFormController.php |
Form controller for the Views edit form. |
views_view_is_enabled |
function |
drupal/core/modules/views/views.module |
Returns whether the view is enabled. |
hook_block_view_alter |
function |
drupal/core/modules/block/block.api.php |
Perform alterations to the content of a block. |
ViewUI::$execute_time |
property |
drupal/core/modules/views/views_ui/lib/Drupal/views_ui/ViewUI.php |
How long the view takes to execute. |
views-admin.theme.css |
file |
drupal/core/modules/views/views_ui/css/views-admin.theme.css |
/**
* The .theme.css file is intended to contain presentation declarations including
* images, borders, colors, and fonts.
*/
/* @group Reset */
.views-admin .links {
list-style: none outside none;
margin: 0;
}
.views-admin a:hover {
… |
StyleTest::$testViews |
property |
drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/StyleTest.php |
Views used by this test. |
views_form_views_form |
function |
drupal/core/modules/views/views.module |
Callback for the main step of a Views form.
Invoked by views_form(). |
ViewUI::$live_preview |
property |
drupal/core/modules/views/views_ui/lib/Drupal/views_ui/ViewUI.php |
Is the view runned in a context of the preview in the admin interface. |
statistics_block_view |
function |
drupal/core/modules/statistics/statistics.module |
Implements hook_block_view(). |
views_theme_functions |
function |
drupal/core/modules/views/views.module |
Build a list of theme function names for use most everywhere. |
views_get_view_result |
function |
drupal/core/modules/views/views.module |
Get the result of a view. |
CacheTest::$testViews |
property |
drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/CacheTest.php |
Views used by this test. |
ViewUI::submitItemAdd |
function |
drupal/core/modules/views/views_ui/lib/Drupal/views_ui/ViewUI.php |
Submit handler for adding new item(s) to a view. |
ViewUI::renderPreview |
function |
drupal/core/modules/views/views_ui/lib/Drupal/views_ui/ViewUI.php |
|
menu_block_view_alter |
function |
drupal/core/modules/menu/menu.module |
Implements hook_block_view_alter(). |
hook_views_data_alter |
function |
drupal/core/modules/views/views.api.php |
Alter the table structure defined by hook_views_data(). |
block_test_block_view |
function |
drupal/core/modules/block/tests/block_test.module |
Implements hook_block_view(). |
hook_views_post_build |
function |
drupal/core/modules/views/views.api.php |
Act on the view immediately after the query is built. |
ViewUI::getRevisionId |
function |
drupal/core/modules/views/views_ui/lib/Drupal/views_ui/ViewUI.php |
Implements \Drupal\Core\Entity\EntityInterface::getRevisionId(). |
hook_views_pre_render |
function |
drupal/core/modules/views/views.api.php |
Act on the view immediately before rendering it. |
ViewUI::isNewRevision |
function |
drupal/core/modules/views/views_ui/lib/Drupal/views_ui/ViewUI.php |
Implements \Drupal\Core\Entity\EntityInterface::isNewRevision(). |
Views module handlers |
group |
drupal/core/modules/views/views.api.php |
Handlers exposed by various modules to Views. |
ViewUI::getProperties |
function |
drupal/core/modules/views/views_ui/lib/Drupal/views_ui/ViewUI.php |
Implements \Drupal\Core\TypedData\ComplexDataInterface::getProperties(). |
ViewUI::getOriginalID |
function |
drupal/core/modules/views/views_ui/lib/Drupal/views_ui/ViewUI.php |
Implements \Drupal\Core\Config\Entity\ConfigEntityInterface::getOriginalID(). |
ViewUI::setOriginalID |
function |
drupal/core/modules/views/views_ui/lib/Drupal/views_ui/ViewUI.php |
Implements \Drupal\Core\Config\Entity\ConfigEntityInterface::setOriginalID(). |
FieldOverview::submit |
function |
drupal/core/modules/field_ui/lib/Drupal/field_ui/FieldOverview.php |
Overrides Drupal\field_ui\OverviewBase::submit(). |
OverviewBase::$bundle |
property |
drupal/core/modules/field_ui/lib/Drupal/field_ui/OverviewBase.php |
The entity bundle. |
filter_admin_overview |
function |
drupal/core/modules/filter/filter.admin.inc |
Form constructor for a form to list and reorder text formats. |
ViewStorageController |
class |
drupal/core/modules/views/lib/Drupal/views/ViewStorageController.php |
Defines the storage controller class for View entities. |
DisplayOverview::form |
function |
drupal/core/modules/field_ui/lib/Drupal/field_ui/DisplayOverview.php |
Overrides Drupal\field_ui\OverviewBase::form(). |
View::getDisplaysList |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/Core/Entity/View.php |
Gets a list of displays included in the view. |