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 11.x for set
  5. Other projects
Title Object type File name Summary
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
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 @dataProvider providerTestFilterByDefinedOptions
@covers ::filterByDefinedOptions[[api-linebreak]]
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 @coversDefaultClass \Drupal\Component\Plugin\PluginManagerBase[[api-linebreak]]
@group Plugin
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 @covers ::getInstance[[api-linebreak]]
PluginManagerBaseTest::testGetInstanceWithoutMapperShouldThrowException function core/tests/Drupal/Tests/Component/Plugin/PluginManagerBaseTest.php @covers ::getInstance[[api-linebreak]]
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.
PluginSettingsBase::getSetting function core/lib/Drupal/Core/Field/PluginSettingsBase.php Returns the value of a setting, or its default value if absent.
PluginSettingsBase::getSettings function core/lib/Drupal/Core/Field/PluginSettingsBase.php Returns the array of settings, including defaults for missing settings.
PluginSettingsBase::getThirdPartyProviders function core/lib/Drupal/Core/Field/PluginSettingsBase.php Gets the list of third parties that store information.
PluginSettingsBase::getThirdPartySetting function core/lib/Drupal/Core/Field/PluginSettingsBase.php Gets the value of a third-party setting.
PluginSettingsBase::getThirdPartySettings function core/lib/Drupal/Core/Field/PluginSettingsBase.php Gets all third-party settings of a given module.

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