Search for plugin
- Search 7.x for plugin
- Search 9.5.x for plugin
- Search 10.3.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. |
All search results
Title | Object type | File name | Summary |
---|---|---|---|
PluginBaseTest::testViewsTokenReplaceWithDots | function | core/ |
Test 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 |
PluginDependencyTraitTest::testNeitherThemeNorModule | 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 Plugin annotation. |
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. |
PluginException | class | core/ |
Generic Plugin exception class to be thrown when no more specific class is applicable. |
PluginException.php | file | core/ |
|
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. |
Pagination
- Previous page
- Page 41
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.