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
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 class core/modules/system/tests/modules/plugin_test/src/Plugin/Attribute/PluginExample.php Defines a custom PluginExample attribute.
PluginExample class core/modules/system/tests/modules/plugin_test/src/Plugin/Annotation/PluginExample.php Defines a custom Plugin annotation.
PluginExample.php file core/modules/system/tests/modules/plugin_test/src/Plugin/Attribute/PluginExample.php
PluginExample.php file core/modules/system/tests/modules/plugin_test/src/Plugin/Annotation/PluginExample.php
PluginExample::$custom property core/modules/system/tests/modules/plugin_test/src/Plugin/Annotation/PluginExample.php Another plugin metadata.
PluginExample::$id property core/modules/system/tests/modules/plugin_test/src/Plugin/Annotation/PluginExample.php The plugin ID.
PluginExample::get function core/modules/system/tests/modules/plugin_test/src/Plugin/Annotation/PluginExample.php
PluginExample::__construct function core/modules/system/tests/modules/plugin_test/src/Plugin/Attribute/PluginExample.php Constructs a PluginExample attribute.
PluginException class core/lib/Drupal/Component/Plugin/Exception/PluginException.php Base class for plugin exceptions.
PluginException.php file core/lib/Drupal/Component/Plugin/Exception/PluginException.php
PluginExistsConstraint class core/lib/Drupal/Core/Plugin/Plugin/Validation/Constraint/PluginExistsConstraint.php Checks if a plugin exists and optionally implements a particular interface.
PluginExistsConstraint.php file core/lib/Drupal/Core/Plugin/Plugin/Validation/Constraint/PluginExistsConstraint.php
PluginExistsConstraint::create function core/lib/Drupal/Core/Plugin/Plugin/Validation/Constraint/PluginExistsConstraint.php
PluginExistsConstraint::__construct function core/lib/Drupal/Core/Plugin/Plugin/Validation/Constraint/PluginExistsConstraint.php Constructs a PluginExistsConstraint object.
PluginExistsConstraintTest class core/tests/Drupal/Tests/Core/Plugin/PluginExistsConstraintTest.php Tests Drupal\Core\Plugin\Plugin\Validation\Constraint\PluginExistsConstraint.
PluginExistsConstraintTest.php file core/tests/Drupal/Tests/Core/Plugin/PluginExistsConstraintTest.php
PluginExistsConstraintTest::testManagerOption function core/tests/Drupal/Tests/Core/Plugin/PluginExistsConstraintTest.php Tests plugin is created when manager option is set to a valid service ID.
PluginExistsConstraintTest::testMissingOption function core/tests/Drupal/Tests/Core/Plugin/PluginExistsConstraintTest.php Tests missing option.
PluginExistsConstraintValidator class core/lib/Drupal/Core/Plugin/Plugin/Validation/Constraint/PluginExistsConstraintValidator.php Validates the PluginExists constraint.
PluginExistsConstraintValidator.php file core/lib/Drupal/Core/Plugin/Plugin/Validation/Constraint/PluginExistsConstraintValidator.php
PluginExistsConstraintValidator::validate function core/lib/Drupal/Core/Plugin/Plugin/Validation/Constraint/PluginExistsConstraintValidator.php
PluginExistsConstraintValidatorTest class core/tests/Drupal/KernelTests/Core/Plugin/PluginExistsConstraintValidatorTest.php Tests Plugin Exists Constraint Validator.
PluginExistsConstraintValidatorTest.php file core/tests/Drupal/KernelTests/Core/Plugin/PluginExistsConstraintValidatorTest.php
PluginExistsConstraintValidatorTest::$modules property core/tests/Drupal/KernelTests/Core/Plugin/PluginExistsConstraintValidatorTest.php
PluginExistsConstraintValidatorTest::testFallbackPluginIds function core/tests/Drupal/KernelTests/Core/Plugin/PluginExistsConstraintValidatorTest.php Tests that fallback plugin IDs can be considered valid or invalid.
PluginExistsConstraintValidatorTest::testValidation function core/tests/Drupal/KernelTests/Core/Plugin/PluginExistsConstraintValidatorTest.php Tests validation of plugin existence.
PluginExtended class core/modules/system/tests/modules/plugin_test_extended/src/Plugin/Annotation/PluginExtended.php Defines a test annotation that extends an annotation in another namespace.
PluginExtended.php file core/modules/system/tests/modules/plugin_test_extended/src/Plugin/Annotation/PluginExtended.php
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 class core/lib/Drupal/Core/Plugin/PluginFormFactory.php Provides form discovery capabilities for plugins.
PluginFormFactory.php file core/lib/Drupal/Core/Plugin/PluginFormFactory.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 interface core/lib/Drupal/Core/Plugin/PluginFormFactoryInterface.php Provides an interface for retrieving form objects for plugins.
PluginFormFactoryInterface.php file core/lib/Drupal/Core/Plugin/PluginFormFactoryInterface.php
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 Tests Drupal\Core\Plugin\PluginFormFactory.
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 Tests create instance.
PluginFormFactoryTest::testCreateInstanceDefaultFallback function core/tests/Drupal/Tests/Core/Plugin/PluginFormFactoryTest.php Tests create instance default fallback.

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