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
Section::setLayoutSettings function core/modules/layout_builder/src/Section.php Sets the layout plugin settings for this section.
Section::setThirdPartySetting function core/modules/layout_builder/src/Section.php Sets the value of a third-party setting.
Section::unsetThirdPartySetting function core/modules/layout_builder/src/Section.php Unsets a third-party setting.
SectionComponent::set function core/modules/layout_builder/src/SectionComponent.php Sets a value to an arbitrary property for the component.
SectionComponent::setConfiguration function core/modules/layout_builder/src/SectionComponent.php Sets the plugin configuration.
SectionComponent::setRegion function core/modules/layout_builder/src/SectionComponent.php Sets the region for the component.
SectionComponent::setWeight function core/modules/layout_builder/src/SectionComponent.php Sets the weight of the component.
SectionComponentBuildRenderArrayEvent::setBuild function core/modules/layout_builder/src/Event/SectionComponentBuildRenderArrayEvent.php Set the render array.
SectionData::setValue function core/modules/layout_builder/src/Plugin/DataType/SectionData.php Sets the data value.
SectionListTestBase::setUp function core/modules/layout_builder/tests/src/Kernel/SectionListTestBase.php
SectionListTrait::setSection function core/modules/layout_builder/src/SectionListTrait.php Sets the section for the given delta on the display.
SectionListTrait::setSections function core/modules/layout_builder/src/SectionListTrait.php Stores the information for all sections.
SectionRenderTest::setUp function core/modules/layout_builder/tests/src/Unit/SectionRenderTest.php
SectionStorageDefinition::set function core/modules/layout_builder/src/SectionStorage/SectionStorageDefinition.php Sets a value to an arbitrary property.
SectionStorageManagerTest::setUp function core/modules/layout_builder/tests/src/Unit/SectionStorageManagerTest.php
SectionStorageTestBase::setUp function core/modules/layout_builder/tests/src/Kernel/SectionStorageTestBase.php
SectionTest::providerTestGetThirdPartySetting function core/modules/layout_builder/tests/src/Unit/SectionTest.php Provides test data for ::testGetThirdPartySetting().
SectionTest::providerTestGetThirdPartySettings function core/modules/layout_builder/tests/src/Unit/SectionTest.php Provides test data for ::testGetThirdPartySettings().
SectionTest::providerTestSetThirdPartySetting function core/modules/layout_builder/tests/src/Unit/SectionTest.php Provides test data for ::testSetThirdPartySettings().
SectionTest::providerTestUnsetThirdPartySetting function core/modules/layout_builder/tests/src/Unit/SectionTest.php Provides test data for ::testUnsetThirdPartySetting().
SectionTest::setUp function core/modules/layout_builder/tests/src/Unit/SectionTest.php
SectionTest::testGetThirdPartySetting function core/modules/layout_builder/tests/src/Unit/SectionTest.php @covers ::getThirdPartySetting[[api-linebreak]]
@dataProvider providerTestGetThirdPartySetting
SectionTest::testGetThirdPartySettings function core/modules/layout_builder/tests/src/Unit/SectionTest.php @covers ::getThirdPartySettings[[api-linebreak]]
@dataProvider providerTestGetThirdPartySettings
SectionTest::testSetThirdPartySetting function core/modules/layout_builder/tests/src/Unit/SectionTest.php @covers ::setThirdPartySetting[[api-linebreak]]
@dataProvider providerTestSetThirdPartySetting
SectionTest::testUnsetThirdPartySetting function core/modules/layout_builder/tests/src/Unit/SectionTest.php @covers ::unsetThirdPartySetting[[api-linebreak]]
@dataProvider providerTestUnsetThirdPartySetting
SecuredRedirectResponse::setTargetUrl function core/lib/Drupal/Component/HttpFoundation/SecuredRedirectResponse.php
SecuredRedirectResponseTest class core/tests/Drupal/Tests/Component/HttpFoundation/SecuredRedirectResponseTest.php Test secure redirect base class.
SecuredRedirectResponseTest.php file core/tests/Drupal/Tests/Component/HttpFoundation/SecuredRedirectResponseTest.php Contains \Drupal\Tests\Component\HttpFoundation\SecuredRedirectResponseTest.
SecuredRedirectResponseTest::testRedirectCopy function core/tests/Drupal/Tests/Component/HttpFoundation/SecuredRedirectResponseTest.php Tests copying of redirect response.
SecurityAdvisoriesFetcherTest::setExistingProjectVersion function core/modules/system/tests/src/Kernel/SecurityAdvisories/SecurityAdvisoriesFetcherTest.php Sets the existing version of the project.
SecurityAdvisoriesFetcherTest::setFeedItems function core/modules/system/tests/src/Kernel/SecurityAdvisories/SecurityAdvisoriesFetcherTest.php Sets the feed items to be returned for the test.
SecurityAdvisoriesFetcherTest::setTestFeedResponses function core/modules/system/tests/src/Kernel/SecurityAdvisories/SecurityAdvisoriesFetcherTest.php Sets test feed responses.
SecurityAdvisoriesFetcherTest::setUp function core/modules/system/tests/src/Kernel/SecurityAdvisories/SecurityAdvisoriesFetcherTest.php
SecurityAdvisoryTest::setUp function core/modules/system/tests/src/Functional/SecurityAdvisories/SecurityAdvisoryTest.php
SecurityAdvisoryTest::writeSettings function core/modules/system/tests/src/Functional/SecurityAdvisories/SecurityAdvisoryTest.php Rewrites the settings.php file of the test site.
SelectionPluginBase::setConfiguration function core/lib/Drupal/Core/Entity/EntityReferenceSelection/SelectionPluginBase.php Sets the configuration for this plugin instance.
SelectionTest::$handlerSettings property core/modules/field/tests/src/Functional/EntityReference/Views/SelectionTest.php The handler settings for the entity reference field.
SelectionTest::setUp function core/modules/field/tests/src/Kernel/EntityReference/Views/SelectionTest.php
SelectionTest::setUp function core/modules/field/tests/src/Functional/EntityReference/Views/SelectionTest.php
SeparatorTranslationTest::setUp function core/modules/datetime_range/tests/src/Kernel/SeparatorTranslationTest.php
SerializationSettingsDeletionUpdateTest class core/modules/serialization/tests/src/Functional/Update/SerializationSettingsDeletionUpdateTest.php Ensures that update hook is run properly for deleting obsolete serialization settings.
SerializationSettingsDeletionUpdateTest.php file core/modules/serialization/tests/src/Functional/Update/SerializationSettingsDeletionUpdateTest.php
SerializationSettingsDeletionUpdateTest::setDatabaseDumpFiles function core/modules/serialization/tests/src/Functional/Update/SerializationSettingsDeletionUpdateTest.php Set database dump files to be used.
SerializationSettingsDeletionUpdateTest::testUpdate function core/modules/serialization/tests/src/Functional/Update/SerializationSettingsDeletionUpdateTest.php Ensures that update hook is run for "serialization" module.
SerializationTest::setUp function core/modules/serialization/tests/src/Kernel/SerializationTest.php
serialization_post_update_delete_settings function core/modules/serialization/serialization.post_update.php Remove obsolete serialization.settings configuration.
Serializer::setFallbackNormalizer function core/modules/jsonapi/src/Serializer/Serializer.php Adds a secondary normalizer.
SerializerTest::setUp function core/modules/jsonapi/tests/src/Kernel/Serializer/SerializerTest.php
SerializerTest::setUp function core/modules/rest/tests/src/Unit/Plugin/views/style/SerializerTest.php
SessionAuthenticationTest::setUp function core/modules/system/tests/src/Functional/Session/SessionAuthenticationTest.php

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