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 11.x for __set
  6. Other projects
Title Object type File name Summary
PrivateFileOnTranslatedEntityTest::setUp function core/modules/file/tests/src/Functional/PrivateFileOnTranslatedEntityTest.php
PrivateKey::set function core/lib/Drupal/Core/PrivateKey.php Sets the private key.
PrivateKeyTest::setUp function core/tests/Drupal/Tests/Core/PrivateKeyTest.php
PrivateKeyTest::testSet function core/tests/Drupal/Tests/Core/PrivateKeyTest.php Tests PrivateKey::setPrivateKey().
PrivateTempStore::set function core/lib/Drupal/Core/TempStore/PrivateTempStore.php Stores a particular key/value pair in this PrivateTempStore.
PrivateTempStoreTest::setUp function core/tests/Drupal/Tests/Core/TempStore/PrivateTempStoreTest.php
PrivateTempStoreTest::setUpMockLock function core/tests/Drupal/Tests/Core/TempStore/PrivateTempStoreTest.php Reinitializes the lock backend as a mock object.
PrivateTempStoreTest::testSet function core/tests/Drupal/Tests/Core/TempStore/PrivateTempStoreTest.php Tests a successful set() call.
PrivateTempStoreTest::testSetWithNoLockAvailable function core/tests/Drupal/Tests/Core/TempStore/PrivateTempStoreTest.php Tests the set() method with no lock available.
ProceduralApiDeprecationTest::setUp function core/tests/Drupal/Tests/Core/Render/Element/ProceduralApiDeprecationTest.php
ProcessFieldTest::setUp function core/modules/field/tests/src/Unit/Plugin/migrate/process/ProcessFieldTest.php
ProcessOutputCallback::reset function core/modules/package_manager/src/ProcessOutputCallback.php Resets buffers.
ProcessPluginBase::reset function core/modules/migrate/src/ProcessPluginBase.php Resets the internal data of a plugin.
ProcessPluginBaseTest class core/modules/migrate/tests/src/Unit/process/ProcessPluginBaseTest.php Tests the base process plugin class.
ProcessPluginBaseTest.php file core/modules/migrate/tests/src/Unit/process/ProcessPluginBaseTest.php
ProcessPluginBaseTest::testStopPipeline function core/modules/migrate/tests/src/Unit/process/ProcessPluginBaseTest.php Tests stopping the pipeline.
ProfileAutoUninstallFailureTest::setUpSite function core/tests/Drupal/FunctionalTests/Installer/ProfileAutoUninstallFailureTest.php Final installer step: Configure site.
ProfileField::setTableNames function core/modules/user/src/Plugin/migrate/source/ProfileField.php Helper to set the profile field table names.
ProfileFieldCheckRequirementsTest::setUp function core/modules/user/tests/src/Kernel/Migrate/d6/ProfileFieldCheckRequirementsTest.php
ProfileFieldCheckRequirementsTest::setUp function core/modules/user/tests/src/Kernel/Migrate/d7/ProfileFieldCheckRequirementsTest.php
ProfileFieldSettings class core/modules/user/src/Plugin/migrate/process/ProfileFieldSettings.php Determines the settings for the profile field.
ProfileFieldSettings.php file core/modules/user/src/Plugin/migrate/process/ProfileFieldSettings.php
ProfileFieldSettings::transform function core/modules/user/src/Plugin/migrate/process/ProfileFieldSettings.php Performs the associated process.
ProfileFieldSettings::__construct function core/modules/user/src/Plugin/migrate/process/ProfileFieldSettings.php Constructs a \Drupal\Component\Plugin\PluginBase object.
ProfileRequirementsTest::setUpRequirementsProblem function core/tests/Drupal/FunctionalTests/Installer/ProfileRequirementsTest.php Installer step: Requirements problem.
ProfileRequirementsTest::setUpSettings function core/tests/Drupal/FunctionalTests/Installer/ProfileRequirementsTest.php Installer step: Configure settings.
ProfileRequirementsTest::setUpSite function core/tests/Drupal/FunctionalTests/Installer/ProfileRequirementsTest.php Final installer step: Configure site.
ProjectCoreCompatibility::setReleaseMessage function core/modules/update/src/ProjectCoreCompatibility.php Sets core compatibility messages for project releases.
ProjectCoreCompatibilityTest::providerSetProjectCoreCompatibilityRanges function core/modules/update/tests/src/Unit/ProjectCoreCompatibilityTest.php Data provider for testSetProjectCoreCompatibilityRanges().
ProjectCoreCompatibilityTest::testSetProjectCoreCompatibilityRanges function core/modules/update/tests/src/Unit/ProjectCoreCompatibilityTest.php Tests set project core compatibility ranges.
ProjectRelease::$releaseTypes property core/modules/update/src/ProjectRelease.php The release types or NULL if not set.
ProjectRelease::isReleaseType function core/modules/update/src/ProjectRelease.php Determines if the release is matches a type.
ProjectReleaseTest class core/modules/update/tests/src/Unit/ProjectReleaseTest.php Tests Drupal\update\ProjectRelease.
ProjectReleaseTest.php file core/modules/update/tests/src/Unit/ProjectReleaseTest.php
ProjectReleaseTest::getValidData function core/modules/update/tests/src/Unit/ProjectReleaseTest.php Gets valid data for a project release.
ProjectReleaseTest::providerCreateFromArray function core/modules/update/tests/src/Unit/ProjectReleaseTest.php Data provider for testCreateFromArray().
ProjectReleaseTest::providerCreateFromArrayInvalidField function core/modules/update/tests/src/Unit/ProjectReleaseTest.php Data provider for testCreateFromArrayInvalidField().
ProjectReleaseTest::providerCreateFromArrayMissingField function core/modules/update/tests/src/Unit/ProjectReleaseTest.php Data provider for testCreateFromArrayMissingField().
ProjectReleaseTest::testCreateFromArray function core/modules/update/tests/src/Unit/ProjectReleaseTest.php Tests creating with valid data.
ProjectReleaseTest::testCreateFromArrayInvalidField function core/modules/update/tests/src/Unit/ProjectReleaseTest.php Tests exceptions for invalid field types.
ProjectReleaseTest::testCreateFromArrayMissingField function core/modules/update/tests/src/Unit/ProjectReleaseTest.php Tests exceptions with missing fields.
ProjectReleaseTest::testOptionalFields function core/modules/update/tests/src/Unit/ProjectReleaseTest.php Tests that optional fields can be omitted.
PromotedContentPageTest::assertNotInResultSet function core/modules/node/tests/src/Functional/Views/PromotedContentPageTest.php Verifies that an amount of nids aren't in the result.
PromotedContentPageTest::setUp function core/modules/node/tests/src/Functional/Views/PromotedContentPageTest.php Sets up the test.
ProviderRepository::setProvider function core/modules/media/tests/modules/media_test_oembed/src/ProviderRepository.php Stores an oEmbed provider value object in state.
ProviderRepositoryTest::setUp function core/modules/media/tests/src/Unit/ProviderRepositoryTest.php
ProxyBuilderTest::setUp function core/tests/Drupal/Tests/Core/ProxyBuilder/ProxyBuilderTest.php
ProxyBuilderTest::setUp function core/tests/Drupal/Tests/Component/ProxyBuilder/ProxyBuilderTest.php
ProxyServicesPassTest::setUp function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/ProxyServicesPassTest.php
PsrResponseSubscriberTest::setUp function core/tests/Drupal/Tests/Core/EventSubscriber/PsrResponseSubscriberTest.php

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