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 |
|---|---|---|---|
| Plugin::getCapabilities | function | composer/ |
|
| Plugin::getClass | function | core/ |
Gets the class of the annotated class. |
| Plugin::getId | function | core/ |
Gets the unique ID for this annotated class. |
| Plugin::getProvider | function | core/ |
Gets the name of the provider of the annotated class. |
| Plugin::getSubscribedEvents | function | composer/ |
|
| Plugin::handler | function | composer/ |
Lazy-instantiate the handler object. It is dangerous to update a Composer plugin if it loads any classes prior to the `composer update` operation, and later tries to use them in a post-update hook. |
| Plugin::onCommand | function | composer/ |
Pre command event callback. |
| Plugin::parse | function | core/ |
Parses an annotation into its definition. |
| Plugin::postCmd | function | composer/ |
Post command event callback. |
| Plugin::postPackage | function | composer/ |
Post package event behavior. |
| Plugin::setClass | function | core/ |
Sets the class of the annotated class. |
| Plugin::setProvider | function | core/ |
Sets the name of the provider of the annotated class. |
| Plugin::uninstall | function | composer/ |
|
| Plugin::__construct | function | core/ |
Constructs a Plugin object. |
| PluginAlterTest | class | core/ |
@group Render |
| PluginAlterTest.php | file | core/ |
|
| PluginAlterTest::$modules | property | core/ |
Modules to enable. |
| PluginAlterTest::testPluginAlter | function | core/ |
Tests hook_element_plugin_alter(). |
| PluginAwareInterface | interface | core/ |
Provides an interface for objects that depend on a plugin. |
| PluginAwareInterface.php | file | core/ |
|
| PluginAwareInterface::setPlugin | function | core/ |
Sets the plugin for this object. |
| PluginBase | class | core/ |
Base class for plugins supporting metadata inspection and translation. |
| PluginBase | class | core/ |
Base class for plugins wishing to support metadata inspection. |
| PluginBase | class | core/ |
Base class for any views plugin types. |
| PluginBase.php | file | core/ |
|
| PluginBase.php | file | core/ |
|
| PluginBase.php | file | core/ |
|
| PluginBase::$configuration | property | core/ |
Configuration information passed into the plugin. |
| PluginBase::$definition | property | core/ |
Plugins's definition |
| PluginBase::$displayHandler | property | core/ |
The display object this plugin is for. |
| PluginBase::$options | property | core/ |
Options for this plugin will be held here. |
| PluginBase::$pluginDefinition | property | core/ |
The plugin implementation definition. |
| PluginBase::$pluginId | property | core/ |
The plugin_id. |
| PluginBase::$renderer | property | core/ |
Stores the render API renderer. |
| PluginBase::$usesOptions | property | core/ |
Denotes whether the plugin has an additional options form. |
| PluginBase::$view | property | core/ |
The top object of a view. |
| PluginBase::buildOptionsForm | function | core/ |
Provide a form to edit options for this plugin. |
| PluginBase::calculateDependencies | function | core/ |
Calculates dependencies for the configured plugin. |
| PluginBase::create | function | core/ |
Creates an instance of the plugin. |
| PluginBase::defineOptions | function | core/ |
Information about options for all kinds of purposes will be held here. |
| PluginBase::DERIVATIVE_SEPARATOR | constant | core/ |
A string which is used to separate base plugin IDs from the derivative ID. |
| PluginBase::destroy | function | core/ |
Clears a plugin. |
| PluginBase::doFilterByDefinedOptions | function | core/ |
Do the work to filter out stored options depending on the defined options. |
| PluginBase::filterByDefinedOptions | function | core/ |
Filter out stored options depending on the defined options. |
| PluginBase::getAvailableGlobalTokens | function | core/ |
Returns an array of available token replacements. |
| PluginBase::getBaseId | function | core/ |
Gets the base_plugin_id of the plugin instance. |
| PluginBase::getDerivativeId | function | core/ |
Gets the derivative_id of the plugin instance. |
| PluginBase::getPluginDefinition | function | core/ |
Gets the definition of the plugin implementation. |
| PluginBase::getPluginId | function | core/ |
Gets the plugin_id of the plugin instance. |
| PluginBase::getProvider | function | core/ |
Returns the plugin provider. |
Pagination
- Previous page
- Page 39
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.