Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
PluginDependencyTrait::getPluginDependencies function core/lib/Drupal/Core/Plugin/PluginDependencyTrait.php Calculates and returns dependencies of a specific plugin instance.
PluginDependencyTraitTest class core/tests/Drupal/Tests/Core/Plugin/PluginDependencyTraitTest.php @coversDefaultClass \Drupal\Core\Plugin\PluginDependencyTrait[[api-linebreak]]
@group Plugin
PluginDependencyTraitTest.php file core/tests/Drupal/Tests/Core/Plugin/PluginDependencyTraitTest.php
PluginDependencyTraitTest::providerTestPluginDependencies function core/tests/Drupal/Tests/Core/Plugin/PluginDependencyTraitTest.php Provides test data for plugin dependencies.
PluginDependencyTraitTest::testCalculatePluginDependencies function core/tests/Drupal/Tests/Core/Plugin/PluginDependencyTraitTest.php @covers ::calculatePluginDependencies[[api-linebreak]]
PluginDependencyTraitTest::testGetPluginDependencies function core/tests/Drupal/Tests/Core/Plugin/PluginDependencyTraitTest.php @covers ::getPluginDependencies[[api-linebreak]]
PluginDependencyTraitTest::testNeitherThemeNorModule function core/tests/Drupal/Tests/Core/Plugin/PluginDependencyTraitTest.php @covers ::getPluginDependencies[[api-linebreak]]
PluginEventSubscriber class core/modules/migrate/src/Plugin/PluginEventSubscriber.php Event subscriber to forward Migrate events to source and destination plugins.
PluginEventSubscriber.php file core/modules/migrate/src/Plugin/PluginEventSubscriber.php
PluginEventSubscriber::getSubscribedEvents function core/modules/migrate/src/Plugin/PluginEventSubscriber.php
PluginEventSubscriber::invoke function core/modules/migrate/src/Plugin/PluginEventSubscriber.php Tries to invoke event handling methods on source and destination plugins.
PluginEventSubscriber::postImport function core/modules/migrate/src/Plugin/PluginEventSubscriber.php Forwards post-import events to the source and destination plugins.
PluginEventSubscriber::postRollback function core/modules/migrate/src/Plugin/PluginEventSubscriber.php Forwards post-rollback events to the source and destination plugins.
PluginEventSubscriber::preImport function core/modules/migrate/src/Plugin/PluginEventSubscriber.php Forwards pre-import events to the source and destination plugins.
PluginEventSubscriber::preRollback function core/modules/migrate/src/Plugin/PluginEventSubscriber.php Forwards pre-rollback events to the source and destination plugins.
PluginExample::$custom property core/modules/system/tests/modules/plugin_test/src/Plugin/Annotation/PluginExample.php Another plugin metadata.
PluginFormBase class core/lib/Drupal/Core/Plugin/PluginFormBase.php Provides a base class for plugin forms.
PluginFormBase.php file core/lib/Drupal/Core/Plugin/PluginFormBase.php
PluginFormBase::$plugin property core/lib/Drupal/Core/Plugin/PluginFormBase.php The plugin this form is for.
PluginFormBase::setPlugin function core/lib/Drupal/Core/Plugin/PluginFormBase.php
PluginFormBase::validateConfigurationForm function core/lib/Drupal/Core/Plugin/PluginFormBase.php
PluginFormFactory::$classResolver property core/lib/Drupal/Core/Plugin/PluginFormFactory.php The class resolver.
PluginFormFactory::createInstance function core/lib/Drupal/Core/Plugin/PluginFormFactory.php
PluginFormFactory::__construct function core/lib/Drupal/Core/Plugin/PluginFormFactory.php PluginFormFactory constructor.
PluginFormFactoryInterface::createInstance function core/lib/Drupal/Core/Plugin/PluginFormFactoryInterface.php Creates a new form instance.
PluginFormFactoryTest class core/tests/Drupal/Tests/Core/Plugin/PluginFormFactoryTest.php @coversDefaultClass \Drupal\Core\Plugin\PluginFormFactory[[api-linebreak]]
@group Plugin
PluginFormFactoryTest.php file core/tests/Drupal/Tests/Core/Plugin/PluginFormFactoryTest.php
PluginFormFactoryTest::$classResolver property core/tests/Drupal/Tests/Core/Plugin/PluginFormFactoryTest.php The class resolver.
PluginFormFactoryTest::$manager property core/tests/Drupal/Tests/Core/Plugin/PluginFormFactoryTest.php The manager being tested.
PluginFormFactoryTest::setUp function core/tests/Drupal/Tests/Core/Plugin/PluginFormFactoryTest.php
PluginFormFactoryTest::testCreateInstance function core/tests/Drupal/Tests/Core/Plugin/PluginFormFactoryTest.php @covers ::createInstance[[api-linebreak]]
PluginFormFactoryTest::testCreateInstanceDefaultFallback function core/tests/Drupal/Tests/Core/Plugin/PluginFormFactoryTest.php @covers ::createInstance[[api-linebreak]]
PluginFormFactoryTest::testCreateInstanceDefinitionException function core/tests/Drupal/Tests/Core/Plugin/PluginFormFactoryTest.php @covers ::createInstance[[api-linebreak]]
PluginFormFactoryTest::testCreateInstanceInvalidException function core/tests/Drupal/Tests/Core/Plugin/PluginFormFactoryTest.php @covers ::createInstance[[api-linebreak]]
PluginFormFactoryTest::testCreateInstancePluginAware function core/tests/Drupal/Tests/Core/Plugin/PluginFormFactoryTest.php @covers ::createInstance[[api-linebreak]]
PluginFormFactoryTest::testCreateInstanceUsingPlugin function core/tests/Drupal/Tests/Core/Plugin/PluginFormFactoryTest.php @covers ::createInstance[[api-linebreak]]
PluginFormFactoryTest::testCreateInstanceUsingPluginWithSlashes function core/tests/Drupal/Tests/Core/Plugin/PluginFormFactoryTest.php @covers ::createInstance[[api-linebreak]]
PluginFormInterface::submitConfigurationForm function core/lib/Drupal/Core/Plugin/PluginFormInterface.php Form submission handler.
PluginHelper::isConfigurable function core/lib/Drupal/Component/Plugin/PluginHelper.php Determines if a plugin is configurable.
PluginIdTest class core/tests/Drupal/Tests/Component/Annotation/PluginIdTest.php @coversDefaultClass \Drupal\Component\Annotation\PluginId[[api-linebreak]]
@group Annotation
PluginIdTest.php file core/tests/Drupal/Tests/Component/Annotation/PluginIdTest.php
PluginIdTest::testGet function core/tests/Drupal/Tests/Component/Annotation/PluginIdTest.php @covers ::get[[api-linebreak]]
PluginIdTest::testGetId function core/tests/Drupal/Tests/Component/Annotation/PluginIdTest.php @covers ::getId[[api-linebreak]]
PluginInspectionInterface interface core/lib/Drupal/Component/Plugin/PluginInspectionInterface.php Plugin interface for providing some metadata inspection.
PluginInspectionInterface.php file core/lib/Drupal/Component/Plugin/PluginInspectionInterface.php
PluginInspectionInterface::getPluginDefinition function core/lib/Drupal/Component/Plugin/PluginInspectionInterface.php Gets the definition of the plugin implementation.
PluginInspectionInterface::getPluginId function core/lib/Drupal/Component/Plugin/PluginInspectionInterface.php Gets the plugin_id of the plugin instance.
PluginInstanceTest class core/modules/views/tests/src/Kernel/PluginInstanceTest.php Tests that an instance of all views plugins can be created.
PluginInstanceTest.php file core/modules/views/tests/src/Kernel/PluginInstanceTest.php
PluginInstanceTest::$definitions property core/modules/views/tests/src/Kernel/PluginInstanceTest.php An array of plugin definitions, keyed by plugin type.

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