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
ConfigActionValidationTest::setUp function core/tests/Drupal/KernelTests/Core/Recipe/ConfigActionValidationTest.php
ConfigBase::set function core/lib/Drupal/Core/Config/ConfigBase.php Sets a value in this configuration object.
ConfigBase::setData function core/lib/Drupal/Core/Config/ConfigBase.php Replaces the data of this configuration object.
ConfigBase::setName function core/lib/Drupal/Core/Config/ConfigBase.php Sets the name of this configuration object.
ConfigDependencyManager::setData function core/lib/Drupal/Core/Config/Entity/ConfigDependencyManager.php Sets data to calculate dependencies for.
ConfigEntityAdapter::set function core/lib/Drupal/Core/Entity/Plugin/DataType/ConfigEntityAdapter.php Sets a property value.
ConfigEntityAdapter::setTypedDataManager function core/lib/Drupal/Core/Entity/Plugin/DataType/ConfigEntityAdapter.php @todo Remove this in https://www.drupal.org/node/3011137.
ConfigEntityAdapterTest::setUp function core/tests/Drupal/KernelTests/Core/Entity/ConfigEntityAdapterTest.php
ConfigEntityAdapterTest::testSet function core/tests/Drupal/KernelTests/Core/Entity/ConfigEntityAdapterTest.php @covers ::set
ConfigEntityBase::$third_party_settings property core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php
ConfigEntityBase::getThirdPartySetting function core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php Gets the value of a third-party setting.
ConfigEntityBase::getThirdPartySettings function core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php Gets all third-party settings of a given module.
ConfigEntityBase::set function core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php Sets the value of a property.
ConfigEntityBase::setOriginalId function core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php Sets the original ID.
ConfigEntityBase::setStatus function core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php Sets the status of the configuration entity.
ConfigEntityBase::setThirdPartySetting function core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php Sets the value of a third-party setting.
ConfigEntityBase::setUninstalling function core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php
ConfigEntityBase::unsetThirdPartySetting function core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php Unsets a third-party setting.
ConfigEntityBaseUnitTest::providerTestSetAndPreSaveWithPluginCollections function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php
ConfigEntityBaseUnitTest::setUp function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php
ConfigEntityBaseUnitTest::testCalculateDependenciesWithThirdPartySettings function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php @covers ::calculateDependencies
@covers ::getDependencies
@covers ::onDependencyRemoval
ConfigEntityBaseUnitTest::testSetStatus function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php @covers ::setStatus
@covers ::status
ConfigEntityBaseUnitTest::testSetWithPluginCollections function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php @covers ::set
@dataProvider providerTestSetAndPreSaveWithPluginCollections
ConfigEntityBaseUnitTest::testThirdPartySettings function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php @covers ::getThirdPartySetting
@covers ::setThirdPartySetting
@covers ::getThirdPartySettings
@covers ::unsetThirdPartySetting
@covers ::getThirdPartyProviders
ConfigEntityImportTest::doThirdPartySettingsUpdate function core/modules/system/tests/src/Kernel/Entity/ConfigEntityImportTest.php Tests updating of third party settings.
ConfigEntityInterface::set function core/lib/Drupal/Core/Config/Entity/ConfigEntityInterface.php Sets the value of a property.
ConfigEntityInterface::setStatus function core/lib/Drupal/Core/Config/Entity/ConfigEntityInterface.php Sets the status of the configuration entity.
ConfigEntityListMultilingualTest::setUp function core/modules/config/tests/src/Functional/ConfigEntityListMultilingualTest.php
ConfigEntityListTest::setUp function core/modules/config/tests/src/Functional/ConfigEntityListTest.php
ConfigEntityMapper::setEntity function core/modules/config_translation/src/ConfigEntityMapper.php Sets the entity instance for this mapper.
ConfigEntityMapper::setType function core/modules/config_translation/src/ConfigEntityMapper.php Set entity type for this mapper.
ConfigEntityMapperInterface::setEntity function core/modules/config_translation/src/ConfigEntityMapperInterface.php Sets the entity instance for this mapper.
ConfigEntityMapperInterface::setType function core/modules/config_translation/src/ConfigEntityMapperInterface.php Set entity type for this mapper.
ConfigEntityMapperTest::setUp function core/modules/config_translation/tests/src/Unit/ConfigEntityMapperTest.php
ConfigEntityMapperTest::testEntityGetterAndSetter function core/modules/config_translation/tests/src/Unit/ConfigEntityMapperTest.php Tests ConfigEntityMapper::setEntity() and ConfigEntityMapper::getEntity().
ConfigEntityNormalizeTest::setUp function core/tests/Drupal/KernelTests/Core/Config/ConfigEntityNormalizeTest.php
ConfigEntityQueryTest::setUp function core/tests/Drupal/KernelTests/Core/Entity/ConfigEntityQueryTest.php
ConfigEntityResourceTestBase::setUp function core/modules/rest/tests/src/Functional/EntityResource/ConfigEntityResourceTestBase.php
ConfigEntityResourceTestBase::setUp function core/modules/jsonapi/tests/src/Functional/ConfigEntityResourceTestBase.php
ConfigEntityStaticCacheTest::setUp function core/tests/Drupal/KernelTests/Core/Config/ConfigEntityStaticCacheTest.php
ConfigEntityStaticCacheTest::testReset function core/tests/Drupal/KernelTests/Core/Config/ConfigEntityStaticCacheTest.php Tests that the static cache is reset on entity save and delete.
ConfigEntityStorage::resetCache function core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php Resets the internal entity cache.
ConfigEntityStorageTest::setUp function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityStorageTest.php @covers ::__construct
ConfigEntityType::getBaseTable function core/lib/Drupal/Core/Config/Entity/ConfigEntityType.php Gets the name of the entity's base table.
ConfigEntityTypeTest::setUp function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityTypeTest.php
ConfigEntityTypeTest::setUpConfigEntityType function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityTypeTest.php Sets up a ConfigEntityType object for a given set of values.
ConfigEntityTypeTest::testSetStorageClass function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityTypeTest.php @covers ::setStorageClass
ConfigEntityUnitTest::setUp function core/tests/Drupal/KernelTests/Core/Config/ConfigEntityUnitTest.php
ConfigEntityValidationTestBase::setLabel function core/tests/Drupal/KernelTests/Core/Config/ConfigEntityValidationTestBase.php Sets the label of the given config entity.
ConfigEntityValidationTestBase::setUp function core/tests/Drupal/KernelTests/Core/Config/ConfigEntityValidationTestBase.php

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