Search for set

  1. Search 7.x for set
  2. Search 8.9.x for set
  3. Search 10.3.x for set
  4. Search 11.x for set
  5. Other projects
Title Object type File name Summary
EntityAdapterUnitTest::testSet function core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php @covers ::set
EntityAdapterUnitTest::testSetContext function core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php @covers ::setContext
EntityAdapterUnitTest::testSetValue function core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php @covers ::setValue
EntityAdapterUnitTest::testSetWithoutData function core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php @covers ::set
EntityApiTest::setUp function core/tests/Drupal/KernelTests/Core/Entity/EntityApiTest.php
EntityAutocompleteElementFormTest::setUp function core/tests/Drupal/KernelTests/Core/Entity/Element/EntityAutocompleteElementFormTest.php
EntityAutocompleteTest::testSelectionSettingsHandling function core/tests/Drupal/KernelTests/Core/Entity/EntityAutocompleteTest.php Tests that missing or invalid selection setting key are handled correctly.
EntityBase::setOriginalId function core/lib/Drupal/Core/Entity/EntityBase.php Sets the original ID.
EntityBaseTest class core/tests/Drupal/KernelTests/Core/Entity/EntityBaseTest.php Tests the functionality provided by \Drupal\Core\Entity\EntityBase.
EntityBaseTest.php file core/tests/Drupal/KernelTests/Core/Entity/EntityBaseTest.php
EntityBaseTest::setUp function core/tests/Drupal/KernelTests/Core/Entity/EntityBaseTest.php
EntityBaseTest::testGetTypedData function core/tests/Drupal/KernelTests/Core/Entity/EntityBaseTest.php Tests that the correct entity adapter is returned.
EntityBundleAccessCheckTest::setUp function core/tests/Drupal/Tests/Core/Entity/EntityBundleAccessCheckTest.php
EntityBundleConditionTest::setUp function core/tests/Drupal/KernelTests/Core/Entity/EntityBundleConditionTest.php
EntityBundleFieldTest::setUp function core/tests/Drupal/KernelTests/Core/Entity/EntityBundleFieldTest.php
EntityBundleListCacheTest::setUp function core/tests/Drupal/FunctionalTests/Entity/EntityBundleListCacheTest.php
EntityCacheTagsTestBase::setUp function core/modules/system/tests/src/Functional/Entity/EntityCacheTagsTestBase.php
EntityChangedInterface::setChangedTime function core/lib/Drupal/Core/Entity/EntityChangedInterface.php Sets the timestamp of the last entity change for the current translation.
EntityChangedTrait::setChangedTime function core/lib/Drupal/Core/Entity/EntityChangedTrait.php Sets the timestamp of the last entity change for the current translation.
EntityConditionTest::setUp function core/modules/jsonapi/tests/src/Unit/Query/EntityConditionTest.php
EntityConstraintViolationList::$entityViolationOffsets property core/lib/Drupal/Core/Entity/EntityConstraintViolationList.php Violations offsets of entity level violations.
EntityConstraintViolationList::$violationOffsetsByField property core/lib/Drupal/Core/Entity/EntityConstraintViolationList.php Violation offsets grouped by field.
EntityConstraintViolationList::groupViolationOffsets function core/lib/Drupal/Core/Entity/EntityConstraintViolationList.php Groups violation offsets by field and entity level.
EntityConstraintViolationList::set function core/lib/Drupal/Core/Entity/EntityConstraintViolationList.php
EntityConstraintViolationListTest::setupConstraintListWithCompositeConstraint function core/tests/Drupal/Tests/Core/Entity/EntityConstraintViolationListTest.php Builds an entity constraint violation list with composite constraints.
EntityConstraintViolationListTest::setupConstraintListWithoutCompositeConstraint function core/tests/Drupal/Tests/Core/Entity/EntityConstraintViolationListTest.php Builds an entity constraint violation list without composite constraints.
EntityConstraintViolationListTest::setupEntity function core/tests/Drupal/Tests/Core/Entity/EntityConstraintViolationListTest.php Builds the entity.
EntityContentBaseTest class core/modules/migrate/tests/src/Unit/Plugin/migrate/destination/EntityContentBaseTest.php Tests base entity migration destination functionality.
EntityContentBaseTest class core/modules/migrate_drupal/tests/src/Kernel/d6/EntityContentBaseTest.php @group migrate_drupal
EntityContentBaseTest.php file core/modules/migrate_drupal/tests/src/Kernel/d6/EntityContentBaseTest.php
EntityContentBaseTest.php file core/modules/migrate/tests/src/Unit/Plugin/migrate/destination/EntityContentBaseTest.php Contains \Drupal\Tests\migrate\Unit\Plugin\migrate\destination\EntityContentBaseTest.
EntityContentBaseTest::$modules property core/modules/migrate_drupal/tests/src/Kernel/d6/EntityContentBaseTest.php Modules to enable.
EntityContentBaseTest::setUp function core/modules/migrate_drupal/tests/src/Kernel/d6/EntityContentBaseTest.php
EntityContentBaseTest::testImport function core/modules/migrate/tests/src/Unit/Plugin/migrate/destination/EntityContentBaseTest.php Tests basic entity save.
EntityContentBaseTest::testImportEntityLoadFailure function core/modules/migrate/tests/src/Unit/Plugin/migrate/destination/EntityContentBaseTest.php Tests row skipping when we can't get an entity to save.
EntityContentBaseTest::testOverwriteAllMappedProperties function core/modules/migrate_drupal/tests/src/Kernel/d6/EntityContentBaseTest.php Tests overwriting all mapped properties in the destination entity.
EntityContentBaseTest::testOverwriteProperties function core/modules/migrate_drupal/tests/src/Kernel/d6/EntityContentBaseTest.php Tests overwriting selected properties in the destination entity.
EntityContentBaseTest::testUntranslatable function core/modules/migrate_drupal/tests/src/Kernel/d6/EntityContentBaseTest.php Tests that translation destination fails for untranslatable entities.
EntityContentBaseTest::testUntranslatable function core/modules/migrate/tests/src/Unit/Plugin/migrate/destination/EntityContentBaseTest.php Tests that translation destination fails for untranslatable entities.
EntityContextDefinitionIsSatisfiedTest::setUp function core/tests/Drupal/Tests/Core/Plugin/Context/EntityContextDefinitionIsSatisfiedTest.php
EntityConverterLatestRevisionTest::setUp function core/tests/Drupal/KernelTests/Core/ParamConverter/EntityConverterLatestRevisionTest.php
EntityConverterTest::setUp function core/tests/Drupal/KernelTests/Core/ParamConverter/EntityConverterTest.php
EntityConverterTest::setUp function core/tests/Drupal/Tests/Core/ParamConverter/EntityConverterTest.php
EntityConverterTest::setUpMocks function core/tests/Drupal/Tests/Core/ParamConverter/EntityConverterTest.php Sets up mock services and class instances.
EntityCreateAccessCheckTest::setUp function core/tests/Drupal/Tests/Core/Entity/EntityCreateAccessCheckTest.php
EntityCrudHookTest::setUp function core/tests/Drupal/KernelTests/Core/Entity/EntityCrudHookTest.php
EntityDataDefinition::setBundles function core/lib/Drupal/Core/Entity/TypedData/EntityDataDefinition.php Sets the array of possible entity bundles.
EntityDataDefinition::setEntityTypeId function core/lib/Drupal/Core/Entity/TypedData/EntityDataDefinition.php Sets the entity type ID.
EntityDataDefinitionInterface::setBundles function core/lib/Drupal/Core/Entity/TypedData/EntityDataDefinitionInterface.php Sets the array of possible entity bundles.
EntityDataDefinitionInterface::setEntityTypeId function core/lib/Drupal/Core/Entity/TypedData/EntityDataDefinitionInterface.php Sets the entity type ID.

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