Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 8.9.x for all
- Search 10.3.x for all
- Search 11.x for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| views_ui_add_ajax_wrapper | function | core/ |
Adds a wrapper to a form region (for AJAX refreshes) after the build. |
| views_ui_add_limited_validation | function | core/ |
Limits validation errors for a non-JavaScript fallback submit button. |
| views_ui_ajax_update_form | function | core/ |
Updates a part of the add view form via AJAX. |
| views_ui_build_form_url | function | core/ |
Creates the menu path for a standard AJAX form given the form state. |
| views_ui_contextual_links_suppress | function | core/ |
Sets a static variable for controlling whether contextual links are rendered. |
| views_ui_contextual_links_suppress_pop | function | core/ |
Decrements the views_ui_contextual_links_suppress() static variable. |
| views_ui_contextual_links_suppress_push | function | core/ |
Increments the views_ui_contextual_links_suppress() static variable. |
| views_ui_form_button_was_clicked | function | core/ |
The #process callback for a button. |
| views_ui_nojs_submit | function | core/ |
Non-JavaScript fallback for updating the add view form. |
| views_ui_standard_display_dropdown | function | core/ |
Adds an element to select either the default display or the current display. |
| views_ui_test.info.yml | file | core/ |
core/modules/views_ui/tests/modules/views_ui_test/views_ui_test.info.yml |
| views_ui_test.libraries.yml | file | core/ |
core/modules/views_ui/tests/modules/views_ui_test/views_ui_test.libraries.yml |
| views_ui_test.test.css | file | core/ |
Just a placeholder file for the test. |
| views_ui_test_field.info.yml | file | core/ |
core/modules/views_ui/tests/modules/views_ui_test_field/views_ui_test_field.info.yml |
| views_ui_test_theme.info.yml | file | core/ |
core/modules/views_ui/tests/themes/views_ui_test_theme/views_ui_test_theme.info.yml |
| views_ui_test_theme.theme | file | core/ |
|
| views_ui_test_theme_views_ui_display_tab_alter | function | core/ |
Implements hook_views_ui_display_tab_alter(). |
| views_ui_test_theme_views_ui_display_top_alter | function | core/ |
Implements hook_views_ui_display_top_alter(). |
| views_ui_view_preview_section_display_category_links | function | core/ |
Returns a link to editing a certain display setting. |
| views_ui_view_preview_section_handler_links | function | core/ |
Returns contextual links for each handler of a certain section. |
| views_ui_view_preview_section_rows_links | function | core/ |
Returns all contextual links for the main content part of the view. |
| views_update_last_removed | function | core/ |
Implements hook_update_last_removed(). |
| views_view_is_disabled | function | core/ |
Returns whether the view is disabled. |
| views_view_is_enabled | function | core/ |
Returns whether the view is enabled. |
| ViewTest | class | core/ |
Tests Drupal\views\Plugin\views\area\View. |
| ViewTest | class | core/ |
JSON:API integration test for the "View" config entity type. |
| ViewTest.php | file | core/ |
|
| ViewTest.php | file | core/ |
|
| ViewTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| ViewTest::$entity | property | core/ |
|
| ViewTest::$entityStorage | property | core/ |
The mocked entity storage. |
| ViewTest::$entityTypeId | property | core/ |
The tested entity type. |
| ViewTest::$modules | property | core/ |
Modules to install. |
| ViewTest::$resourceTypeName | property | core/ |
The name of the tested JSON:API resource type. |
| ViewTest::$viewHandler | property | core/ |
The view handler. |
| ViewTest::createEntity | function | core/ |
Creates the entity to be tested. |
| ViewTest::getExpectedDocument | function | core/ |
Returns the expected JSON:API document for the entity. |
| ViewTest::getPostDocument | function | core/ |
Returns the JSON:API POST document. |
| ViewTest::setUp | function | core/ |
|
| ViewTest::setUpAuthorization | function | core/ |
Sets up the necessary authorization. |
| ViewTest::testCalculateDependencies | function | core/ |
Tests calculate dependencies. |
| ViewTestBase | class | core/ |
Defines a base class for Views testing in the full web test environment. |
| ViewTestBase.php | file | core/ |
|
| ViewTestBase::$modules | property | core/ |
Modules to install. |
| ViewTestBase::dataSet | function | core/ |
Returns a very simple test dataset. |
| ViewTestBase::enableViewsTestModule | function | core/ |
Sets up the views_test_data.module. |
| ViewTestBase::executeView | function | core/ |
Executes a view. |
| ViewTestBase::helperButtonHasLabel | function | core/ |
Asserts the existence of a button with a certain ID and label. |
| ViewTestBase::orderResultSet | function | core/ |
Orders a nested array containing a result set based on a given column. |
| ViewTestBase::schemaDefinition | function | core/ |
Returns the schema definition. |
Pagination
- Previous page
- Page 1824
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.