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
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 @coversDefaultClass \Drupal\views\Plugin\views\PluginBase[[api-linebreak]]
@group views
PluginBaseTest class core/modules/views/tests/src/Kernel/Plugin/PluginBaseTest.php Tests the PluginBase class.
PluginBaseTest class core/tests/Drupal/Tests/Component/Plugin/PluginBaseTest.php @coversDefaultClass \Drupal\Component\Plugin\PluginBase[[api-linebreak]]
@group Plugin
PluginBaseTest.php file core/tests/Drupal/Tests/Component/Plugin/PluginBaseTest.php
PluginBaseTest.php file core/modules/views/tests/src/Unit/PluginBaseTest.php
PluginBaseTest.php file core/modules/views/tests/src/Kernel/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 @covers ::filterByDefinedOptions[[api-linebreak]]
@dataProvider providerTestFilterByDefinedOptions
PluginBaseTest::testGetBaseId function core/tests/Drupal/Tests/Component/Plugin/PluginBaseTest.php @dataProvider providerTestGetBaseId
@coves ::getBaseId
PluginBaseTest::testGetDerivativeId function core/tests/Drupal/Tests/Component/Plugin/PluginBaseTest.php @dataProvider providerTestGetDerivativeId
@covers ::getDerivativeId[[api-linebreak]]
PluginBaseTest::testGetPluginDefinition function core/tests/Drupal/Tests/Component/Plugin/PluginBaseTest.php @covers ::getPluginDefinition[[api-linebreak]]
PluginBaseTest::testGetPluginId function core/tests/Drupal/Tests/Component/Plugin/PluginBaseTest.php @dataProvider providerTestGetPluginId
@covers ::getPluginId[[api-linebreak]]
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
PluginSettingsBase class core/lib/Drupal/Core/Field/PluginSettingsBase.php Base class for the Field API plugins.
PluginSettingsBase.php file core/lib/Drupal/Core/Field/PluginSettingsBase.php
PluginSettingsBase::$defaultSettingsMerged property core/lib/Drupal/Core/Field/PluginSettingsBase.php Whether default settings have been merged into the current $settings.
PluginSettingsBase::$settings property core/lib/Drupal/Core/Field/PluginSettingsBase.php The plugin settings.
PluginSettingsBase::$thirdPartySettings property core/lib/Drupal/Core/Field/PluginSettingsBase.php The plugin settings injected by third party modules.
PluginSettingsBase::calculateDependencies function core/lib/Drupal/Core/Field/PluginSettingsBase.php Calculates dependencies for the configured plugin.
PluginSettingsBase::defaultSettings function core/lib/Drupal/Core/Field/PluginSettingsBase.php Defines the default settings for this plugin.

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