Search for %s
- Search 7.x for %s
- Search 8.9.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| PluginBase | class | core/ |
Base class for plugins wishing to support metadata inspection. |
| PluginBase | class | core/ |
Base class for plugins supporting metadata inspection and translation. |
| 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' 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. |
| PluginBase::getRenderer | function | core/ |
Returns the render API renderer. |
| PluginBase::globalTokenForm | function | core/ |
Adds elements for available core tokens to a form. |
| PluginBase::globalTokenReplace | function | core/ |
Returns a string with any core tokens replaced. |
| PluginBase::INCLUDE_ENTITY | constant | core/ |
Include entity row languages when listing languages. |
| PluginBase::INCLUDE_NEGOTIATED | constant | core/ |
Include negotiated languages when listing languages. |
| PluginBase::init | function | core/ |
Initialize the plugin. |
| PluginBase::isConfigurable | function | core/ |
Determines if the plugin is configurable. |
| PluginBase::listLanguages | function | core/ |
Makes an array of languages, optionally including special languages. |
| PluginBase::pluginTitle | function | core/ |
Return the human readable name of the display. |
| PluginBase::preRenderAddFieldsetMarkup | function | core/ |
Moves form elements into fieldsets for presentation purposes. |
| PluginBase::preRenderFlattenData | function | core/ |
Flattens the structure of form elements. |
| PluginBase::query | function | core/ |
Add anything to the query that we might need to. |
| PluginBase::queryLanguageSubstitutions | function | core/ |
Returns substitutions for Views queries for languages. |
| PluginBase::setOptionDefaults | function | core/ |
Fills up the options of the plugin with defaults. |
| PluginBase::submitOptionsForm | function | core/ |
Handle any special handling on the validate form. |
| PluginBase::summaryTitle | function | core/ |
Returns the summary of the settings in the display. |
| PluginBase::themeFunctions | function | core/ |
Provide a full list of possible theme templates used by this style. |
| PluginBase::trustedCallbacks | function | core/ |
Lists the trusted callbacks provided by the implementing class. |
| PluginBase::unpackOptions | function | core/ |
Unpacks options over our existing defaults. |
| PluginBase::usesOptions | function | core/ |
Returns the usesOptions property. |
| PluginBase::validate | function | core/ |
Validate that the plugin is correct and can be saved. |
Pagination
- Previous page
- Page 978
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.