Search for set

  1. Search 7.x for set
  2. Search 9.5.x for set
  3. Search 8.9.x for set
  4. Search 10.3.x for set
  5. Search main for set
  6. Other projects
Title Object type File name Summary
ViewsDataTest::setUp function core/modules/views/tests/src/Unit/ViewsDataTest.php
ViewsDataTest::setupMockedModuleHandler function core/modules/views/tests/src/Unit/ViewsDataTest.php Mocks the basic module handler used for the test.
ViewsDataTest::testClearResetsFullyLoaded function core/modules/views/tests/src/Unit/ViewsDataTest.php Tests that clear() resets the fullyLoaded property.
ViewsDataTest::testFetchBaseTables function core/modules/views/tests/src/Unit/ViewsDataTest.php Tests the fetchBaseTables() method.
ViewsDataTest::testFullyLoadedPropertySetAfterCacheLoad function core/modules/views/tests/src/Unit/ViewsDataTest.php Tests that fullyLoaded is TRUE when data is loaded from cache.
ViewsDataTest::testFullyLoadedPropertySetAfterDataLoad function core/modules/views/tests/src/Unit/ViewsDataTest.php Tests that fullyLoaded is only set to TRUE after data is completely loaded.
ViewsDataTest::testFullyLoadedSetByGetMethod function core/modules/views/tests/src/Unit/ViewsDataTest.php Tests fullyLoaded with get() method triggering full data load.
ViewSelectionEntityReferenceTest::setUp function core/modules/views/tests/src/Kernel/Entity/ViewSelectionEntityReferenceTest.php
ViewsEntitySchemaSubscriber::baseTableRename function core/modules/views/src/EventSubscriber/ViewsEntitySchemaSubscriber.php Updates views if a base table is renamed.
ViewsEntitySchemaSubscriberIntegrationTest::setUp function core/modules/views/tests/src/Kernel/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php
ViewsEntitySchemaSubscriberIntegrationTest::testBaseTableRename function core/modules/views/tests/src/Kernel/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php Tests that renaming base tables adapts the views.
ViewsEntitySchemaSubscriberIntegrationTest::testRevisionBaseTableRename function core/modules/views/tests/src/Kernel/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php Tests that renaming revision tables adapts the views.
ViewsEscapingTest::setUp function core/modules/views/tests/src/Functional/ViewsEscapingTest.php Sets up the test.
ViewsFormBase::setID function core/modules/views_ui/src/Form/Ajax/ViewsFormBase.php Sets the ID for this form.
ViewsFormBase::setType function core/modules/views_ui/src/Form/Ajax/ViewsFormBase.php Sets the type for this form.
ViewsFormMultipleTest::setUp function core/modules/views/tests/src/Functional/ViewsFormMultipleTest.php Sets up the test.
ViewsHandlerInterface::setRelationship function core/modules/views/src/Plugin/views/ViewsHandlerInterface.php Sets up any needed relationship.
ViewsHandlerManagerTest::setUp function core/modules/views/tests/src/Unit/ViewsHandlerManagerTest.php
ViewsHandlerManagerTest::setupMockedFactory function core/modules/views/tests/src/Unit/ViewsHandlerManagerTest.php Setups of the plugin factory.
ViewsHooksTest::setUp function core/modules/views/tests/src/Kernel/ViewsHooksTest.php
ViewsIntegrationTest::setUp function core/modules/responsive_image/tests/src/Functional/ViewsIntegrationTest.php Sets up the test.
ViewsIntegrationTest::setUp function core/modules/dblog/tests/src/Kernel/Views/ViewsIntegrationTest.php
ViewsKernelTestBase::dataSet function core/modules/views/tests/src/Kernel/ViewsKernelTestBase.php Returns a very simple test dataset.
ViewsKernelTestBase::orderResultSet function core/modules/views/tests/src/Kernel/ViewsKernelTestBase.php Orders a nested array containing a result set based on a given column.
ViewsKernelTestBase::setUp function core/modules/views/tests/src/Kernel/ViewsKernelTestBase.php
ViewsKernelTestBase::setUpFixtures function core/modules/views/tests/src/Kernel/ViewsKernelTestBase.php Sets up the configuration and schema of views and views_test_data modules.
ViewsListingTest::setUp function core/modules/views_ui/tests/src/FunctionalJavascript/ViewsListingTest.php
ViewsListTest::setUp function core/modules/views_ui/tests/src/Functional/ViewsListTest.php Sets up the test.
ViewsLocalTaskTest::setUp function core/modules/views/tests/src/Unit/Plugin/Derivative/ViewsLocalTaskTest.php
ViewsLoggerTestTrait::setUpMockLoggerWithMissingEntity function core/modules/views/tests/src/Traits/ViewsLoggerTestTrait.php Sets up a mock logger for when views can't load an entity.
ViewsMenuLinkTest::setUp function core/modules/views/tests/src/Kernel/Plugin/Display/ViewsMenuLinkTest.php
ViewsModerationStateFilterTest::executeAndAssertIdenticalResultset function core/modules/content_moderation/tests/src/Functional/ViewsModerationStateFilterTest.php Execute a view and assert the expected results.
ViewsModerationStateFilterTest::setUp function core/modules/content_moderation/tests/src/Kernel/ViewsModerationStateFilterTest.php
ViewsModerationStateFilterTest::setUp function core/modules/content_moderation/tests/src/Functional/ViewsModerationStateFilterTest.php Sets up the test.
ViewsModerationStateSortTest::setUp function core/modules/content_moderation/tests/src/Kernel/ViewsModerationStateSortTest.php
ViewsModerationStateSortTest::testSortBaseTable function core/modules/content_moderation/tests/src/Kernel/ViewsModerationStateSortTest.php Tests sorting with a standard data base table.
ViewsModerationStateSortTest::testSortRevisionBaseTable function core/modules/content_moderation/tests/src/Kernel/ViewsModerationStateSortTest.php Tests sorting with the revision base table.
ViewsNoResultsBehaviorTest::setUp function core/modules/views/tests/src/Functional/ViewsNoResultsBehaviorTest.php Sets up the test.
ViewsPluginInterface::preRenderAddFieldsetMarkup function core/modules/views/src/Plugin/views/ViewsPluginInterface.php Moves form elements into fieldsets for presentation purposes.
ViewsPreprocessTest::setUp function core/modules/views/tests/src/Kernel/ViewsPreprocessTest.php
ViewsPreprocessTest::testEmptyPaginationHeadingLevelSet function core/modules/views/tests/src/Kernel/ViewsPreprocessTest.php Tests template_preprocess_views_mini_pager() when an empty pagination_heading_level value is passed.
ViewsPreprocessTest::testPaginationHeadingLevelNotSet function core/modules/views/tests/src/Kernel/ViewsPreprocessTest.php Tests template_preprocess_views_mini_pager() when no pagination_heading_level is passed.
ViewsPreprocessTest::testPaginationHeadingLevelSet function core/modules/views/tests/src/Kernel/ViewsPreprocessTest.php Tests template_preprocess_views_mini_pager() when a pagination_heading_level value is passed.
ViewsSelection::settingsFormValidate function core/modules/views/src/Plugin/EntityReferenceSelection/ViewsSelection.php Element validate; Check View is valid.
ViewsTest::setUp function core/modules/views/tests/src/Unit/ViewsTest.php
ViewsTestEntity::setMockedBaseFieldDefinitions function core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php Sets up the mocked base field definitions.
ViewsThemeIntegrationTest::setUp function core/modules/views/tests/src/Functional/ViewsThemeIntegrationTest.php Sets up the test.
ViewStyleHtmlListTest::setUp function core/modules/views/tests/src/Functional/ViewStyleHtmlListTest.php Sets up the test.
ViewsUiIntegrationTest::setUp function core/modules/media_library/tests/src/FunctionalJavascript/ViewsUiIntegrationTest.php
ViewsUiThemeHooks::preprocessDisplayTabSetting function core/modules/views_ui/src/Hook/ViewsUiThemeHooks.php Prepares variables for Views UI display tab setting templates.

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