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
DefaultSingleLazyPluginCollectionTest::setupPluginCollection function core/tests/Drupal/Tests/Core/Plugin/DefaultSingleLazyPluginCollectionTest.php Sets up the default plugin collection.
DefaultsSectionStorage::getThirdPartySetting function core/modules/layout_builder/src/Plugin/SectionStorage/DefaultsSectionStorage.php Gets the value of a third-party setting.
DefaultsSectionStorage::getThirdPartySettings function core/modules/layout_builder/src/Plugin/SectionStorage/DefaultsSectionStorage.php Gets all third-party settings of a given module.
DefaultsSectionStorage::setContext function core/modules/layout_builder/src/Plugin/SectionStorage/DefaultsSectionStorage.php Set a context on this plugin.
DefaultsSectionStorage::setOverridable function core/modules/layout_builder/src/Plugin/SectionStorage/DefaultsSectionStorage.php Sets the defaults to allow or disallow overrides.
DefaultsSectionStorage::setThirdPartySetting function core/modules/layout_builder/src/Plugin/SectionStorage/DefaultsSectionStorage.php Sets the value of a third-party setting.
DefaultsSectionStorage::unsetThirdPartySetting function core/modules/layout_builder/src/Plugin/SectionStorage/DefaultsSectionStorage.php Unsets a third-party setting.
DefaultsSectionStorageInterface::setOverridable function core/modules/layout_builder/src/DefaultsSectionStorageInterface.php Sets the defaults to allow or disallow overrides.
DefaultsSectionStorageTest::setUp function core/modules/layout_builder/tests/src/Unit/DefaultsSectionStorageTest.php
DefaultsSectionStorageTest::setUp function core/modules/layout_builder/tests/src/Kernel/DefaultsSectionStorageTest.php
DefaultsSectionStorageTest::testThirdPartySettings function core/modules/layout_builder/tests/src/Unit/DefaultsSectionStorageTest.php @covers ::getThirdPartySetting[[api-linebreak]]
@covers ::setThirdPartySetting[[api-linebreak]]
DefaultTableMapping::$baseTable property core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php The base table of the entity.
DefaultTableMapping::getBaseTable function core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php Gets the base table name.
DefaultTableMapping::setExtraColumns function core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php Adds extra columns for a table to the table mapping.
DefaultTableMapping::setFieldNames function core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php Adds field columns for a table to the table mapping.
DefaultTableMappingIntegrationTest::setUp function core/tests/Drupal/KernelTests/Core/Entity/DefaultTableMappingIntegrationTest.php
DefaultTableMappingTest::setUp function core/tests/Drupal/Tests/Core/Entity/Sql/DefaultTableMappingTest.php
DefaultTableMappingTest::setUpDefinition function core/tests/Drupal/Tests/Core/Entity/Sql/DefaultTableMappingTest.php Sets up a field storage definition for the test.
DefaultViewRecentCommentsTest::setUp function core/modules/comment/tests/src/Functional/Views/DefaultViewRecentCommentsTest.php Sets up the test.
DefaultViewsTest::setUp function core/modules/views_ui/tests/src/Functional/DefaultViewsTest.php Sets up the test.
DefaultViewsTest::setUp function core/modules/views/tests/src/Functional/DefaultViewsTest.php Sets up the test.
DeleteActionTest::setUp function core/tests/Drupal/KernelTests/Core/Action/DeleteActionTest.php
DeleteAuthorizeSettingsUpdateTest class core/modules/system/tests/src/Functional/Update/DeleteAuthorizeSettingsUpdateTest.php Tests the upgrade path for removal the system.authorize configuration.
DeleteAuthorizeSettingsUpdateTest.php file core/modules/system/tests/src/Functional/Update/DeleteAuthorizeSettingsUpdateTest.php
DeleteAuthorizeSettingsUpdateTest::setDatabaseDumpFiles function core/modules/system/tests/src/Functional/Update/DeleteAuthorizeSettingsUpdateTest.php Set database dump files to be used.
DeleteAuthorizeSettingsUpdateTest::testSystemAuthorizeRemoval function core/modules/system/tests/src/Functional/Update/DeleteAuthorizeSettingsUpdateTest.php Tests system_post_update_delete_authorize_settings().
DeleteMultipleFormTest::setUp function core/tests/Drupal/FunctionalTests/Entity/DeleteMultipleFormTest.php
DependencyHookInvocationTest::setUp function core/modules/system/tests/src/Functional/UpdateSystem/DependencyHookInvocationTest.php
DependencyMissingTest::setUp function core/modules/system/tests/src/Functional/UpdateSystem/DependencyMissingTest.php
DependencyOrderingTest::setUp function core/modules/system/tests/src/Functional/UpdateSystem/DependencyOrderingTest.php
DependencySerializationTestDummy::setContainer function core/tests/Drupal/Tests/Core/DependencyInjection/DependencySerializationTest.php
DependentPluginDefinitionInterface::setConfigDependencies function core/lib/Drupal/Core/Plugin/Definition/DependentPluginDefinitionInterface.php Sets the config dependencies of this plugin definition.
DependentPluginDefinitionTrait::setConfigDependencies function core/lib/Drupal/Core/Plugin/Definition/DependentPluginDefinitionTrait.php
DeprecatedArray::offsetExists function core/lib/Drupal/Component/Utility/DeprecatedArray.php #[\ReturnTypeWillChange]
DeprecatedArray::offsetGet function core/lib/Drupal/Component/Utility/DeprecatedArray.php #[\ReturnTypeWillChange]
DeprecatedArray::offsetSet function core/lib/Drupal/Component/Utility/DeprecatedArray.php #[\ReturnTypeWillChange]
DeprecatedArray::offsetUnset function core/lib/Drupal/Component/Utility/DeprecatedArray.php #[\ReturnTypeWillChange]
DeprecatedBackboneTest::setUp function core/tests/Drupal/KernelTests/Core/Asset/DeprecatedBackboneTest.php
DeprecatedEntityStorage::setEntityClass function core/modules/system/tests/modules/entity_test_deprecated_storage/src/Storage/DeprecatedEntityStorage.php Sets the entity class via deprecated means.
DeprecatedJqueryFormTest::setUp function core/tests/Drupal/KernelTests/Core/Asset/DeprecatedJqueryFormTest.php
DeprecatedJqueryUiAssetsTest class core/tests/Drupal/KernelTests/Core/Asset/DeprecatedJqueryUiAssetsTest.php Checks the deprecation status and contents of jQuery UI libraries.
DeprecatedJqueryUiAssetsTest.php file core/tests/Drupal/KernelTests/Core/Asset/DeprecatedJqueryUiAssetsTest.php
DeprecatedJqueryUiAssetsTest::testDeprecatedJqueryUi function core/tests/Drupal/KernelTests/Core/Asset/DeprecatedJqueryUiAssetsTest.php Confirm deprecation status and contents of jQuery UI libraries.
deprecated_module.settings.yml file core/modules/system/tests/modules/deprecated_module/config/install/deprecated_module.settings.yml core/modules/system/tests/modules/deprecated_module/config/install/deprecated_module.settings.yml
DerivablePluginDefinitionInterface::setDeriver function core/lib/Drupal/Component/Plugin/Definition/DerivablePluginDefinitionInterface.php Sets the deriver of this plugin definition.
DerivativeDiscoveryDecoratorTest::setUp function core/tests/Drupal/Tests/Core/Plugin/Discovery/DerivativeDiscoveryDecoratorTest.php
DestinationBase::setRollbackAction function core/modules/migrate/src/Plugin/migrate/destination/DestinationBase.php For a destination item being updated, set the appropriate rollback action.
DestinationCategoryTest::setUp function core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/DestinationCategoryTest.php
DiffArrayTest::setUp function core/tests/Drupal/Tests/Core/Common/DiffArrayTest.php
DisabledDisplayTest::setUp function core/modules/views/tests/src/Functional/Plugin/DisabledDisplayTest.php Sets up the test.

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