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
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
ViewsBlockTest::$modules property core/modules/views/tests/src/Kernel/Plugin/ViewsBlockTest.php
ViewsBlockTest::$modules property core/modules/views_ui/tests/src/Kernel/ViewsBlockTest.php
ViewsBulkTest::$modules property core/modules/views/tests/src/Functional/Plugin/ViewsBulkTest.php
ViewsConfigDependenciesIntegrationTest::$modules property core/modules/views/tests/src/Kernel/ViewsConfigDependenciesIntegrationTest.php
ViewsConfigUpdaterTest::$modules property core/modules/views/tests/src/Kernel/ViewsConfigUpdaterTest.php
ViewsConfigUpdaterTest::$modules property core/modules/views/tests/src/Functional/ViewsConfigUpdaterTest.php
ViewsData::$moduleHandler property core/modules/views/src/ViewsData.php Stores a module manager to invoke hooks.
ViewsDataIntegrationTest::$modules property core/modules/content_moderation/tests/src/Kernel/ViewsDataIntegrationTest.php
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
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
ViewsEntitySchemaSubscriberIntegrationTest::$modules property core/modules/views/tests/src/Kernel/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php
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
ViewsFormTest::$modules property core/modules/views/tests/src/Functional/Plugin/ViewsFormTest.php
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
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
ViewsListingTest::$modules property core/modules/views_ui/tests/src/FunctionalJavascript/ViewsListingTest.php
ViewsListTest::$modules property core/modules/views_ui/tests/src/Functional/ViewsListTest.php
ViewsModerationStateFilterTest::$modules property core/modules/content_moderation/tests/src/Kernel/ViewsModerationStateFilterTest.php
ViewsModerationStateFilterTest::$modules property core/modules/content_moderation/tests/src/Functional/ViewsModerationStateFilterTest.php
ViewsModerationStateSortTest::$modules property core/modules/content_moderation/tests/src/Kernel/ViewsModerationStateSortTest.php
ViewsMultilingualTest::$modules property core/modules/search/tests/src/Functional/views/ViewsMultilingualTest.php
ViewsNoResultsBehaviorTest::$modules property core/modules/views/tests/src/Functional/ViewsNoResultsBehaviorTest.php
ViewsPreprocessTest::$modules property core/modules/views/tests/src/Kernel/ViewsPreprocessTest.php
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
ViewsUiIntegrationTest::$modules property core/modules/media_library/tests/src/FunctionalJavascript/ViewsUiIntegrationTest.php
ViewsWizardTest::$modules property core/modules/views_ui/tests/src/FunctionalJavascript/ViewsWizardTest.php
views_test_data.module file core/modules/views/tests/modules/views_test_data/views_test_data.module
views_ui.module file core/modules/views_ui/views_ui.module
ViewTest::$modules property core/modules/jsonapi/tests/src/Functional/ViewTest.php Modules to install.
ViewTestBase::$modules property core/modules/views/tests/src/Functional/ViewTestBase.php
ViewTestBase::enableViewsTestModule function core/modules/views/tests/src/Functional/ViewTestBase.php Sets up the views_test_data.module.
ViewTranslationTest::$modules property core/modules/views/tests/src/Functional/ViewTranslationTest.php
ViewValidationTest::$modules property core/modules/views/tests/src/Kernel/Entity/ViewValidationTest.php
ViewXmlBasicAuthTest::$modules property core/modules/views/tests/src/Functional/Rest/ViewXmlBasicAuthTest.php
VocabularyCrudTest::$modules property core/modules/taxonomy/tests/src/Kernel/VocabularyCrudTest.php

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