Search for plugin
- Search 7.x for plugin
- Search 9.5.x for plugin
- Search 8.9.x for plugin
- Search 11.x for plugin
- Other projects
Exact matches
| Title | Object type | File name | Summary |
|---|---|---|---|
| Plugin | class | composer/ |
Composer plugin for handling drupal scaffold. |
| Plugin | class | core/ |
Defines a Plugin annotation object. |
| Plugin | class | core/ |
Defines a Plugin attribute object. |
All search results
| Title | Object type | File name | Summary |
|---|---|---|---|
| PluginExistsConstraint.php | file | core/ |
|
| PluginExistsConstraint::$allowFallback | property | core/ |
Whether or not to consider fallback plugin IDs as valid. |
| PluginExistsConstraint::$interface | property | core/ |
Optional name of the interface that the plugin must implement. |
| PluginExistsConstraint::$invalidInterfaceMessage | property | core/ |
The error message if a plugin does not implement the expected interface. |
| PluginExistsConstraint::$manager | property | core/ |
The ID of the plugin manager service. |
| PluginExistsConstraint::$unknownPluginMessage | property | core/ |
The error message if a plugin does not exist. |
| PluginExistsConstraint::create | function | core/ |
Creates an instance of the plugin. |
| PluginExistsConstraint::getDefaultOption | function | core/ |
|
| PluginExistsConstraint::getRequiredOptions | function | core/ |
|
| PluginExistsConstraint::__construct | function | core/ |
Constructs a PluginExistsConstraint. |
| PluginExistsConstraintTest | class | core/ |
@group Plugin @group Validation |
| PluginExistsConstraintTest.php | file | core/ |
|
| PluginExistsConstraintTest::testMissingOption | function | core/ |
Tests missing option. |
| PluginExistsConstraintTest::testOption | function | core/ |
Tests with different option keys. |
| PluginExistsConstraintValidator | class | core/ |
Validates the PluginExists constraint. |
| PluginExistsConstraintValidator.php | file | core/ |
|
| PluginExistsConstraintValidator::validate | function | core/ |
|
| PluginExistsConstraintValidatorTest | class | core/ |
@group Plugin @group Validation |
| PluginExistsConstraintValidatorTest.php | file | core/ |
|
| PluginExistsConstraintValidatorTest::$modules | property | core/ |
Modules to install. |
| PluginExistsConstraintValidatorTest::testFallbackPluginIds | function | core/ |
Tests that fallback plugin IDs can be considered valid or invalid. |
| PluginExistsConstraintValidatorTest::testValidation | function | core/ |
Tests validation of plugin existence. |
| PluginExtended | class | core/ |
Defines a test annotation that extends an annotation in another namespace. |
| PluginExtended.php | file | core/ |
|
| PluginFormBase | class | core/ |
Provides a base class for plugin forms. |
| PluginFormBase.php | file | core/ |
|
| PluginFormBase::$plugin | property | core/ |
The plugin this form is for. |
| PluginFormBase::setPlugin | function | core/ |
Sets the plugin for this object. |
| PluginFormBase::validateConfigurationForm | function | core/ |
Form validation handler. |
| PluginFormFactory | class | core/ |
Provides form discovery capabilities for plugins. |
| PluginFormFactory.php | file | core/ |
|
| PluginFormFactory::$classResolver | property | core/ |
The class resolver. |
| PluginFormFactory::createInstance | function | core/ |
Creates a new form instance. |
| PluginFormFactory::__construct | function | core/ |
PluginFormFactory constructor. |
| PluginFormFactoryInterface | interface | core/ |
Provides an interface for retrieving form objects for plugins. |
| PluginFormFactoryInterface.php | file | core/ |
|
| PluginFormFactoryInterface::createInstance | function | core/ |
Creates a new form instance. |
| PluginFormFactoryTest | class | core/ |
@coversDefaultClass \Drupal\Core\Plugin\PluginFormFactory[[api-linebreak]] @group Plugin |
| PluginFormFactoryTest.php | file | core/ |
|
| PluginFormFactoryTest::$classResolver | property | core/ |
The class resolver. |
| PluginFormFactoryTest::$manager | property | core/ |
The manager being tested. |
| PluginFormFactoryTest::setUp | function | core/ |
|
| PluginFormFactoryTest::testCreateInstance | function | core/ |
@covers ::createInstance[[api-linebreak]] |
| PluginFormFactoryTest::testCreateInstanceDefaultFallback | function | core/ |
@covers ::createInstance[[api-linebreak]] |
| PluginFormFactoryTest::testCreateInstanceDefinitionException | function | core/ |
@covers ::createInstance[[api-linebreak]] |
| PluginFormFactoryTest::testCreateInstanceInvalidException | function | core/ |
@covers ::createInstance[[api-linebreak]] |
| PluginFormFactoryTest::testCreateInstancePluginAware | function | core/ |
@covers ::createInstance[[api-linebreak]] |
| PluginFormFactoryTest::testCreateInstanceUsingPlugin | function | core/ |
@covers ::createInstance[[api-linebreak]] |
| PluginFormFactoryTest::testCreateInstanceUsingPluginWithSlashes | function | core/ |
@covers ::createInstance[[api-linebreak]] |
| PluginFormInterface | interface | core/ |
Provides an interface for an embeddable plugin form. |
Pagination
- Previous page
- Page 47
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.