Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 8.9.x for all
  4. Search 10.3.x for all
  5. Search 11.x for all
  6. Other projects
Title Object type File name Summary
PluginSettingsBase::setSetting function core/lib/Drupal/Core/Field/PluginSettingsBase.php
PluginSettingsBase::setSettings function core/lib/Drupal/Core/Field/PluginSettingsBase.php
PluginSettingsBase::setThirdPartySetting function core/lib/Drupal/Core/Field/PluginSettingsBase.php
PluginSettingsBase::unsetThirdPartySetting function core/lib/Drupal/Core/Field/PluginSettingsBase.php
PluginSettingsBaseTest class core/tests/Drupal/Tests/Core/Field/PluginSettingsBaseTest.php Tests Drupal\Core\Field\PluginSettingsBase.
PluginSettingsBaseTest.php file core/tests/Drupal/Tests/Core/Field/PluginSettingsBaseTest.php
PluginSettingsBaseTest::testGetThirdPartySettings function core/tests/Drupal/Tests/Core/Field/PluginSettingsBaseTest.php Tests get third party settings.
PluginSettingsInterface interface core/lib/Drupal/Core/Field/PluginSettingsInterface.php Interface definition for plugin with settings.
PluginSettingsInterface.php file core/lib/Drupal/Core/Field/PluginSettingsInterface.php
PluginSettingsInterface::defaultSettings function core/lib/Drupal/Core/Field/PluginSettingsInterface.php Defines the default settings for this plugin.
PluginSettingsInterface::getSetting function core/lib/Drupal/Core/Field/PluginSettingsInterface.php Returns the value of a setting, or its default value if absent.
PluginSettingsInterface::getSettings function core/lib/Drupal/Core/Field/PluginSettingsInterface.php Returns the array of settings, including defaults for missing settings.
PluginSettingsInterface::onDependencyRemoval function core/lib/Drupal/Core/Field/PluginSettingsInterface.php Informs the plugin that some configuration it depends on will be deleted.
PluginSettingsInterface::setSetting function core/lib/Drupal/Core/Field/PluginSettingsInterface.php Sets the value of a setting for the plugin.
PluginSettingsInterface::setSettings function core/lib/Drupal/Core/Field/PluginSettingsInterface.php Sets the settings for the plugin.
PluginStub class core/tests/Drupal/Tests/Component/Plugin/Attribute/PluginTest.php
PluginStub class core/tests/Drupal/Tests/Component/Annotation/PluginTest.php
PluginStub::$defaultProperty property core/tests/Drupal/Tests/Component/Annotation/PluginTest.php A default property for testing.
PluginTest class core/tests/Drupal/Tests/Component/Annotation/PluginTest.php Tests Drupal\Component\Annotation\Plugin.
PluginTest class core/tests/Drupal/Tests/Component/Plugin/Attribute/PluginTest.php Tests Drupal\Component\Plugin\Attribute\Plugin.
PluginTest.php file core/tests/Drupal/Tests/Component/Plugin/Attribute/PluginTest.php
PluginTest.php file core/tests/Drupal/Tests/Component/Annotation/PluginTest.php
PluginTest::testGet function core/tests/Drupal/Tests/Component/Annotation/PluginTest.php @legacy-covers ::__construct
@legacy-covers ::parse
@legacy-covers ::get
PluginTest::testGet function core/tests/Drupal/Tests/Component/Plugin/Attribute/PluginTest.php @legacy-covers ::__construct
@legacy-covers ::get
PluginTest::testGetClass function core/tests/Drupal/Tests/Component/Annotation/PluginTest.php Tests get class.
PluginTest::testGetId function core/tests/Drupal/Tests/Component/Annotation/PluginTest.php Tests get id.
PluginTest::testGetId function core/tests/Drupal/Tests/Component/Plugin/Attribute/PluginTest.php Tests get id.
PluginTest::testGetProvider function core/tests/Drupal/Tests/Component/Annotation/PluginTest.php Tests get provider.
PluginTest::testSetClass function core/tests/Drupal/Tests/Component/Annotation/PluginTest.php Tests set class.
PluginTest::testSetClass function core/tests/Drupal/Tests/Component/Plugin/Attribute/PluginTest.php @legacy-covers ::setClass
@legacy-covers ::getClass
PluginTest::testSetProvider function core/tests/Drupal/Tests/Component/Plugin/Attribute/PluginTest.php @legacy-covers ::setProvider
@legacy-covers ::getProvider
PluginTest::testSetProvider function core/tests/Drupal/Tests/Component/Annotation/PluginTest.php Tests set provider.
PluginTestBase class core/tests/Drupal/KernelTests/Core/Plugin/PluginTestBase.php Base class for Plugin API unit tests.
PluginTestBase.php file core/tests/Drupal/KernelTests/Core/Plugin/PluginTestBase.php
PluginTestBase::$defaultsTestPluginExpectedDefinitions property core/tests/Drupal/KernelTests/Core/Plugin/PluginTestBase.php The expected plugin definitions for the defaults plugin.
PluginTestBase::$defaultsTestPluginManager property core/tests/Drupal/KernelTests/Core/Plugin/PluginTestBase.php The default plugin manager used by Plugin API unit tests.
PluginTestBase::$mockBlockExpectedDefinitions property core/tests/Drupal/KernelTests/Core/Plugin/PluginTestBase.php The expected plugin definitions for the mock block plugin.
PluginTestBase::$mockBlockManager property core/tests/Drupal/KernelTests/Core/Plugin/PluginTestBase.php The mock plugin manager used by Plugin API derivative unit tests.
PluginTestBase::$modules property core/tests/Drupal/KernelTests/Core/Plugin/PluginTestBase.php
PluginTestBase::$testPluginExpectedDefinitions property core/tests/Drupal/KernelTests/Core/Plugin/PluginTestBase.php The expected plugin definitions for the test plugin.
PluginTestBase::$testPluginManager property core/tests/Drupal/KernelTests/Core/Plugin/PluginTestBase.php The test plugin manager used by Plugin API unit tests.
PluginTestBase::setUp function core/tests/Drupal/KernelTests/Core/Plugin/PluginTestBase.php
PluginTestHooks class core/modules/system/tests/modules/plugin_test/src/Hook/PluginTestHooks.php Hook implementations for plugin_test.
PluginTestHooks.php file core/modules/system/tests/modules/plugin_test/src/Hook/PluginTestHooks.php
PluginTestHooks::pluginTestAlter function core/modules/system/tests/modules/plugin_test/src/Hook/PluginTestHooks.php Implements hook_plugin_test_alter().
PluginTestHooks::testPluginInfo function core/modules/system/tests/modules/plugin_test/src/Hook/PluginTestHooks.php Implements hook_test_plugin_info().
PluginTypeListTest class core/modules/views/tests/src/Unit/PluginTypeListTest.php Tests that list of plugin is correct.
PluginTypeListTest.php file core/modules/views/tests/src/Unit/PluginTypeListTest.php
PluginTypeListTest::testPluginList function core/modules/views/tests/src/Unit/PluginTypeListTest.php Tests the plugins list is correct.
PluginWithFormsInterface interface core/lib/Drupal/Core/Plugin/PluginWithFormsInterface.php Provides an interface for plugins which have forms.

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