| 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 |
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 |
Gets the value of an annotation. |
| 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::$allowFallback |
property |
core/lib/Drupal/Core/Plugin/Plugin/Validation/Constraint/PluginExistsConstraint.php |
Whether or not to consider fallback plugin IDs as valid. |
| PluginExistsConstraint::$interface |
property |
core/lib/Drupal/Core/Plugin/Plugin/Validation/Constraint/PluginExistsConstraint.php |
Optional name of the interface that the plugin must implement. |
| PluginExistsConstraint::$invalidInterfaceMessage |
property |
core/lib/Drupal/Core/Plugin/Plugin/Validation/Constraint/PluginExistsConstraint.php |
The error message if a plugin does not implement the expected interface. |
| PluginExistsConstraint::$manager |
property |
core/lib/Drupal/Core/Plugin/Plugin/Validation/Constraint/PluginExistsConstraint.php |
The ID of the plugin manager service. |
| PluginExistsConstraint::$unknownPluginMessage |
property |
core/lib/Drupal/Core/Plugin/Plugin/Validation/Constraint/PluginExistsConstraint.php |
The error message if a plugin does not exist. |
| PluginExistsConstraint::create |
function |
core/lib/Drupal/Core/Plugin/Plugin/Validation/Constraint/PluginExistsConstraint.php |
Creates an instance of the plugin. |
| PluginExistsConstraint::getDefaultOption |
function |
core/lib/Drupal/Core/Plugin/Plugin/Validation/Constraint/PluginExistsConstraint.php |
|
| PluginExistsConstraint::getRequiredOptions |
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. |
| 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::testMissingOption |
function |
core/tests/Drupal/Tests/Core/Plugin/PluginExistsConstraintTest.php |
Tests missing option. |
| PluginExistsConstraintTest::testOption |
function |
core/tests/Drupal/Tests/Core/Plugin/PluginExistsConstraintTest.php |
Tests with different option keys. |
| 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 |
Modules to install. |
| 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 |
Sets the plugin for this object. |
| PluginFormBase::validateConfigurationForm |
function |
core/lib/Drupal/Core/Plugin/PluginFormBase.php |
Form validation handler. |
| 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 |
Creates a new form instance. |
| 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. |