Search for module

  1. Search 7.x for module
  2. Search 9.5.x for module
  3. Search 8.9.x for module
  4. Search 10.3.x for module
  5. Search 11.x for module
  6. Other projects
Title Object type File name Summary
ViewAddForm::$moduleHandler property core/modules/views_ui/src/ViewAddForm.php The module handler service.
ViewEditForm::$moduleHandler property core/modules/views_ui/src/ViewEditForm.php The module handler service.
ViewEntityDependenciesTest::$modules property core/modules/views/tests/src/Kernel/Entity/ViewEntityDependenciesTest.php Modules to install.
ViewExecutableTest::$modules property core/modules/views/tests/src/Kernel/ViewExecutableTest.php Modules to install.
ViewJsonBasicAuthTest::$modules property core/modules/views/tests/src/Functional/Rest/ViewJsonBasicAuthTest.php Modules to install.
ViewModeTest::$modules property core/modules/node/tests/src/Kernel/Plugin/migrate/source/d6/ViewModeTest.php Modules to install.
ViewModeTest::$modules property core/modules/field/tests/src/Kernel/Plugin/migrate/source/d7/ViewModeTest.php Modules to install.
ViewNonTranslatableEntityTest::$modules property core/modules/views/tests/src/Functional/Entity/ViewNonTranslatableEntityTest.php Modules to install.
ViewResourceTestBase::$modules property core/modules/views/tests/src/Functional/Rest/ViewResourceTestBase.php Modules to install.
views.module file core/modules/views/views.module
views.module.css file core/modules/views/css/views.module.css /* Grid style column align. */
.views-view-grid .views-col {
float: left;
}
.views-view-grid .views-row {
float: left;
clear: both;
width: 100%;
}
/* Provide some space between display links. */
.views-display-link + .views-display-link {
views.module.css file core/themes/stable9/css/views/views.module.css /* table style column align */
.views-align-left {
text-align: left;
}
.views-align-right {
text-align: right;
}
.views-align-center {
text-align: center;
}
/* Grid style column align. */
.views-view-grid .views-col {
float:…
ViewsAddDefaultTableCssClassUpdateTest::$modules property core/modules/views/tests/src/Functional/Update/ViewsAddDefaultTableCssClassUpdateTest.php Modules to install after the database is loaded.
ViewsBlockTest::$modules property core/modules/views/tests/src/Kernel/Plugin/ViewsBlockTest.php Modules to install.
ViewsBlockTest::$modules property core/modules/views_ui/tests/src/Kernel/ViewsBlockTest.php Modules to install.
ViewsBulkTest::$modules property core/modules/views/tests/src/Functional/Plugin/ViewsBulkTest.php Modules to install.
ViewsConfigDependenciesIntegrationTest::$modules property core/modules/views/tests/src/Kernel/ViewsConfigDependenciesIntegrationTest.php Modules to install.
ViewsConfigUpdaterTest::$modules property core/modules/views/tests/src/Kernel/ViewsConfigUpdaterTest.php Modules to install.
ViewsConfigUpdaterTest::$modules property core/modules/views/tests/src/Functional/ViewsConfigUpdaterTest.php Modules to install.
ViewsDataIntegrationTest::$modules property core/modules/content_moderation/tests/src/Kernel/ViewsDataIntegrationTest.php Modules to install.
ViewsDataTest::$moduleHandler property core/modules/views/tests/src/Unit/ViewsDataTest.php The mocked module handler.
ViewsDataTest::$modules property core/modules/options/tests/src/Kernel/Views/ViewsDataTest.php Modules to install.
ViewsDataTest::setUpMockModuleHandler function core/modules/views/tests/src/Unit/ViewsDataTest.php Reinitializes the module handler as a mock object.
ViewsDataTest::setUpMockModuleHandlerWithExpectation function core/modules/views/tests/src/Unit/ViewsDataTest.php Reinitializes the module handler as a mock object with an expectation.
ViewSelectionEntityReferenceTest::$modules property core/modules/views/tests/src/Kernel/Entity/ViewSelectionEntityReferenceTest.php Modules to install.
ViewsEntitySchemaSubscriberIntegrationTest::$modules property core/modules/views/tests/src/Kernel/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php Modules to install.
ViewsEscapingTest::$modules property core/modules/views/tests/src/Functional/ViewsEscapingTest.php We need theme_test for testing against test_base_theme and test_subtheme.
ViewsFormAlterTest::$modules property core/modules/views/tests/src/Functional/ViewsFormAlterTest.php Modules to install.
ViewsFormTest::$modules property core/modules/views/tests/src/Functional/Plugin/ViewsFormTest.php Modules to install.
ViewsHandlerManagerTest::$moduleHandler property core/modules/views/tests/src/Unit/ViewsHandlerManagerTest.php The module handler service.
ViewsHandlerManagerTest::setUpMockModuleHandler function core/modules/views/tests/src/Unit/ViewsHandlerManagerTest.php Reinitializes the module handler as a mock object.
ViewsHooksTest::$moduleHandler property core/modules/views/tests/src/Kernel/ViewsHooksTest.php The module handler to use for invoking hooks.
ViewsIntegrationTest::$modules property core/modules/search/tests/src/Functional/views/ViewsIntegrationTest.php Modules to install.
ViewsIntegrationTest::$modules property core/modules/responsive_image/tests/src/Functional/ViewsIntegrationTest.php Modules to install.
ViewsIntegrationTest::$modules property core/modules/dblog/tests/src/Kernel/Views/ViewsIntegrationTest.php Modules to install.
ViewsKernelTestBase::$modules property core/modules/views/tests/src/Kernel/ViewsKernelTestBase.php Modules to install.
ViewsListingTest::$modules property core/modules/views_ui/tests/src/FunctionalJavascript/ViewsListingTest.php Modules to install.
ViewsListTest::$modules property core/modules/views_ui/tests/src/Functional/ViewsListTest.php Modules to install.
ViewsModerationStateFilterTest::$modules property core/modules/content_moderation/tests/src/Kernel/ViewsModerationStateFilterTest.php Modules to install.
ViewsModerationStateFilterTest::$modules property core/modules/content_moderation/tests/src/Functional/ViewsModerationStateFilterTest.php Modules to install.
ViewsModerationStateSortTest::$modules property core/modules/content_moderation/tests/src/Kernel/ViewsModerationStateSortTest.php Modules to install.
ViewsMultilingualTest::$modules property core/modules/search/tests/src/Functional/views/ViewsMultilingualTest.php Modules to install.
ViewsNoResultsBehaviorTest::$modules property core/modules/views/tests/src/Functional/ViewsNoResultsBehaviorTest.php Modules to install.
ViewsPreprocessTest::$modules property core/modules/views/tests/src/Kernel/ViewsPreprocessTest.php Modules to install.
ViewsSelection::$moduleHandler property core/modules/views/src/Plugin/EntityReferenceSelection/ViewsSelection.php The module handler service.
ViewsThemeIntegrationTest::$modules property core/modules/views/tests/src/Functional/ViewsThemeIntegrationTest.php We need theme_test for testing against test_base_theme and test_subtheme.
ViewStyleHtmlListTest::$modules property core/modules/views/tests/src/Functional/ViewStyleHtmlListTest.php Modules to install.
ViewsUiIntegrationTest::$modules property core/modules/media_library/tests/src/FunctionalJavascript/ViewsUiIntegrationTest.php Modules to install.
ViewsWizardTest::$modules property core/modules/views_ui/tests/src/FunctionalJavascript/ViewsWizardTest.php Modules to install.
views_test_data.module file core/modules/views/tests/modules/views_test_data/views_test_data.module

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.