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 11.x for __set
  5. Other projects
Title Object type File name Summary
DeprecatedArray::offsetExists function core/lib/Drupal/Component/Utility/DeprecatedArray.php
DeprecatedArray::offsetGet function core/lib/Drupal/Component/Utility/DeprecatedArray.php
DeprecatedArray::offsetSet function core/lib/Drupal/Component/Utility/DeprecatedArray.php
DeprecatedArray::offsetUnset function core/lib/Drupal/Component/Utility/DeprecatedArray.php
DeprecatedAssetsTest class core/tests/Drupal/KernelTests/Core/Asset/DeprecatedAssetsTest.php Checks the status and definition contents of deprecated libraries.
DeprecatedAssetsTest.php file core/tests/Drupal/KernelTests/Core/Asset/DeprecatedAssetsTest.php
DeprecatedAssetsTest::deprecatedLibrariesProvider function core/tests/Drupal/KernelTests/Core/Asset/DeprecatedAssetsTest.php The data provider for testDeprecatedLibraries.
DeprecatedAssetsTest::testDeprecatedLibraries function core/tests/Drupal/KernelTests/Core/Asset/DeprecatedAssetsTest.php Confirms the status and definition contents of deprecated 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
DescriptionAwareFileFormatterBase::defaultSettings function core/modules/file/src/Plugin/Field/FieldFormatter/DescriptionAwareFileFormatterBase.php Defines the default settings for this plugin.
DescriptionAwareFileFormatterBase::settingsForm function core/modules/file/src/Plugin/Field/FieldFormatter/DescriptionAwareFileFormatterBase.php Returns a form to configure settings for the formatter.
DescriptionAwareFileFormatterBase::settingsSummary function core/modules/file/src/Plugin/Field/FieldFormatter/DescriptionAwareFileFormatterBase.php Returns a short summary for the current formatter settings.
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
Destructable::setSemaphore function core/modules/system/tests/modules/destructable_test/src/Destructable.php Set the destination for the semaphore file.
DevelopmentSettingsForm class core/modules/system/src/Form/DevelopmentSettingsForm.php Configure development settings for this site.
DevelopmentSettingsForm.php file core/modules/system/src/Form/DevelopmentSettingsForm.php
DevelopmentSettingsForm::buildForm function core/modules/system/src/Form/DevelopmentSettingsForm.php Form constructor.
DevelopmentSettingsForm::create function core/modules/system/src/Form/DevelopmentSettingsForm.php Instantiates a new instance of this class.
DevelopmentSettingsForm::getFormId function core/modules/system/src/Form/DevelopmentSettingsForm.php Returns a unique string identifying the form.
DevelopmentSettingsForm::submitForm function core/modules/system/src/Form/DevelopmentSettingsForm.php Form submission handler.
DevelopmentSettingsForm::__construct function core/modules/system/src/Form/DevelopmentSettingsForm.php Constructs a new development settings form.
DevelopmentSettingsFormTest class core/modules/system/tests/src/FunctionalJavascript/Form/DevelopmentSettingsFormTest.php Tests development settings form items for expected behavior.
DevelopmentSettingsFormTest.php file core/modules/system/tests/src/FunctionalJavascript/Form/DevelopmentSettingsFormTest.php
DevelopmentSettingsFormTest::$defaultTheme property core/modules/system/tests/src/FunctionalJavascript/Form/DevelopmentSettingsFormTest.php The theme to install as the default for testing.
DevelopmentSettingsFormTest::$modules property core/modules/system/tests/src/FunctionalJavascript/Form/DevelopmentSettingsFormTest.php Modules to install.
DevelopmentSettingsFormTest::setUp function core/modules/system/tests/src/FunctionalJavascript/Form/DevelopmentSettingsFormTest.php
DevelopmentSettingsFormTest::testDisabledRenderedOutputCacheBins function core/modules/system/tests/src/FunctionalJavascript/Form/DevelopmentSettingsFormTest.php Tests disabling cache bins which cache markup.
DevelopmentSettingsFormTest::testTwigDevelopmentMode function core/modules/system/tests/src/FunctionalJavascript/Form/DevelopmentSettingsFormTest.php Tests turning on Twig development mode.
DevelopmentSettingsFormTest::twigDevelopmentData function core/modules/system/tests/src/FunctionalJavascript/Form/DevelopmentSettingsFormTest.php Test data for Twig development mode.
DevelopmentSettingsPass class core/lib/Drupal/Core/DependencyInjection/Compiler/DevelopmentSettingsPass.php Defines a compiler pass to register development settings.
DevelopmentSettingsPass.php file core/lib/Drupal/Core/DependencyInjection/Compiler/DevelopmentSettingsPass.php
DevelopmentSettingsPass::process function core/lib/Drupal/Core/DependencyInjection/Compiler/DevelopmentSettingsPass.php
DevReleaseTest class core/modules/update/tests/src/Kernel/DevReleaseTest.php Tests the project data when the installed version is a dev version.
DevReleaseTest.php file core/modules/update/tests/src/Kernel/DevReleaseTest.php
DevReleaseTest::$client property core/modules/update/tests/src/Kernel/DevReleaseTest.php The http client.
DevReleaseTest::$modules property core/modules/update/tests/src/Kernel/DevReleaseTest.php Modules to install.
DevReleaseTest::getProjectData function core/modules/update/tests/src/Kernel/DevReleaseTest.php Gets project data from update_calculate_project_data().
DevReleaseTest::setCoreVersion function core/modules/update/tests/src/Kernel/DevReleaseTest.php Sets the current (running) version of core, as known to the Update module.
DevReleaseTest::setReleaseMetadata function core/modules/update/tests/src/Kernel/DevReleaseTest.php Sets the release metadata file to use when fetching available updates.
DevReleaseTest::setUp function core/modules/update/tests/src/Kernel/DevReleaseTest.php
DevReleaseTest::testSecurityUpdateEmptyProjectTimestamp function core/modules/update/tests/src/Kernel/DevReleaseTest.php Tests security updates are empty with a dev version and an empty timestamp.
DevReleaseTest::testSecurityUpdates function core/modules/update/tests/src/Kernel/DevReleaseTest.php Tests security updates when the installed version is a dev version.
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.
DisplayApiTest::setUp function core/modules/field/tests/src/Kernel/DisplayApiTest.php Set the default field storage backend for fields created during tests.
DisplayAttachmentTest::setUp function core/modules/views/tests/src/Functional/Plugin/DisplayAttachmentTest.php Sets up the test.
DisplayBlockTest::setUp function core/modules/block/tests/src/Functional/Views/DisplayBlockTest.php Sets up the test.

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