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. Other projects
Title Object type File name Summary
TypedDataManager::setValidationConstraintManager function core/lib/Drupal/Core/TypedData/TypedDataManager.php Sets the validation constraint manager.
TypedDataManager::setValidator function core/lib/Drupal/Core/TypedData/TypedDataManager.php Sets the validator for validating typed data.
TypedDataManagerInterface::setValidationConstraintManager function core/lib/Drupal/Core/TypedData/TypedDataManagerInterface.php Sets the validation constraint manager.
TypedDataManagerInterface::setValidator function core/lib/Drupal/Core/TypedData/TypedDataManagerInterface.php Sets the validator for validating typed data.
TypedDataNormalizerTest::setUp function core/modules/serialization/tests/src/Unit/Normalizer/TypedDataNormalizerTest.php
TypedDataTest::setUp function core/tests/Drupal/KernelTests/Core/TypedData/TypedDataTest.php
TypedDataTest::testGetAndSet function core/tests/Drupal/KernelTests/Core/TypedData/TypedDataTest.php Tests the basics around constructing and working with typed data objects.
TypedDataTrait::setTypedDataManager function core/lib/Drupal/Core/TypedData/TypedDataTrait.php Sets the typed data manager.
UiHelperTrait::drupalResetSession function core/tests/Drupal/Tests/UiHelperTrait.php Resets the current active session back to Anonymous session.
UITestBase::setUp function core/modules/views_ui/tests/src/Functional/UITestBase.php Sets up the test.
UmamiMultilingualInstallTest::setUpLanguage function core/profiles/demo_umami/tests/src/Functional/UmamiMultilingualInstallTest.php Installer step: Select language.
UncaughtExceptionTest::setUp function core/tests/Drupal/FunctionalTests/Bootstrap/UncaughtExceptionTest.php
UnicornEditor::getDefaultSettings function core/modules/editor/tests/modules/editor_test/src/Plugin/Editor/UnicornEditor.php Returns the default settings for this configurable text editor.
UnicornEditor::getJSSettings function core/modules/editor/tests/modules/editor_test/src/Plugin/Editor/UnicornEditor.php Returns JavaScript settings to be attached.
UnicornEditor::validateImageUploadSettings function core/modules/editor/tests/modules/editor_test/src/Plugin/Editor/UnicornEditor.php Render API callback: Image upload handler for confirmation form.
UninstallKernelTest::setUp function core/modules/system/tests/src/Kernel/Installer/UninstallKernelTest.php
UniqueValuesConstraintValidatorTest::setUp function core/tests/Drupal/KernelTests/Core/Validation/UniqueValuesConstraintValidatorTest.php Tests cases where the validation passes for entities with string IDs.
UnitTestCase::setDebugDumpHandler function core/tests/Drupal/Tests/UnitTestCase.php Registers the dumper CLI handler when the DebugDump extension is enabled.
UnitTestCase::setUp function core/tests/Drupal/Tests/UnitTestCase.php
UnitTestCase::setupMockIterator function core/tests/Drupal/Tests/UnitTestCase.php Set up a traversable class mock to return specific items when iterated.
UnitTestCaseTest class core/tests/Drupal/Tests/UnitTestCaseTest.php Tests for the UnitTestCase class.
UnitTestCaseTest.php file core/tests/Drupal/Tests/UnitTestCaseTest.php
UnitTestCaseTest::testVarDumpSameProcess function core/tests/Drupal/Tests/UnitTestCaseTest.php Tests the dump() function in a test run in the same process.
UnitTestCaseTest::testVarDumpSeparateProcess function core/tests/Drupal/Tests/UnitTestCaseTest.php Tests the dump() function in a test run in a separate process.
UnpackRecipeTest::setUp function core/tests/Drupal/BuildTests/Composer/Plugin/Unpack/Functional/UnpackRecipeTest.php
UnprocessableHttpEntityException::setViolations function core/modules/jsonapi/src/Exception/UnprocessableHttpEntityException.php Sets the constraint violations associated with this exception.
UnroutedUrlAssemblerTest::setUp function core/tests/Drupal/Tests/Core/Utility/UnroutedUrlAssemblerTest.php
UnroutedUrlAssemblerTest::setupRequestStack function core/tests/Drupal/Tests/Core/Utility/UnroutedUrlAssemblerTest.php Setups the request stack for a given subdir.
UnroutedUrlTest::setUp function core/tests/Drupal/Tests/Core/UnroutedUrlTest.php
UnsavedPreviewTest::setUp function core/modules/views_ui/tests/src/Functional/UnsavedPreviewTest.php Sets up a Drupal site for running functional and integration tests.
UnversionedAssetsTestHooks class core/modules/system/tests/modules/unversioned_assets_test/src/Hook/UnversionedAssetsTestHooks.php Hook implementations for unversioned_assets_test.
UnversionedAssetsTestHooks.php file core/modules/system/tests/modules/unversioned_assets_test/src/Hook/UnversionedAssetsTestHooks.php
UnversionedAssetsTestHooks::libraryInfoAlter function core/modules/system/tests/modules/unversioned_assets_test/src/Hook/UnversionedAssetsTestHooks.php Implements hook_library_info_alter().
UnversionedAssetTest class core/tests/Drupal/FunctionalTests/Asset/UnversionedAssetTest.php Tests asset aggregation.
UnversionedAssetTest.php file core/tests/Drupal/FunctionalTests/Asset/UnversionedAssetTest.php
UnversionedAssetTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Asset/UnversionedAssetTest.php The theme to install as the default for testing.
UnversionedAssetTest::$fileAssetsPath property core/tests/Drupal/FunctionalTests/Asset/UnversionedAssetTest.php The file assets path settings value.
UnversionedAssetTest::$modules property core/tests/Drupal/FunctionalTests/Asset/UnversionedAssetTest.php Modules to install.
UnversionedAssetTest::testUnversionedAssets function core/tests/Drupal/FunctionalTests/Asset/UnversionedAssetTest.php Tests that unversioned assets cause a new filename when changed.
unversioned_assets_test.info.yml file core/modules/system/tests/modules/unversioned_assets_test/unversioned_assets_test.info.yml core/modules/system/tests/modules/unversioned_assets_test/unversioned_assets_test.info.yml
update.settings.yml file core/modules/update/config/install/update.settings.yml core/modules/update/config/install/update.settings.yml
UpdateCalculateProjectDataTest::setCoreVersion function core/modules/update/tests/src/Kernel/UpdateCalculateProjectDataTest.php Sets the installed version of core, as known to the Update Status module.
UpdateCalculateProjectDataTest::setReleaseMetadata function core/modules/update/tests/src/Kernel/UpdateCalculateProjectDataTest.php Sets the release metadata file to use when fetching available updates.
UpdateCalculateProjectDataTest::setUp function core/modules/update/tests/src/Kernel/UpdateCalculateProjectDataTest.php
UpdateContribTest::setUp function core/modules/update/tests/src/Functional/UpdateContribTest.php
UpdateContribTest::testUpdateBaseThemeSecurityUpdate function core/modules/update/tests/src/Functional/UpdateContribTest.php Tests that subthemes are notified about security updates for base themes.
UpdateContribTest::testUpdateHiddenBaseTheme function core/modules/update/tests/src/Functional/UpdateContribTest.php Tests updates with a hidden base theme.
UpdateEmptyEmailsUpdatePathTest::setDatabaseDumpFiles function core/modules/update/tests/src/Functional/Update/UpdateEmptyEmailsUpdatePathTest.php Set database dump files to be used.
UpdateFetcher::$updateSettings property core/modules/update/src/UpdateFetcher.php The update settings.
UpdateFetcherTest::setUp function core/modules/update/tests/src/Unit/UpdateFetcherTest.php

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