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 10.3.x for __set
  5. Other projects
Title Object type File name Summary
PhpStreamWrapperInterface::stream_set_option function core/lib/Drupal/Core/StreamWrapper/PhpStreamWrapperInterface.php Change stream options.
PhpTufValidatorTest::setUp function core/modules/package_manager/tests/src/Kernel/PhpTufValidatorTest.php
PhpUnitTestDiscovery::setConfigurationFilePath function core/lib/Drupal/Core/Test/PhpUnitTestDiscovery.php Sets the configuration file path.
PhpUnitTestDiscoveryTest::setUp function core/tests/Drupal/KernelTests/Core/Test/PhpUnitTestDiscoveryTest.php
PhpUnitTestRunner::setConfigurationFilePath function core/lib/Drupal/Core/Test/PhpUnitTestRunner.php Sets the configuration file path.
PlaceholderingRenderCache::set function core/lib/Drupal/Core/Render/PlaceholderingRenderCache.php Caches the rendered output of a renderable array.
Plugin::setClass function core/lib/Drupal/Component/Annotation/Plugin.php Sets the class of the annotated class.
Plugin::setProvider function core/lib/Drupal/Component/Annotation/Plugin.php Sets the name of the provider of the annotated class.
PluginAwareInterface::setPlugin function core/lib/Drupal/Component/Plugin/PluginAwareInterface.php Sets the plugin for this object.
PluginBase::preRenderAddFieldsetMarkup function core/modules/views/src/Plugin/views/PluginBase.php Moves form elements into fieldsets for presentation purposes.
PluginBase::setOptionDefaults function core/modules/views/src/Plugin/views/PluginBase.php Fills up the options of the plugin with defaults.
PluginBaseTest class core/modules/views/tests/src/Unit/PluginBaseTest.php Tests Drupal\views\Plugin\views\PluginBase.
PluginBaseTest class core/tests/Drupal/Tests/Component/Plugin/PluginBaseTest.php Tests Drupal\Component\Plugin\PluginBase.
PluginBaseTest class core/modules/views/tests/src/Kernel/Plugin/PluginBaseTest.php Tests the PluginBase class.
PluginBaseTest.php file core/modules/views/tests/src/Kernel/Plugin/PluginBaseTest.php
PluginBaseTest.php file core/modules/views/tests/src/Unit/PluginBaseTest.php
PluginBaseTest.php file core/tests/Drupal/Tests/Component/Plugin/PluginBaseTest.php
PluginBaseTest::$testHelperPlugin property core/modules/views/tests/src/Unit/PluginBaseTest.php The test helper plugin to use for the tests.
PluginBaseTest::$testPluginBase property core/modules/views/tests/src/Kernel/Plugin/PluginBaseTest.php
PluginBaseTest::providerTestFilterByDefinedOptions function core/modules/views/tests/src/Unit/PluginBaseTest.php Provides data to testFilterByDefinedOptions().
PluginBaseTest::providerTestGetBaseId function core/tests/Drupal/Tests/Component/Plugin/PluginBaseTest.php Returns test data for testGetBaseId().
PluginBaseTest::providerTestGetDerivativeId function core/tests/Drupal/Tests/Component/Plugin/PluginBaseTest.php Returns test data for testGetDerivativeId().
PluginBaseTest::providerTestGetPluginId function core/tests/Drupal/Tests/Component/Plugin/PluginBaseTest.php Returns test data for testGetPluginId().
PluginBaseTest::providerTestSetOptionDefault function core/modules/views/tests/src/Unit/PluginBaseTest.php Data provider for testSetOptionDefault().
PluginBaseTest::providerTestUnpackOptions function core/modules/views/tests/src/Unit/PluginBaseTest.php Data provider for testUnpackOptions().
PluginBaseTest::setUp function core/modules/views/tests/src/Unit/PluginBaseTest.php
PluginBaseTest::setUp function core/modules/views/tests/src/Kernel/Plugin/PluginBaseTest.php
PluginBaseTest::testFilterByDefinedOptions function core/modules/views/tests/src/Unit/PluginBaseTest.php Tests filter by defined options.
PluginBaseTest::testGetBaseId function core/tests/Drupal/Tests/Component/Plugin/PluginBaseTest.php Tests get base id.
PluginBaseTest::testGetDerivativeId function core/tests/Drupal/Tests/Component/Plugin/PluginBaseTest.php Tests get derivative id.
PluginBaseTest::testGetPluginDefinition function core/tests/Drupal/Tests/Component/Plugin/PluginBaseTest.php Tests get plugin definition.
PluginBaseTest::testGetPluginId function core/tests/Drupal/Tests/Component/Plugin/PluginBaseTest.php Tests get plugin id.
PluginBaseTest::testSetOptionDefault function core/modules/views/tests/src/Unit/PluginBaseTest.php Tests the setOptionDefault method.
PluginBaseTest::testUnpackOptions function core/modules/views/tests/src/Unit/PluginBaseTest.php Tests the unpackOptions method.
PluginBaseTest::testViewsTokenReplace function core/modules/views/tests/src/Kernel/Plugin/PluginBaseTest.php Tests that the token replacement in views works correctly.
PluginBaseTest::testViewsTokenReplaceWithDots function core/modules/views/tests/src/Kernel/Plugin/PluginBaseTest.php Tests that the token replacement in views works correctly with dots.
PluginBaseTest::testViewsTokenReplaceWithTwigTokens function core/modules/views/tests/src/Kernel/Plugin/PluginBaseTest.php Tests viewsTokenReplace without any twig tokens.
PluginDefinition::setClass function core/lib/Drupal/Component/Plugin/Definition/PluginDefinition.php Sets the class.
PluginDefinitionInterface::setClass function core/lib/Drupal/Component/Plugin/Definition/PluginDefinitionInterface.php Sets the class.
PluginFormBase::setPlugin function core/lib/Drupal/Core/Plugin/PluginFormBase.php Sets the plugin for this object.
PluginFormFactoryTest::setUp function core/tests/Drupal/Tests/Core/Plugin/PluginFormFactoryTest.php
PluginInstanceTest::setUp function core/modules/views/tests/src/Kernel/PluginInstanceTest.php
PluginManagerBaseTest class core/tests/Drupal/Tests/Component/Plugin/PluginManagerBaseTest.php Tests Drupal\Component\Plugin\PluginManagerBase.
PluginManagerBaseTest.php file core/tests/Drupal/Tests/Component/Plugin/PluginManagerBaseTest.php
PluginManagerBaseTest::createInstanceCallback function core/tests/Drupal/Tests/Component/Plugin/PluginManagerBaseTest.php A callback method for mocking FactoryInterface objects.
PluginManagerBaseTest::getMockFactoryInterface function core/tests/Drupal/Tests/Component/Plugin/PluginManagerBaseTest.php Generates a mocked FactoryInterface object with known properties.
PluginManagerBaseTest::testCreateInstance function core/tests/Drupal/Tests/Component/Plugin/PluginManagerBaseTest.php Tests createInstance() with no fallback methods.
PluginManagerBaseTest::testCreateInstanceFallback function core/tests/Drupal/Tests/Component/Plugin/PluginManagerBaseTest.php Tests createInstance() with a fallback method.
PluginManagerBaseTest::testGetInstance function core/tests/Drupal/Tests/Component/Plugin/PluginManagerBaseTest.php @legacy-covers ::getInstance
PluginManagerBaseTest::testGetInstanceWithoutMapperShouldThrowException function core/tests/Drupal/Tests/Component/Plugin/PluginManagerBaseTest.php @legacy-covers ::getInstance

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