ViewExecutable::_buildArguments |
function |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Build all the arguments. |
ArgumentDefaultTest::$testViews |
property |
drupal/core/modules/user/lib/Drupal/user/Tests/Views/ArgumentDefaultTest.php |
Views used by this test. |
ModuleTest::testViewsGetHandler |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/ModuleTest.php |
Tests the views_get_handler method. |
EntityViewModeStorageController |
class |
drupal/core/modules/entity/lib/Drupal/entity/EntityViewModeStorageController.php |
Defines the storage controller class for entity view modes. |
ViewExecutable::executeHookMenu |
function |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Called to get hook_menu() information from the view and the named display handler. |
ViewCloneFormController::submit |
function |
drupal/core/modules/views_ui/lib/Drupal/views_ui/ViewCloneFormController.php |
Overrides \Drupal\Core\Entity\EntityFormController::form(). |
UrlPlainFormatter::viewElements |
function |
drupal/core/modules/file/lib/Drupal/file/Plugin/field/formatter/UrlPlainFormatter.php |
Implements \Drupal\field\Plugin\Type\Formatter\FormatterInterface::viewElements(). |
StyleSerializerTest::$testViews |
property |
drupal/core/modules/rest/lib/Drupal/rest/Tests/Views/StyleSerializerTest.php |
Views used by this test. |
ViewExecutable::createDuplicate |
function |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Creates a duplicate ViewExecutable object. |
ViewEditFormController::actions |
function |
drupal/core/modules/views_ui/lib/Drupal/views_ui/ViewEditFormController.php |
Overrides Drupal\Core\Entity\EntityFormController::actions(). |
ViewUnitTestBase::setUpFixtures |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/ViewUnitTestBase.php |
Sets up the configuration and schema of views and views_test_data modules. |
views_ui_add_limited_validation |
function |
drupal/core/modules/views_ui/admin.inc |
Processes a non-JavaScript fallback submit button to limit its validation errors. |
ViewPageControllerTest::getInfo |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/ViewPageControllerTest.php |
|
NodeEntityViewModeAlterTest.php |
file |
drupal/core/modules/node/lib/Drupal/node/Tests/NodeEntityViewModeAlterTest.php |
Definition of Drupal\node\Tests\NodeEntityViewModeAlterTest. |
NodeBulkForm::views_form_submit |
function |
drupal/core/modules/node/lib/Drupal/node/Plugin/views/field/NodeBulkForm.php |
Submit handler for the bulk form. |
ViewExecutableTest::testDestroy |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/ViewExecutableTest.php |
Tests the deconstructor to be sure that necessary objects are removed. |
ViewsUIController::reportFields |
function |
drupal/core/modules/views_ui/lib/Drupal/views_ui/Controller/ViewsUIController.php |
Lists all instances of fields on any views. |
FilterInOperatorTest::viewsData |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FilterInOperatorTest.php |
Returns the views data definition. |
Views argument validate plugins |
group |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/argument_validator/ArgumentValidatorPluginBase.php |
Allow specialized methods of validating arguments. |
views.view.test_forum_index.yml |
file |
drupal/core/modules/forum/tests/modules/forum_test_views/test_views/views.view.test_forum_index.yml |
drupal/core/modules/forum/tests/modules/forum_test_views/test_views/views.view.test_forum_index.yml |
TranslationLinkTest::$testViews |
property |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/Views/TranslationLinkTest.php |
Views used by this test. |
FormatterInterface::prepareView |
function |
drupal/core/modules/field/lib/Drupal/field/Plugin/Type/Formatter/FormatterInterface.php |
Allows formatters to load information for field values being displayed. |
DisplayExtenderTest::$testViews |
property |
drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/DisplayExtenderTest.php |
Views used by this test. |
views.view.test_view_block2.yml |
file |
drupal/core/modules/block/tests/block_test_views/test_views/views.view.test_view_block2.yml |
drupal/core/modules/block/tests/block_test_views/test_views/views.view.test_view_block2.yml |
access_check.field_ui.view_mode |
service |
drupal/core/modules/field_ui/field_ui.services.yml |
Drupal\field_ui\Access\ViewModeAccessCheck |
comment_admin_overview_validate |
function |
drupal/core/modules/comment/comment.admin.inc |
Form validation handler for comment_admin_overview(). |
BulkFormBase::views_form_submit |
function |
drupal/core/modules/system/lib/Drupal/system/Plugin/views/field/BulkFormBase.php |
Submit handler for the bulk form. |
NodeIntegrationTest::$testViews |
property |
drupal/core/modules/node/lib/Drupal/node/Tests/Views/NodeIntegrationTest.php |
Views used by this test. |
hook_views_plugins_access_alter |
function |
drupal/core/modules/views/views.api.php |
Modify the list of available views access plugins. |
FieldDropButtonTest::$testViews |
property |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FieldDropButtonTest.php |
Views used by this test. |
views-view--frontpage.html.twig |
file |
drupal/core/modules/views/tests/views_test_data/templates/views-view--frontpage.html.twig |
Default theme implementation for the frontpage view template. |
views.view.test_comment_rss.yml |
file |
drupal/core/modules/comment/tests/modules/comment_test_views/test_views/views.view.test_comment_rss.yml |
drupal/core/modules/comment/tests/modules/comment_test_views/test_views/views.view.test_comment_rss.yml |
action_views_form_substitutions |
function |
drupal/core/modules/action/action.views_execution.inc |
Implements hook_views_form_substitutions(). |
ViewPageController::__construct |
function |
drupal/core/modules/views/lib/Drupal/views/Routing/ViewPageController.php |
Constructs a ViewPageController object. |
StyleTableUnitTest::prepareView |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/StyleTableUnitTest.php |
Prepares a view executable by initializing everything which is needed. |
ViewAddFormController::validate |
function |
drupal/core/modules/views_ui/lib/Drupal/views_ui/ViewAddFormController.php |
Overrides Drupal\Core\Entity\EntityFormController::validate(). |
hook_views_plugins_wizard_alter |
function |
drupal/core/modules/views/views.api.php |
Modify the list of available views wizard plugins. |
comment_views_plugins_row_alter |
function |
drupal/core/modules/comment/comment.views.inc |
Implements hook_views_plugins_row_alter(). |
ViewsPluginManager::__construct |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/ViewsPluginManager.php |
Constructs a ViewsPluginManager object. |
views.view.test_access_none.yml |
file |
drupal/core/modules/views/tests/views_test_config/test_views/views.view.test_access_none.yml |
drupal/core/modules/views/tests/views_test_config/test_views/views.view.test_access_none.yml |
views.view.test_view_delete.yml |
file |
drupal/core/modules/views/tests/views_test_config/test_views/views.view.test_view_delete.yml |
drupal/core/modules/views/tests/views_test_config/test_views/views.view.test_view_delete.yml |
ViewStorageController::postSave |
function |
drupal/core/modules/views/lib/Drupal/views/ViewStorageController.php |
Overrides Drupal\config\ConfigStorageController::postSave(). |
views.view.test_status_extra.yml |
file |
drupal/core/modules/node/tests/modules/node_test_views/test_views/views.view.test_status_extra.yml |
drupal/core/modules/node/tests/modules/node_test_views/test_views/views.view.test_status_extra.yml |
ContactFieldsTest::testViewsData |
function |
drupal/core/modules/contact/lib/Drupal/contact/Tests/Views/ContactFieldsTest.php |
Tests the views data generation. |
views_ajax_autocomplete_taxonomy |
function |
drupal/core/modules/views/includes/ajax.inc |
Page callback for views taxonomy autocomplete. |
ForumIntegrationTest::$testViews |
property |
drupal/core/modules/forum/lib/Drupal/forum/Tests/Views/ForumIntegrationTest.php |
Views used by this test. |
views.view.test_feed_display.yml |
file |
drupal/core/modules/views/tests/views_test_config/test_views/views.view.test_feed_display.yml |
drupal/core/modules/views/tests/views_test_config/test_views/views.view.test_feed_display.yml |
views.view.test_page_display.yml |
file |
drupal/core/modules/views/tests/views_test_config/test_views/views.view.test_page_display.yml |
drupal/core/modules/views/tests/views_test_config/test_views/views.view.test_page_display.yml |
views.view.test_field_output.yml |
file |
drupal/core/modules/views/tests/views_test_config/test_views/views.view.test_field_output.yml |
drupal/core/modules/views/tests/views_test_config/test_views/views.view.test_field_output.yml |
ViewExecutable::$current_display |
property |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Identifier of the current display. |