Search for plugin
- Search 7.x for plugin
- Search 9.5.x for plugin
- Search 8.9.x for plugin
- Search 10.3.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 |
---|---|---|---|
PluginBaseTest::testUnpackOptions | function | core/ |
Tests the unpackOptions method. |
PluginBaseTest::testViewsTokenReplace | function | core/ |
Tests that the token replacement in views works correctly. |
PluginBaseTest::testViewsTokenReplaceWithDots | function | core/ |
Tests that the token replacement in views works correctly with dots. |
PluginBaseTest::testViewsTokenReplaceWithTwigTokens | function | core/ |
Tests viewsTokenReplace without any twig tokens. |
PluginDefinition | class | core/ |
Provides object-based plugin definitions. |
PluginDefinition.php | file | core/ |
|
PluginDefinition::$class | property | core/ |
A fully qualified class name. |
PluginDefinition::$id | property | core/ |
The plugin ID. |
PluginDefinition::$provider | property | core/ |
The plugin provider. |
PluginDefinition::getClass | function | core/ |
Gets the class. |
PluginDefinition::getProvider | function | core/ |
Gets the plugin provider. |
PluginDefinition::id | function | core/ |
Gets the unique identifier of the plugin. |
PluginDefinition::setClass | function | core/ |
Sets the class. |
PluginDefinitionInterface | interface | core/ |
Defines a plugin definition. |
PluginDefinitionInterface.php | file | core/ |
|
PluginDefinitionInterface::getClass | function | core/ |
Gets the class. |
PluginDefinitionInterface::getProvider | function | core/ |
Gets the plugin provider. |
PluginDefinitionInterface::id | function | core/ |
Gets the unique identifier of the plugin. |
PluginDefinitionInterface::setClass | function | core/ |
Sets the class. |
PluginDependencyTrait | trait | core/ |
Provides a trait for calculating the dependencies of a plugin. |
PluginDependencyTrait.php | file | core/ |
|
PluginDependencyTrait::calculatePluginDependencies | function | core/ |
Calculates and adds dependencies of a specific plugin instance. |
PluginDependencyTrait::getPluginDependencies | function | core/ |
Calculates and returns dependencies of a specific plugin instance. |
PluginDependencyTrait::moduleHandler | function | core/ |
Wraps the module handler. |
PluginDependencyTrait::themeHandler | function | core/ |
Wraps the theme handler. |
PluginDependencyTraitTest | class | core/ |
@coversDefaultClass \Drupal\Core\Plugin\PluginDependencyTrait @group Plugin |
PluginDependencyTraitTest.php | file | core/ |
|
PluginDependencyTraitTest::providerTestPluginDependencies | function | core/ |
Provides test data for plugin dependencies. |
PluginDependencyTraitTest::testCalculatePluginDependencies | function | core/ |
@covers ::calculatePluginDependencies |
PluginDependencyTraitTest::testGetPluginDependencies | function | core/ |
@covers ::getPluginDependencies |
PluginEventSubscriber | class | core/ |
Event subscriber to forward Migrate events to source and destination plugins. |
PluginEventSubscriber.php | file | core/ |
|
PluginEventSubscriber::getSubscribedEvents | function | core/ |
|
PluginEventSubscriber::invoke | function | core/ |
Tries to invoke event handling methods on source and destination plugins. |
PluginEventSubscriber::postImport | function | core/ |
Forwards post-import events to the source and destination plugins. |
PluginEventSubscriber::postRollback | function | core/ |
Forwards post-rollback events to the source and destination plugins. |
PluginEventSubscriber::preImport | function | core/ |
Forwards pre-import events to the source and destination plugins. |
PluginEventSubscriber::preRollback | function | core/ |
Forwards pre-rollback events to the source and destination plugins. |
PluginExample | class | core/ |
Defines a custom PluginExample attribute. |
PluginExample | class | core/ |
Defines a custom Plugin annotation. |
PluginExample.php | file | core/ |
|
PluginExample.php | file | core/ |
|
PluginExample::$custom | property | core/ |
Another plugin metadata. |
PluginExample::$id | property | core/ |
The plugin ID. |
PluginExample::get | function | core/ |
Gets the value of an annotation. |
PluginExample::__construct | function | core/ |
Constructs a PluginExample attribute. |
PluginException | class | core/ |
Base class for plugin exceptions. |
PluginException.php | file | core/ |
|
PluginExistsConstraint | class | core/ |
Checks if a plugin exists and optionally implements a particular interface. |
PluginExistsConstraint.php | file | core/ |
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.