preview.html |
file |
drupal/core/modules/color/preview.html |
|
views_form_id |
function |
drupal/core/modules/views/views.module |
Returns a form ID for a Views form using the name and display of the View. |
Feed::preview |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/Feed.php |
Overrides \Drupal\views\Plugin\views\display\PathPluginBase::preview(). |
views_ui_menu |
function |
drupal/core/modules/views/views_ui/views_ui.module |
Implements hook_menu(). |
views_include |
function |
drupal/core/modules/views/views.module |
Include views .inc files as necessary. |
views.api.php |
file |
drupal/core/modules/views/views.api.php |
Describes hooks and plugins provided by the Views module. |
views_ui_load |
function |
drupal/core/modules/views/views_ui/views_ui.module |
Magic load function. Wrapper to load a view. |
views.install |
file |
drupal/core/modules/views/views.install |
Contains install and update functions for Views. |
Views plugins |
group |
drupal/core/modules/views/views.api.php |
Views plugins are objects that are used to build and render the view.
Plugins are registered by extending one of the Views base plugin classes
and defining settings in the plugin annotation. |
ViewUI::isNew |
function |
drupal/core/modules/views/views_ui/lib/Drupal/views_ui/ViewUI.php |
Implements \Drupal\Core\Entity\EntityInterface::isNew(). |
ViewUI::label |
function |
drupal/core/modules/views/views_ui/lib/Drupal/views_ui/ViewUI.php |
Implements \Drupal\Core\Entity\EntityInterface::label(). |
views_install |
function |
drupal/core/modules/views/views.install |
Implements hook_install(). |
FieldOverview |
class |
drupal/core/modules/field_ui/lib/Drupal/field_ui/FieldOverview.php |
Field UI field overview form. |
View::$module |
property |
drupal/core/modules/views/lib/Drupal/views/Plugin/Core/Entity/View.php |
The module implementing this view. |
View::disable |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/Core/Entity/View.php |
Implements Drupal\views\ViewStorageInterface::disable(). |
views_ui.info |
file |
drupal/core/modules/views/views_ui/views_ui.info |
name = Views UI
description = Administrative interface for Views.
package = Core
version = VERSION
core = 8.x
configure = admin/structure/views
dependencies[] = views |
ViewsDataTest |
class |
drupal/core/modules/views/lib/Drupal/views/Tests/ViewsDataTest.php |
Tests the fetching of views data. |
file.views.inc |
file |
drupal/core/modules/file/file.views.inc |
Provide views data and handlers for file.module. |
user_user_view |
function |
drupal/core/modules/user/user.module |
Implements hook_user_view(). |
views_arg_load |
function |
drupal/core/modules/views/views.module |
Helper function for menu loading. This will automatically be
called in order to 'load' a views argument; primarily it
will be used to perform validation. |
views_ui_theme |
function |
drupal/core/modules/views/views_ui/views_ui.module |
Implements hook_theme(). |
views_new_view |
function |
drupal/core/modules/views/views.module |
Create an empty view to work with. |
hook_node_view |
function |
drupal/core/modules/node/node.api.php |
Act on a node that is being assembled before rendering. |
user_view_page |
function |
drupal/core/modules/user/user.module |
Page callback wrapper for user_view(). |
views_get_view |
function |
drupal/core/modules/views/views.module |
Loads a view from configuration. |
ViewUI::$stack |
property |
drupal/core/modules/views/views_ui/lib/Drupal/views_ui/ViewUI.php |
Stores a stack of UI forms to display. |
ViewUI::__call |
function |
drupal/core/modules/views/views_ui/lib/Drupal/views_ui/ViewUI.php |
Passes through all unknown calls onto the storage object. |
ViewUI::bundle |
function |
drupal/core/modules/views/views_ui/lib/Drupal/views_ui/ViewUI.php |
Implements \Drupal\Core\Entity\EntityInterface::bundle(). |
ViewUI::delete |
function |
drupal/core/modules/views/views_ui/lib/Drupal/views_ui/ViewUI.php |
Implements \Drupal\Core\Entity\EntityInterface::delete(). |
ViewUI::access |
function |
drupal/core/modules/views/views_ui/lib/Drupal/views_ui/ViewUI.php |
Implements \Drupal\Core\TypedData\AccessibleInterface::access(). |
forum_overview |
function |
drupal/core/modules/forum/forum.admin.inc |
Form constructor for the forum overview form. |
hook_user_view |
function |
drupal/core/modules/user/user.api.php |
The user's account information is being displayed. |
ViewUI::enable |
function |
drupal/core/modules/views/views_ui/lib/Drupal/views_ui/ViewUI.php |
Implements \Drupal\views\ViewStorageInterface::enable(). |
book_node_view |
function |
drupal/core/modules/book/book.module |
Implements hook_node_view(). |
View::$display |
property |
drupal/core/modules/views/lib/Drupal/views/Plugin/Core/Entity/View.php |
Stores all display handlers of this view. |
dblog_overview |
function |
drupal/core/modules/dblog/dblog.admin.inc |
Page callback: Displays a listing of database log messages. |
node.views.inc |
file |
drupal/core/modules/node/node.views.inc |
Provide views data and handlers for node.module. |
View::getPaths |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/Core/Entity/View.php |
Gets a list of paths assigned to the view. |
ViewExecutable |
class |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
An object to contain all of the data to generate a view, plus the member
functions to build the view query, execute the query and render the output. |
views.base.css |
file |
drupal/core/modules/views/css/views.base.css |
.views-exposed-form .views-exposed-widget {
display: inline-block;
}
.views-exposed-form .form-item,
.views-exposed-form .form-submit {
margin-top: 0;
margin-bottom: 0;
}
/* table style column align */
.views-align-left {
text-align:… |
user.views.inc |
file |
drupal/core/modules/user/user.views.inc |
Provide views data and handlers for user.module. |
ViewSubscriber |
class |
drupal/core/lib/Drupal/Core/EventSubscriber/ViewSubscriber.php |
Main subscriber for VIEW HTTP responses. |
node_page_view |
function |
drupal/core/modules/node/node.module |
Page callback: Displays a single node. |
PagePreviewTest |
class |
drupal/core/modules/node/lib/Drupal/node/Tests/PagePreviewTest.php |
Tests the node entity preview functionality. |
aggregator_view |
function |
drupal/core/modules/aggregator/aggregator.admin.inc |
Displays the aggregator administration page. |
user_block_view |
function |
drupal/core/modules/user/user.module |
Implements hook_block_view(). |
views_hook_info |
function |
drupal/core/modules/views/views.module |
Implements hook_hook_info(). |
comment_preview |
function |
drupal/core/modules/comment/comment.module |
Generates a comment preview. |
views.views.inc |
file |
drupal/core/modules/views/views.views.inc |
Provide views data and handlers that aren't tied to any other module. |
hook_block_view |
function |
drupal/core/modules/block/block.api.php |
Return a rendered or renderable view of a block. |