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
ContentTranslationTestBase::setUp function core/modules/content_translation/src/Tests/ContentTranslationTestBase.php Sets up a Drupal site for running functional and integration tests.
ContentTranslationTestBase::setupBundle function core/modules/content_translation/src/Tests/ContentTranslationTestBase.php Creates or initializes the bundle date if needed.
ContentTranslationTestBase::setupLanguages function core/modules/content_translation/src/Tests/ContentTranslationTestBase.php Adds additional languages.
ContentTranslationTestBase::setupTestFields function core/modules/content_translation/src/Tests/ContentTranslationTestBase.php Creates the test fields.
ContentTranslationTestBase::setupUsers function core/modules/content_translation/src/Tests/ContentTranslationTestBase.php Creates and activates translator, editor and admin users.
ContentTranslationUpdateTest::setDatabaseDumpFiles function core/modules/content_translation/tests/src/Functional/Update/ContentTranslationUpdateTest.php Set database dump files to be used.
ContentTranslationUpdateTest::setUp function core/modules/content_translation/tests/src/Functional/Update/ContentTranslationUpdateTest.php Overrides WebTestBase::setUp() for update testing.
ContentTypeHeaderMatcherTest::setUp function core/tests/Drupal/Tests/Core/Routing/ContentTypeHeaderMatcherTest.php
Context::setContextValue function core/lib/Drupal/Core/Plugin/Context/Context.php Sets the context value.
ContextAwarePluginBase::setContext function core/lib/Drupal/Core/Plugin/ContextAwarePluginBase.php Set a context on this plugin.
ContextAwarePluginBase::setContext function core/lib/Drupal/Component/Plugin/ContextAwarePluginBase.php Set a context on this plugin.
ContextAwarePluginBase::setContextMapping function core/lib/Drupal/Core/Plugin/ContextAwarePluginBase.php Sets a mapping of the expected assignment names to their context names.
ContextAwarePluginBase::setContextValue function core/lib/Drupal/Core/Plugin/ContextAwarePluginBase.php Sets the value for a defined context.
ContextAwarePluginBase::setContextValue function core/lib/Drupal/Component/Plugin/ContextAwarePluginBase.php Sets the value for a defined context.
ContextAwarePluginBaseTest class core/tests/Drupal/KernelTests/Core/Plugin/Context/ContextAwarePluginBaseTest.php @coversDefaultClass \Drupal\Core\Plugin\ContextAwarePluginBase[[api-linebreak]]
ContextAwarePluginBaseTest.php file core/tests/Drupal/KernelTests/Core/Plugin/Context/ContextAwarePluginBaseTest.php
ContextAwarePluginBaseTest::$plugin property core/tests/Drupal/KernelTests/Core/Plugin/Context/ContextAwarePluginBaseTest.php The plugin instance under test.
ContextAwarePluginBaseTest::setUp function core/tests/Drupal/KernelTests/Core/Plugin/Context/ContextAwarePluginBaseTest.php
ContextAwarePluginBaseTest::testGetContextDefinition function core/tests/Drupal/KernelTests/Core/Plugin/Context/ContextAwarePluginBaseTest.php @covers ::getContextDefinition[[api-linebreak]]
ContextAwarePluginBaseTest::testGetContextDefinitions function core/tests/Drupal/KernelTests/Core/Plugin/Context/ContextAwarePluginBaseTest.php @covers ::getContextDefinitions[[api-linebreak]]
ContextAwarePluginBaseTest::testGetContextValue function core/tests/Drupal/KernelTests/Core/Plugin/Context/ContextAwarePluginBaseTest.php @covers ::getContextValue[[api-linebreak]]
@group legacy
ContextAwarePluginBaseTest::testSetContextValue function core/tests/Drupal/KernelTests/Core/Plugin/Context/ContextAwarePluginBaseTest.php @covers ::setContextValue[[api-linebreak]]
@group legacy
ContextAwarePluginInterface::setContext function core/lib/Drupal/Component/Plugin/ContextAwarePluginInterface.php Set a context on this plugin.
ContextAwarePluginInterface::setContextMapping function core/lib/Drupal/Component/Plugin/ContextAwarePluginInterface.php Sets a mapping of the expected assignment names to their context names.
ContextAwarePluginInterface::setContextValue function core/lib/Drupal/Component/Plugin/ContextAwarePluginInterface.php Sets the value for a defined context.
ContextAwareVariantInterface::setContexts function core/lib/Drupal/Core/Display/ContextAwareVariantInterface.php Sets the context values for this display variant.
ContextDefinition::setConstraints function core/lib/Drupal/Core/Plugin/Context/ContextDefinition.php Sets the array of validation constraints.
ContextDefinition::setDataType function core/lib/Drupal/Core/Plugin/Context/ContextDefinition.php Sets the data type needed by the context.
ContextDefinition::setDefaultValue function core/lib/Drupal/Core/Plugin/Context/ContextDefinition.php Sets the default data value.
ContextDefinition::setDescription function core/lib/Drupal/Core/Plugin/Context/ContextDefinition.php Sets the human readable description.
ContextDefinition::setLabel function core/lib/Drupal/Core/Plugin/Context/ContextDefinition.php Sets the human readable label.
ContextDefinition::setMultiple function core/lib/Drupal/Core/Plugin/Context/ContextDefinition.php Sets whether the data is multi-valued.
ContextDefinition::setRequired function core/lib/Drupal/Core/Plugin/Context/ContextDefinition.php Sets whether the data is required.
ContextDefinitionInterface::setConstraints function core/lib/Drupal/Component/Plugin/Context/ContextDefinitionInterface.php Sets the array of validation constraints.
ContextDefinitionInterface::setDataType function core/lib/Drupal/Component/Plugin/Context/ContextDefinitionInterface.php Sets the data type needed by the context.
ContextDefinitionInterface::setDefaultValue function core/lib/Drupal/Component/Plugin/Context/ContextDefinitionInterface.php Sets the default data value.
ContextDefinitionInterface::setDescription function core/lib/Drupal/Component/Plugin/Context/ContextDefinitionInterface.php Sets the human readable description.
ContextDefinitionInterface::setLabel function core/lib/Drupal/Component/Plugin/Context/ContextDefinitionInterface.php Sets the human readable label.
ContextDefinitionInterface::setMultiple function core/lib/Drupal/Component/Plugin/Context/ContextDefinitionInterface.php Sets whether the data is multi-valued.
ContextDefinitionInterface::setRequired function core/lib/Drupal/Component/Plugin/Context/ContextDefinitionInterface.php Sets whether the data is required.
ContextDefinitionIsSatisfiedTest::setUp function core/tests/Drupal/Tests/Core/Plugin/Context/ContextDefinitionIsSatisfiedTest.php
ContextHandlerTest::setUp function core/tests/Drupal/Tests/Core/Plugin/ContextHandlerTest.php
ContextTest::setUp function core/tests/Drupal/Tests/Core/Plugin/Context/ContextTest.php
ContextTest::setUpDefaultValue function core/tests/Drupal/Tests/Core/Plugin/Context/ContextTest.php Set up mocks for the getDefaultValue() method call.
ContextTest::testSetContextValueCacheableDependency function core/tests/Drupal/Tests/Core/Plugin/Context/ContextTest.php @covers ::setContextValue[[api-linebreak]]
ContextTest::testSetContextValueTypedData function core/tests/Drupal/Tests/Core/Plugin/Context/ContextTest.php @covers ::setContextValue[[api-linebreak]]
ContextualLinkDefaultTest::setUp function core/tests/Drupal/Tests/Core/Menu/ContextualLinkDefaultTest.php
ContextualLinkDefaultTest::setupContextualLinkDefault function core/tests/Drupal/Tests/Core/Menu/ContextualLinkDefaultTest.php
ContextualLinkManagerTest::setUp function core/tests/Drupal/Tests/Core/Menu/ContextualLinkManagerTest.php
ControllerBaseTest class core/tests/Drupal/Tests/Core/Controller/ControllerBaseTest.php Tests that the base controller class.

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