Search for table
Exact matches
| Title | Object type | File name | Summary |
|---|---|---|---|
| Table | class | core/ |
Style plugin to render each item as a row in a table. |
| Table | class | core/ |
Provides a render element for a table. |
All search results
| Title | Object type | File name | Summary |
|---|---|---|---|
| ViewExecutableTest::testSetItemsPerPageBeforePreRender | function | core/ |
@covers ::setItemsPerPage[[api-linebreak]] @covers ::getItemsPerPage[[api-linebreak]] |
| ViewExecutableTest::testSetItemsPerPageDuringPreRender | function | core/ |
@covers ::setItemsPerPage[[api-linebreak]] @covers ::getItemsPerPage[[api-linebreak]] |
| ViewExecutableTest::testSetOffsetBeforePreRender | function | core/ |
@covers ::setOffset[[api-linebreak]] @covers ::getOffset[[api-linebreak]] |
| ViewExecutableTest::testSetOffsetDuringPreRender | function | core/ |
@covers ::setOffset[[api-linebreak]] @covers ::getOffset[[api-linebreak]] |
| ViewExecutableTest::testValidate | function | core/ |
Tests the validation of display handlers. |
| ViewExecutableTest::testValidateNestedLoops | function | core/ |
Tests that nested loops of the display handlers won't break validation. |
| ViewNonTranslatableEntityTest | class | core/ |
Tests the view creation of non-translatable entities. |
| ViewNonTranslatableEntityTest.php | file | core/ |
|
| ViewNonTranslatableEntityTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| ViewNonTranslatableEntityTest::$modules | property | core/ |
Modules to install. |
| ViewNonTranslatableEntityTest::testViewNoTranslatableEntity | function | core/ |
Tests displaying a view of non-translatable entities. |
| views-ui-style-plugin-table.html.twig | file | core/ |
Default template for the settings of a table style views display. |
| views-ui-style-plugin-table.html.twig | file | core/ |
Theme override for the settings of a table style views display. |
| views-ui-views-listing-table.html.twig | file | core/ |
Theme override for views listing table. |
| views-ui-views-listing-table.html.twig | file | core/ |
Default theme implementation for views listing table. |
| views-view-table.html.twig | file | core/ |
Default theme implementation for displaying a view as a table. |
| views-view-table.html.twig | file | core/ |
Theme override for displaying a view as a table. |
| views-view-table.html.twig | file | core/ |
Theme override for implementation of displaying a view as a table. |
| views-view-table.html.twig | file | core/ |
Theme override for displaying a view as a table. |
| views-view-table.html.twig | file | core/ |
Theme override for displaying a view as a table. |
| views-view-table.html.twig | file | core/ |
Theme override for displaying a view as a table. |
| views.executable | service | core/ |
Drupal\views\ViewExecutableFactory |
| views.view.test_content_moderation_state_filter_base_table.yml | file | core/ |
core/modules/content_moderation/tests/modules/content_moderation_test_views/config/install/views.view.test_content_moderation_state_filter_base_table.yml |
| views.view.test_content_moderation_state_filter_base_table_filter_group_or.yml | file | core/ |
core/modules/content_moderation/tests/modules/content_moderation_test_views/config/install/views.view.test_content_moderation_state_filter_base_table_filter_group_or.yml |
| views.view.test_content_moderation_state_filter_base_table_filter_on_revision.yml | file | core/ |
core/modules/content_moderation/tests/modules/content_moderation_test_views/config/install/views.view.test_content_moderation_state_filter_base_table_filter_on_revision.yml |
| views.view.test_content_moderation_state_filter_revision_table.yml | file | core/ |
core/modules/content_moderation/tests/modules/content_moderation_test_views/config/install/views.view.test_content_moderation_state_filter_revision_table.yml |
| views.view.test_content_moderation_state_sort_base_table.yml | file | core/ |
core/modules/content_moderation/tests/modules/content_moderation_test_views/config/install/views.view.test_content_moderation_state_sort_base_table.yml |
| views.view.test_content_moderation_state_sort_revision_table.yml | file | core/ |
core/modules/content_moderation/tests/modules/content_moderation_test_views/config/install/views.view.test_content_moderation_state_sort_revision_table.yml |
| views.view.test_executable_displays.yml | file | core/ |
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_executable_displays.yml |
| views.view.test_table.yml | file | core/ |
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_table.yml |
| Views::executableFactory | function | core/ |
Returns the view executable factory service. |
| ViewsBlockBase::getViewExecutable | function | core/ |
Gets the view executable. |
| ViewsBlockTest::$executable | property | core/ |
The view executable. |
| ViewsBlockTest::$executableFactory | property | core/ |
The view executable factory. |
| ViewsConfigDependenciesIntegrationTest::testConfigRemovalBaseTable | function | core/ |
Tests uninstalling a module that provides a base table for a View. |
| ViewsConfigEntityTestViewsData::getViewsTableForEntityType | function | core/ |
Gets the table of an entity type to be used as base table in views. |
| ViewsConfigUpdater::$multivalueBaseFieldsUpdateTableInfo | property | core/ |
An array of helper data for the multivalue base field update. |
| ViewsData::fetchBaseTables | function | core/ |
Fetches a list of all base tables available. |
| ViewsDataTest::testCacheCallsWithoutWarmCacheAndGetAllTables | function | core/ |
Tests the cache calls for all views data without a warm cache. |
| ViewsDataTest::testCacheCallsWithoutWarmCacheAndGetMultipleTables | function | core/ |
Tests the cache calls for multiple tables without warm caches. |
| ViewsDataTest::testCacheCallsWithSameTableMultipleTimes | function | core/ |
Tests the cache backend behavior with requesting the same table multiple. |
| ViewsDataTest::testCacheCallsWithSameTableMultipleTimesAndWarmCache | function | core/ |
Tests the cache calls for a single table and warm cache. |
| ViewsDataTest::testCacheCallsWithWarmCacheAndDifferentTable | function | core/ |
Tests the cache calls for a different table than the one in cache. |
| ViewsDataTest::testCacheCallsWithWarmCacheAndGetAllTables | function | core/ |
Tests the cache calls for all views data. |
| ViewsDataTest::testCacheCallsWithWarmCacheAndInvalidTable | function | core/ |
Tests the cache calls for a non-existent table. |
| ViewsDataTest::testCacheCallsWithWarmCacheForInvalidTable | function | core/ |
Tests the cache calls for a non-existent table. |
| ViewsDataTest::testFetchBaseTables | function | core/ |
Tests the fetchBaseTables() method. |
| ViewsDataTest::testFullAndTableGetCache | function | core/ |
Tests the cache of the full and single table data. |
| ViewsDataTest::testNonExistingTableGetCache | function | core/ |
Tests building the views data with a non existing table. |
| ViewsDataTest::testSingleTableGetCache | function | core/ |
Tests the caching of the views data for a specific table. |
Pagination
- Previous page
- Page 35
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.