Search for plugin

  1. Search 7.x for plugin
  2. Search 9.5.x for plugin
  3. Search 10.3.x for plugin
  4. Search 11.x for plugin
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Plugin class composer/Plugin/Scaffold/Plugin.php Composer plugin for handling drupal scaffold.
Plugin class core/lib/Drupal/Component/Annotation/Plugin.php Defines a Plugin annotation object.

All search results

Title Object type File name Summary
PluginSettingsBase::getThirdPartySettings function core/lib/Drupal/Core/Field/PluginSettingsBase.php Gets all third-party settings of a given module.
PluginSettingsBase::mergeDefaults function core/lib/Drupal/Core/Field/PluginSettingsBase.php Merges default settings values into $settings.
PluginSettingsBase::onDependencyRemoval function core/lib/Drupal/Core/Field/PluginSettingsBase.php Informs the plugin that some configuration it depends on will be deleted.
PluginSettingsBase::setSetting function core/lib/Drupal/Core/Field/PluginSettingsBase.php Sets the value of a setting for the plugin.
PluginSettingsBase::setSettings function core/lib/Drupal/Core/Field/PluginSettingsBase.php Sets the settings for the plugin.
PluginSettingsBase::setThirdPartySetting function core/lib/Drupal/Core/Field/PluginSettingsBase.php Sets the value of a third-party setting.
PluginSettingsBase::unsetThirdPartySetting function core/lib/Drupal/Core/Field/PluginSettingsBase.php Unsets a third-party setting.
PluginSettingsBaseTest class core/tests/Drupal/Tests/Core/Field/PluginSettingsBaseTest.php @coversDefaultClass \Drupal\Core\Field\PluginSettingsBase
@group Field
PluginSettingsBaseTest.php file core/tests/Drupal/Tests/Core/Field/PluginSettingsBaseTest.php Contains \Drupal\Tests\Core\Field\PluginSettingsBaseTest.
PluginSettingsBaseTest::testGetThirdPartySettings function core/tests/Drupal/Tests/Core/Field/PluginSettingsBaseTest.php @covers ::getThirdPartySettings
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/Annotation/PluginTest.php
PluginStub::$defaultProperty property core/tests/Drupal/Tests/Component/Annotation/PluginTest.php
PluginTest class core/tests/Drupal/Tests/Component/Annotation/PluginTest.php @coversDefaultClass \Drupal\Component\Annotation\Plugin
@group Annotation
PluginTest.php file core/tests/Drupal/Tests/Component/Annotation/PluginTest.php
PluginTest::testGet function core/tests/Drupal/Tests/Component/Annotation/PluginTest.php @covers ::__construct
@covers ::parse
@covers ::get
PluginTest::testGetClass function core/tests/Drupal/Tests/Component/Annotation/PluginTest.php @covers ::getClass
PluginTest::testGetId function core/tests/Drupal/Tests/Component/Annotation/PluginTest.php @covers ::getId
PluginTest::testGetProvider function core/tests/Drupal/Tests/Component/Annotation/PluginTest.php @covers ::getProvider
PluginTest::testSetClass function core/tests/Drupal/Tests/Component/Annotation/PluginTest.php @covers ::setClass
PluginTest::testSetProvider function core/tests/Drupal/Tests/Component/Annotation/PluginTest.php @covers ::setProvider
PluginTestBase class core/modules/views/src/Tests/Plugin/PluginTestBase.php
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.php file core/modules/views/src/Tests/Plugin/PluginTestBase.php
PluginTestBase::$defaultsTestPluginExpectedDefinitions property core/tests/Drupal/KernelTests/Core/Plugin/PluginTestBase.php
PluginTestBase::$defaultsTestPluginManager property core/tests/Drupal/KernelTests/Core/Plugin/PluginTestBase.php
PluginTestBase::$mockBlockExpectedDefinitions property core/tests/Drupal/KernelTests/Core/Plugin/PluginTestBase.php
PluginTestBase::$mockBlockManager property core/tests/Drupal/KernelTests/Core/Plugin/PluginTestBase.php
PluginTestBase::$modules property core/tests/Drupal/KernelTests/Core/Plugin/PluginTestBase.php Modules to enable.
PluginTestBase::$testPluginExpectedDefinitions property core/tests/Drupal/KernelTests/Core/Plugin/PluginTestBase.php
PluginTestBase::$testPluginManager property core/tests/Drupal/KernelTests/Core/Plugin/PluginTestBase.php
PluginTestBase::setUp function core/tests/Drupal/KernelTests/Core/Plugin/PluginTestBase.php
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.
PluginWithFormsInterface.php file core/lib/Drupal/Core/Plugin/PluginWithFormsInterface.php
PluginWithFormsInterface::getFormClass function core/lib/Drupal/Core/Plugin/PluginWithFormsInterface.php Gets the form class for the given operation.
PluginWithFormsInterface::hasFormClass function core/lib/Drupal/Core/Plugin/PluginWithFormsInterface.php Gets whether the plugin has a form class for the given operation.
PluginWithFormsTrait trait core/lib/Drupal/Core/Plugin/PluginWithFormsTrait.php Provides a trait with typical behavior for plugins which have forms.
PluginWithFormsTrait.php file core/lib/Drupal/Core/Plugin/PluginWithFormsTrait.php
PluginWithFormsTrait::getFormClass function core/lib/Drupal/Core/Plugin/PluginWithFormsTrait.php

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