Files

Primary tabs

File namesort descending Location Namespace Description
views.view.test_view.yml drupal/core/modules/views/tests/views_test_config/test_views/views.view.test_view.yml drupal/core/modules/views/tests/views_test_config/test_views/views.view.test_view.yml
views.view.test_views_groupby_save.yml drupal/core/modules/views/tests/views_test_config/test_views/views.view.test_views_groupby_save.yml drupal/core/modules/views/tests/views_test_config/test_views/views.view.test_views_groupby_save.yml
views.view.test_views_handler_field_user_name.yml drupal/core/modules/views/tests/views_test_config/test_views/views.view.test_views_handler_field_user_name.yml drupal/core/modules/views/tests/views_test_config/test_views/views.view.test_views_handler_field_user_name.yml
views.view.test_views_move_to_field.yml drupal/core/modules/views/tests/views_test_config/test_views/views.view.test_views_move_to_field.yml drupal/core/modules/views/tests/views_test_config/test_views/views.view.test_views_move_to_field.yml
views.view.test_views_move_to_handler.yml drupal/core/modules/views/tests/views_test_config/test_views/views.view.test_views_move_to_handler.yml drupal/core/modules/views/tests/views_test_config/test_views/views.view.test_views_move_to_handler.yml
views.view.test_views_move_to_table.yml drupal/core/modules/views/tests/views_test_config/test_views/views.view.test_views_move_to_table.yml drupal/core/modules/views/tests/views_test_config/test_views/views.view.test_views_move_to_table.yml
views.view.test_view_argument_validate_numeric.yml drupal/core/modules/views/tests/views_test_config/test_views/views.view.test_view_argument_validate_numeric.yml drupal/core/modules/views/tests/views_test_config/test_views/views.view.test_view_argument_validate_numeric.yml
views.view.test_view_argument_validate_php.yml drupal/core/modules/views/tests/views_test_config/test_views/views.view.test_view_argument_validate_php.yml drupal/core/modules/views/tests/views_test_config/test_views/views.view.test_view_argument_validate_php.yml
views.view.test_view_argument_validate_user.yml drupal/core/modules/views/tests/views_test_config/test_views/views.view.test_view_argument_validate_user.yml drupal/core/modules/views/tests/views_test_config/test_views/views.view.test_view_argument_validate_user.yml
views.view.test_view_delete.yml 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
views.view.test_view_fieldapi.yml drupal/core/modules/views/tests/views_test_config/test_views/views.view.test_view_fieldapi.yml drupal/core/modules/views/tests/views_test_config/test_views/views.view.test_view_fieldapi.yml
views.view.test_view_handler_weight.yml drupal/core/modules/views/tests/views_test_config/test_views/views.view.test_view_handler_weight.yml drupal/core/modules/views/tests/views_test_config/test_views/views.view.test_view_handler_weight.yml
views.view.test_view_pager_full_zero_items_per_page.yml drupal/core/modules/views/tests/views_test_config/test_views/views.view.test_view_pager_full_zero_items_per_page.yml drupal/core/modules/views/tests/views_test_config/test_views/views.view.test_view_pager_full_zero_items_per_page.yml
views.view.test_view_status.yml drupal/core/modules/views/tests/views_test_config/test_views/views.view.test_view_status.yml drupal/core/modules/views/tests/views_test_config/test_views/views.view.test_view_status.yml
views.view.tracker.yml drupal/core/modules/views/config/views.view.tracker.yml drupal/core/modules/views/config/views.view.tracker.yml
views.views.inc drupal/core/modules/views/views.views.inc Provide views data and handlers that aren't tied to any other module.
ViewsBundle.php drupal/core/modules/views/lib/Drupal/views/ViewsBundle.php Drupal\views Definition of Drupal\views\ViewsBundle.
ViewsDataTest.php drupal/core/modules/views/lib/Drupal/views/Tests/ViewsDataTest.php Drupal\views\Tests Definition of Drupal\views\Tests\ViewsDataTest.
ViewsSearchQuery.php drupal/core/modules/search/lib/Drupal/search/ViewsSearchQuery.php Drupal\search Definition of Drupal\search\ViewsSearchQuery.
ViewStorageController.php drupal/core/modules/views/lib/Drupal/views/ViewStorageController.php Drupal\views Definition of Drupal\views\ViewStorageController.
ViewStorageInterface.php drupal/core/modules/views/lib/Drupal/views/ViewStorageInterface.php Drupal\views Definition of Drupal\views\ViewStorageInterface.
ViewStorageTest.php drupal/core/modules/views/lib/Drupal/views/Tests/ViewStorageTest.php Drupal\views\Tests Definition of Drupal\views\Tests\ViewStorageTest.
ViewSubscriber.php drupal/core/lib/Drupal/Core/EventSubscriber/ViewSubscriber.php Drupal\Core\EventSubscriber Definition of Drupal\Core\EventSubscriber\ViewSubscriber.
views_cache.test.css drupal/core/modules/views/tests/views_test_data/views_cache.test.css Just a placeholder file for the test.
views_test_config.info drupal/core/modules/views/tests/views_test_config/views_test_config.info name = Views Test Config description = Provides default views for tests. package = Testing version = VERSION core = 8.x dependencies[] = views hidden = TRUE
views_test_config.module drupal/core/modules/views/tests/views_test_config/views_test_config.module
views_test_data.info drupal/core/modules/views/tests/views_test_data/views_test_data.info name = Views Test description = Test module for Views. package = Testing version = VERSION core = 8.x dependencies[] = views hidden = TRUE
views_test_data.install drupal/core/modules/views/tests/views_test_data/views_test_data.install Install, update, and uninstall functions for the Views Test module.
views_test_data.module drupal/core/modules/views/tests/views_test_data/views_test_data.module Helper module for Views tests.
views_ui.info drupal/core/modules/views/views_ui/views_ui.info name = Views UI description = Administrative interface for Views. package = Core version = VERSION core = 8.x configure = admin/structure/views dependencies[] = views
views_ui.module drupal/core/modules/views/views_ui/views_ui.module Provide structure for the administrative interface to Views.
ViewTestBase.php drupal/core/modules/views/lib/Drupal/views/Tests/ViewTestBase.php Drupal\views\Tests Contains \Drupal\views\Tests\ViewTestBase.
ViewTestData.php drupal/core/modules/views/lib/Drupal/views/Tests/ViewTestData.php Drupal\views\Tests Contains \Drupal\views\Tests\ViewTestData.
ViewUI.php drupal/core/modules/views/views_ui/lib/Drupal/views_ui/ViewUI.php Drupal\views_ui Definition of Drupal\views_ui\ViewUI.
ViewUnitTestBase.php drupal/core/modules/views/lib/Drupal/views/Tests/ViewUnitTestBase.php Drupal\views\Tests Contains \Drupal\views\Tests\ViewUnitTestBase.
Vocabulary.php drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/Core/Entity/Vocabulary.php Drupal\taxonomy\Plugin\Core\Entity Definition of Drupal\taxonomy\Plugin\Core\Entity\Vocabulary.
VocabularyFormController.php drupal/core/modules/taxonomy/lib/Drupal/taxonomy/VocabularyFormController.php Drupal\taxonomy Definition of Drupal\taxonomy\VocabularyFormController.
VocabularyLanguageTest.php drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/VocabularyLanguageTest.php Drupal\taxonomy\Tests Definition of Drupal\taxonomy\Tests\VocabularyLanguageTest.
VocabularyMachineName.php drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/views/argument/VocabularyMachineName.php Drupal\taxonomy\Plugin\views\argument Definition of Drupal\taxonomy\Plugin\views\argument\VocabularyMachineName.
VocabularyMachineName.php drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/views/filter/VocabularyMachineName.php Drupal\taxonomy\Plugin\views\filter Definition of Drupal\taxonomy\Plugin\views\filter\VocabularyMachineName.
VocabularyStorageController.php drupal/core/modules/taxonomy/lib/Drupal/taxonomy/VocabularyStorageController.php Drupal\taxonomy Definition of VocabularyStorageController.
VocabularyTest.php drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/VocabularyTest.php Drupal\taxonomy\Tests Definition of Drupal\taxonomy\Tests\VocabularyTest.
VocabularyUnitTest.php drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/VocabularyUnitTest.php Drupal\taxonomy\Tests Definition of Drupal\taxonomy\Tests\VocabularyUnitTest.
VocabularyVid.php drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/views/argument/VocabularyVid.php Drupal\taxonomy\Plugin\views\argument Definition of Drupal\taxonomy\Plugin\views\argument\VocabularyVid.
VocabularyVid.php drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/views/filter/VocabularyVid.php Drupal\taxonomy\Plugin\views\filter Definition of Drupal\taxonomy\Plugin\views\filter\VocabularyVid.
WarmableInterface.php drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/CacheWarmer/WarmableInterface.php Symfony\Component\HttpKernel\CacheWarmer
WebTestBase.php drupal/core/modules/simpletest/lib/Drupal/simpletest/WebTestBase.php Drupal\simpletest Definition of Drupal\simpletest\WebTestBase.
whitespace_control.test drupal/core/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/raw/whitespace_control.test
WidgetBase.php drupal/core/modules/field/lib/Drupal/field/Plugin/Type/Widget/WidgetBase.php Drupal\field\Plugin\Type\Widget Definition of Drupal\field\Plugin\Type\Widget\WidgetBase.
WidgetBaseInterface.php drupal/core/modules/field/lib/Drupal/field/Plugin/Type/Widget/WidgetBaseInterface.php Drupal\field\Plugin\Type\Widget Definition of Drupal\field\Plugin\Type\Widget\WidgetBaseInterface.

Pages

Other projects