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
RouteProviderTest::setUp function core/tests/Drupal/KernelTests/Core/Entity/RouteProviderTest.php
RouterListener::setCurrentRequest function core/lib/Drupal/Core/Http/EventListener/RouterListener.php Sets the request on the request context.
RouterPermissionTest::setUp function core/modules/system/tests/src/Kernel/Routing/RouterPermissionTest.php
RouterTest::setUp function core/tests/Drupal/KernelTests/Core/Routing/RouterTest.php
RoutesTest::setUp function core/modules/jsonapi/tests/src/Unit/Routing/RoutesTest.php
RouteSubscriber::reset function core/modules/views/src/EventSubscriber/RouteSubscriber.php Resets the internal state of the route subscriber.
RouteSubscriber::setUpBaseRoute function core/modules/block_content/src/Routing/RouteSubscriber.php Gets parameters from a base route and saves them in class variables.
RouteSubscriberTest::setUp function core/modules/views/tests/src/Unit/EventSubscriber/RouteSubscriberTest.php
RouteSubscriberTest::setupMocks function core/modules/views/tests/src/Unit/EventSubscriber/RouteSubscriberTest.php Sets up mocks of Views objects needed for testing.
Row::setDestinationProperty function core/modules/migrate/src/Row.php Sets destination properties.
Row::setEmptyDestinationProperty function core/modules/migrate/src/Row.php Sets a destination to be empty.
Row::setIdMap function core/modules/migrate/src/Row.php Sets the Migrate ID mappings.
Row::setSourceProperty function core/modules/migrate/src/Row.php Sets a source property if the row is not frozen.
RowEntityRenderersTest::setUp function core/modules/views/tests/src/Kernel/Entity/RowEntityRenderersTest.php
RowEntityRenderersTest::testRevisionBaseTable function core/modules/views/tests/src/Kernel/Entity/RowEntityRenderersTest.php Tests the row renderer with a revision base table.
RowEntityTest::setUp function core/modules/views/tests/src/Kernel/Plugin/RowEntityTest.php
RowPluginTest::setUp function core/modules/node/tests/src/Kernel/Views/RowPluginTest.php
RowRenderCacheTest::setUpFixtures function core/modules/views/tests/src/Kernel/Plugin/RowRenderCacheTest.php Sets up the configuration and schema of views and views_test_data modules.
RowTest::setOutput function core/modules/views/tests/modules/views_test_data/src/Plugin/views/row/RowTest.php Sets the output property.
RowTest::setUp function core/modules/migrate/tests/src/Kernel/RowTest.php
RowTest::testGetSetIdMap function core/modules/migrate/tests/src/Unit/RowTest.php Tests getting/setting the ID Map.
RowTest::testSetFrozenRow function core/modules/migrate/tests/src/Unit/RowTest.php Tests setting on a frozen row.
RssDefaultRowViewModeUpdateTest::setDatabaseDumpFiles function core/modules/views/tests/src/Functional/Update/RssDefaultRowViewModeUpdateTest.php
RssFieldsTest::setUp function core/modules/views/tests/src/Kernel/Plugin/RssFieldsTest.php
RssTest::setUp function core/modules/taxonomy/tests/src/Functional/RssTest.php
RssTest::setUp function core/modules/taxonomy/tests/src/Kernel/RssTest.php
RsyncValidatorTest::setUp function core/modules/package_manager/tests/src/Kernel/RsyncValidatorTest.php
SandboxManagerBase::setMetadata function core/modules/package_manager/src/SandboxManagerBase.php Stores arbitrary metadata associated with this stage.
SandboxManagerBase::setNotApplying function core/modules/package_manager/src/SandboxManagerBase.php Returns a closure that marks this stage as no longer being applied.
SandboxManagerBaseTest class core/modules/package_manager/tests/src/Unit/SandboxManagerBaseTest.php Tests Drupal\package_manager\SandboxManagerBase.
SandboxManagerBaseTest class core/modules/package_manager/tests/src/Kernel/SandboxManagerBaseTest.php Tests Drupal\package_manager\SandboxManagerBase.
SandboxManagerBaseTest.php file core/modules/package_manager/tests/src/Unit/SandboxManagerBaseTest.php
SandboxManagerBaseTest.php file core/modules/package_manager/tests/src/Kernel/SandboxManagerBaseTest.php
SandboxManagerBaseTest::$modules property core/modules/package_manager/tests/src/Kernel/SandboxManagerBaseTest.php
SandboxManagerBaseTest::providerFailureDuringComposerStagerOperations function core/modules/package_manager/tests/src/Kernel/SandboxManagerBaseTest.php Data provider for ::testFailureDuringComposerStagerOperations().
SandboxManagerBaseTest::providerStoreDestroyInfo function core/modules/package_manager/tests/src/Kernel/SandboxManagerBaseTest.php Data provider for testStoreDestroyInfo().
SandboxManagerBaseTest::providerValidateRequirements function core/modules/package_manager/tests/src/Unit/SandboxManagerBaseTest.php Data provider for testValidateRequirements.
SandboxManagerBaseTest::register function core/modules/package_manager/tests/src/Kernel/SandboxManagerBaseTest.php
SandboxManagerBaseTest::testCollectPathsToExclude function core/modules/package_manager/tests/src/Kernel/SandboxManagerBaseTest.php Tests that paths to exclude are collected before create and apply.
SandboxManagerBaseTest::testConfigChangeDeletesSandbox function core/modules/package_manager/tests/src/Kernel/SandboxManagerBaseTest.php Tests that the sandbox directory is deleted on config change.
SandboxManagerBaseTest::testConfigChangeDoesNotDeleteWhileStageIsActive function core/modules/package_manager/tests/src/Kernel/SandboxManagerBaseTest.php Tests that config change does not trigger deletion while stage is active.
SandboxManagerBaseTest::testConfigChangeNoOpWithoutSandboxDirectory function core/modules/package_manager/tests/src/Kernel/SandboxManagerBaseTest.php Tests that config change is a no-op when no sandbox directory exists.
SandboxManagerBaseTest::testCronDoesNotDeleteWhileStageIsActive function core/modules/package_manager/tests/src/Kernel/SandboxManagerBaseTest.php Tests that cron does not delete the sandbox while the stage is active.
SandboxManagerBaseTest::testCronDoesNotDeleteWithoutCreateEvent function core/modules/package_manager/tests/src/Kernel/SandboxManagerBaseTest.php Tests that cron does not delete the sandbox when no create event occurred.
SandboxManagerBaseTest::testFailureCollectPathsToExclude function core/modules/package_manager/tests/src/Kernel/SandboxManagerBaseTest.php Tests that if a stage fails to get paths to exclude, throws a stage exception.
SandboxManagerBaseTest::testFailureCollectPathsToExcludeOnApply function core/modules/package_manager/tests/src/Kernel/SandboxManagerBaseTest.php Tests that if apply fails to get paths to exclude, throws a stage exception.
SandboxManagerBaseTest::testFailureDuringComposerStagerOperations function core/modules/package_manager/tests/src/Kernel/SandboxManagerBaseTest.php Tests when Composer Stager throws an exception during an operation.
SandboxManagerBaseTest::testFailureMarkerFileExcluded function core/modules/package_manager/tests/src/Kernel/SandboxManagerBaseTest.php Tests that the failure marker file is excluded using a relative path.
SandboxManagerBaseTest::testFailureMarkerPreventsCreate function core/modules/package_manager/tests/src/Kernel/SandboxManagerBaseTest.php Tests that if a stage fails to apply, another stage cannot be created.
SandboxManagerBaseTest::testGetSandboxDirectory function core/modules/package_manager/tests/src/Kernel/SandboxManagerBaseTest.php Tests get sandbox directory.

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