Search for __set

  1. Search 7.x for __set
  2. Search 9.5.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
AggregatorTestBase::setUp function core/modules/aggregator/src/Tests/AggregatorTestBase.php Sets up a Drupal site for running functional and integration tests.
AggregatorTitleFormatter::defaultSettings function core/modules/aggregator/src/Plugin/Field/FieldFormatter/AggregatorTitleFormatter.php Defines the default settings for this plugin.
AggregatorTitleFormatter::settingsForm function core/modules/aggregator/src/Plugin/Field/FieldFormatter/AggregatorTitleFormatter.php Returns a form to configure settings for the formatter.
AggregatorTitleTest::setUp function core/modules/aggregator/tests/src/Kernel/AggregatorTitleTest.php
AggregatorUpdateTest::setDatabaseDumpFiles function core/modules/aggregator/tests/src/Functional/Update/AggregatorUpdateTest.php Set database dump files to be used.
aggregator_test.settings.yml file core/modules/aggregator/tests/modules/aggregator_test/config/install/aggregator_test.settings.yml core/modules/aggregator/tests/modules/aggregator_test/config/install/aggregator_test.settings.yml
AjaxBasePageNegotiatorTest::setUp function core/tests/Drupal/Tests/Core/Theme/AjaxBasePageNegotiatorTest.php
AjaxBlockTest::setUp function core/modules/layout_builder/tests/src/FunctionalJavascript/AjaxBlockTest.php
AjaxCommandsTest::testSetDialogOptionCommand function core/tests/Drupal/Tests/Core/Ajax/AjaxCommandsTest.php @covers \Drupal\Core\Ajax\SetDialogOptionCommand
AjaxCommandsTest::testSetDialogTitleCommand function core/tests/Drupal/Tests/Core/Ajax/AjaxCommandsTest.php @covers \Drupal\Core\Ajax\SetDialogTitleCommand
AjaxCommandsTest::testSettingsCommand function core/tests/Drupal/Tests/Core/Ajax/AjaxCommandsTest.php @covers \Drupal\Core\Ajax\SettingsCommand
AjaxCssTest::setUp function core/modules/ckeditor/tests/src/FunctionalJavascript/AjaxCssTest.php
AjaxFormPageCacheTest::setUp function core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxFormPageCacheTest.php
AjaxInGroupTest::setUp function core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxInGroupTest.php
AjaxPageStateTest::setUp function core/modules/system/tests/src/Functional/Render/AjaxPageStateTest.php
AjaxRendererTest::setUp function core/tests/Drupal/Tests/Core/Controller/AjaxRendererTest.php
AjaxResponseAttachmentsProcessor::$assetResolver property core/lib/Drupal/Core/Ajax/AjaxResponseAttachmentsProcessor.php The asset resolver service.
AjaxResponseTest class core/tests/Drupal/Tests/Core/Ajax/AjaxResponseTest.php @coversDefaultClass \Drupal\Core\Ajax\AjaxResponse
@group Ajax
AjaxResponseTest.php file core/tests/Drupal/Tests/Core/Ajax/AjaxResponseTest.php
AjaxResponseTest::$ajaxResponse property core/tests/Drupal/Tests/Core/Ajax/AjaxResponseTest.php The tested ajax response object.
AjaxResponseTest::setUp function core/tests/Drupal/Tests/Core/Ajax/AjaxResponseTest.php
AjaxResponseTest::testCommands function core/tests/Drupal/Tests/Core/Ajax/AjaxResponseTest.php Tests the add and getCommands method.
AjaxResponseTest::testPrepareResponseForIeFormRequestsWithFileUpload function core/tests/Drupal/Tests/Core/Ajax/AjaxResponseTest.php Tests the support for IE specific headers in file uploads.
AjaxTest::testDrupalSettingsCachingRegression function core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxTest.php Test that AJAX loaded libraries are not retained between requests.
ajax_forms_test_advanced_commands_settings_callback function core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module Ajax form callback: Selects 'settings'.
AliasManager::setCacheKey function core/lib/Drupal/Core/Path/AliasManager.php Specify the key to use when writing the cache.
AliasManagerTest::setUp function core/modules/path_alias/tests/src/Unit/AliasManagerTest.php
AliasManagerTest::setUpCurrentLanguage function core/modules/path_alias/tests/src/Unit/AliasManagerTest.php Sets up the current language.
AliasPathProcessorTest::setUp function core/modules/path_alias/tests/src/Unit/PathProcessor/AliasPathProcessorTest.php
AliasTest::setUp function core/modules/path_alias/tests/src/Kernel/AliasTest.php
AllowedValuesConstraintValidatorTest::setUp function core/tests/Drupal/KernelTests/Core/TypedData/AllowedValuesConstraintValidatorTest.php
AllowToolbarPathTest::setUp function core/modules/toolbar/tests/src/Unit/PageCache/AllowToolbarPathTest.php
AnnotatedClassDiscoveryCachedTest::setUp function core/tests/Drupal/Tests/Component/Annotation/AnnotatedClassDiscoveryCachedTest.php
AnnotatedClassDiscoveryTest::setUp function core/tests/Drupal/Tests/Component/Annotation/AnnotatedClassDiscoveryTest.php
AnnotatedClassDiscoveryTest::setUp function core/tests/Drupal/KernelTests/Core/Plugin/Discovery/AnnotatedClassDiscoveryTest.php
AnnotationBase::setClass function core/lib/Drupal/Component/Annotation/AnnotationBase.php Sets the class of the annotated class.
AnnotationBase::setProvider function core/lib/Drupal/Component/Annotation/AnnotationBase.php Sets the name of the provider of the annotated class.
AnnotationBaseTest class core/tests/Drupal/Tests/Component/Annotation/AnnotationBaseTest.php @coversDefaultClass \Drupal\Component\Annotation\AnnotationBase
@group Annotation
AnnotationBaseTest.php file core/tests/Drupal/Tests/Component/Annotation/AnnotationBaseTest.php
AnnotationBaseTest::testGetId function core/tests/Drupal/Tests/Component/Annotation/AnnotationBaseTest.php @covers ::getId
AnnotationBaseTest::testSetClass function core/tests/Drupal/Tests/Component/Annotation/AnnotationBaseTest.php @covers ::getClass
@covers ::setClass
AnnotationBaseTest::testSetProvider function core/tests/Drupal/Tests/Component/Annotation/AnnotationBaseTest.php @covers ::getProvider
@covers ::setProvider
AnnotationInterface::setClass function core/lib/Drupal/Component/Annotation/AnnotationInterface.php Sets the class of the annotated class.
AnnotationInterface::setProvider function core/lib/Drupal/Component/Annotation/AnnotationInterface.php Sets the name of the provider of the annotated class.
AnnounceCommand::getAttachedAssets function core/lib/Drupal/Core/Ajax/AnnounceCommand.php Gets the attached assets.
AnonymousPrivateTempStoreTest::setUp function core/tests/Drupal/KernelTests/Core/TempStore/AnonymousPrivateTempStoreTest.php
AnonymousPrivateTempStoreTest::testAnonymousCanUsePrivateTempStoreSet function core/tests/Drupal/KernelTests/Core/TempStore/AnonymousPrivateTempStoreTest.php Tests anonymous can use the PrivateTempStore.
ApcuBackend::set function core/lib/Drupal/Core/Cache/ApcuBackend.php Stores data in the persistent cache.
ApcuBackend::setMultiple function core/lib/Drupal/Core/Cache/ApcuBackend.php Store multiple items in the persistent cache.
ApcuBackendTest::testSetGet function core/tests/Drupal/KernelTests/Core/Cache/ApcuBackendTest.php Tests the get and set methods of Drupal\Core\Cache\CacheBackendInterface.

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