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
ContainerBuilderTest::testSetAlias function core/tests/Drupal/Tests/Core/DependencyInjection/ContainerBuilderTest.php Tests set alias.
ContainerBuilderTest::testSetDefinition function core/tests/Drupal/Tests/Core/DependencyInjection/ContainerBuilderTest.php Tests set definition.
ContainerBuilderTest::testSetParameterException function core/tests/Drupal/Tests/Core/DependencyInjection/ContainerBuilderTest.php Tests set parameter exception.
ContainerRebuildWebTest::testSetContainerRebuildWithDifferentDeploymentIdentifier function core/modules/system/tests/src/Functional/DrupalKernel/ContainerRebuildWebTest.php Sets a different deployment identifier.
ContainerResetWebTest class core/modules/system/tests/src/Functional/DrupalKernel/ContainerResetWebTest.php Ensures that the container rebuild works as expected.
ContainerResetWebTest.php file core/modules/system/tests/src/Functional/DrupalKernel/ContainerResetWebTest.php
ContainerResetWebTest::$defaultTheme property core/modules/system/tests/src/Functional/DrupalKernel/ContainerResetWebTest.php The theme to install as the default for testing.
ContainerResetWebTest::$modules property core/modules/system/tests/src/Functional/DrupalKernel/ContainerResetWebTest.php Modules to install.
ContainerResetWebTest::setUp function core/modules/system/tests/src/Functional/DrupalKernel/ContainerResetWebTest.php
ContainerResetWebTest::testContainerRebuild function core/modules/system/tests/src/Functional/DrupalKernel/ContainerResetWebTest.php Sets a different deployment identifier.
ContainerTest::setUp function core/tests/Drupal/Tests/Component/DependencyInjection/ContainerTest.php
ContainerTest::testReset function core/tests/Drupal/Tests/Component/DependencyInjection/ContainerTest.php Tests Container::reset().
ContainerTest::testSet function core/tests/Drupal/Tests/Component/DependencyInjection/ContainerTest.php Tests that Container::set() works properly.
ContainerTest::testSetParameterWithFrozenContainer function core/tests/Drupal/Tests/Component/DependencyInjection/ContainerTest.php Tests that Container::setParameter() in a frozen case works properly.
ContainerTest::testSetParameterWithUnfrozenContainer function core/tests/Drupal/Tests/Component/DependencyInjection/ContainerTest.php Tests that Container::setParameter() in an unfrozen case works properly.
ContentEntityBase::set function core/lib/Drupal/Core/Entity/ContentEntityBase.php Sets a field value.
ContentEntityBase::setDefaultLangcode function core/lib/Drupal/Core/Entity/ContentEntityBase.php Populates the local cache for the default language code.
ContentEntityBase::setDefaultTranslationEnforced function core/lib/Drupal/Core/Entity/ContentEntityBase.php Set or clear an override of the isDefaultTranslation() result.
ContentEntityBase::setNewRevision function core/lib/Drupal/Core/Entity/ContentEntityBase.php Enforces an entity to be saved as a new revision.
ContentEntityBase::setRevisionTranslationAffected function core/lib/Drupal/Core/Entity/ContentEntityBase.php Marks the current revision translation as affected.
ContentEntityBase::setRevisionTranslationAffectedEnforced function core/lib/Drupal/Core/Entity/ContentEntityBase.php Enforces the revision translation affected flag value.
ContentEntityBase::setValidationRequired function core/lib/Drupal/Core/Entity/ContentEntityBase.php Sets whether entity validation is required before saving the entity.
ContentEntityBase::__isset function core/lib/Drupal/Core/Entity/ContentEntityBase.php Implements the magic method for isset().
ContentEntityBase::__set function core/lib/Drupal/Core/Entity/ContentEntityBase.php Implements the magic method for setting object properties.
ContentEntityBase::__unset function core/lib/Drupal/Core/Entity/ContentEntityBase.php Implements the magic method for unset().
ContentEntityBaseUnitTest::setUp function core/tests/Drupal/Tests/Core/Entity/ContentEntityBaseUnitTest.php
ContentEntityBaseUnitTest::testSet function core/tests/Drupal/Tests/Core/Entity/ContentEntityBaseUnitTest.php Tests set.
ContentEntityBaseUnitTest::testSetNewRevisionException function core/tests/Drupal/Tests/Core/Entity/ContentEntityBaseUnitTest.php Tests set new revision exception.
ContentEntityCacheTest::setUp function core/tests/Drupal/KernelTests/Core/Entity/ContentEntityCacheTest.php
ContentEntityChangedTest::setUp function core/tests/Drupal/KernelTests/Core/Entity/ContentEntityChangedTest.php
ContentEntityCloneTest::setUp function core/tests/Drupal/KernelTests/Core/Entity/ContentEntityCloneTest.php
ContentEntityFieldMethodInvocationOrderTest::setUp function core/tests/Drupal/KernelTests/Core/Entity/ContentEntityFieldMethodInvocationOrderTest.php
ContentEntityForm::setFormDisplay function core/lib/Drupal/Core/Entity/ContentEntityForm.php Sets the form display.
ContentEntityFormCorrectUserInputMappingOnFieldDeltaElementsTest::setUp function core/tests/Drupal/FunctionalTests/Entity/ContentEntityFormCorrectUserInputMappingOnFieldDeltaElementsTest.php
ContentEntityFormFieldValidationFilteringTest::setUp function core/tests/Drupal/FunctionalTests/Entity/ContentEntityFormFieldValidationFilteringTest.php
ContentEntityFormInterface::setFormDisplay function core/lib/Drupal/Core/Entity/ContentEntityFormInterface.php Sets the form display.
ContentEntityHasChangesTest::setUp function core/tests/Drupal/KernelTests/Core/Entity/ContentEntityHasChangesTest.php
ContentEntityNonRevisionableFieldTest::setUp function core/tests/Drupal/KernelTests/Core/Entity/ContentEntityNonRevisionableFieldTest.php
ContentEntityNormalizerTest::setUp function core/modules/serialization/tests/src/Unit/Normalizer/ContentEntityNormalizerTest.php
ContentEntityStorageBase::resetCache function core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php Resets the entity cache.
ContentEntityStorageBase::resetRevisionCache function core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php Resets the static and persistent revision caches.
ContentEntityStorageBase::setPersistentCache function core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php Stores entities in the persistent cache backend.
ContentEntityStorageBase::setPersistentRevisionCache function core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php Stores revisions in the persistent cache backend.
ContentEntityStorageBase::setStaticCache function core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php Stores entities in the static entity and entity revision cache.
ContentEntityStorageBaseTest class core/tests/Drupal/KernelTests/Core/Entity/ContentEntityStorageBaseTest.php Tests Drupal\Core\Entity\ContentEntityStorageBase.
ContentEntityStorageBaseTest.php file core/tests/Drupal/KernelTests/Core/Entity/ContentEntityStorageBaseTest.php
ContentEntityStorageBaseTest::$modules property core/tests/Drupal/KernelTests/Core/Entity/ContentEntityStorageBaseTest.php Modules to install.
ContentEntityStorageBaseTest::providerTestCreate function core/tests/Drupal/KernelTests/Core/Entity/ContentEntityStorageBaseTest.php Provides test data for testCreate().
ContentEntityStorageBaseTest::setUp function core/tests/Drupal/KernelTests/Core/Entity/ContentEntityStorageBaseTest.php
ContentEntityStorageBaseTest::testCreate function core/tests/Drupal/KernelTests/Core/Entity/ContentEntityStorageBaseTest.php Tests create.

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