Search for plugin
- Search 7.x for plugin
- Search 8.9.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 |
---|---|---|---|
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. |
PluginBase::validateOptionsForm | function | core/ |
Validate the options form. |
PluginBase::viewsTokenReplace | function | core/ |
Replaces Views' tokens in a given string. |
PluginBase::VIEWS_QUERY_LANGUAGE_SITE_DEFAULT | constant | core/ |
Query string to indicate the site default language. |
PluginBase::__construct | function | core/ |
Constructs a PluginBase object. |
PluginBase::__construct | function | core/ |
Constructs a \Drupal\Component\Plugin\PluginBase object. |
PluginBaseTest | class | core/ |
@coversDefaultClass \Drupal\views\Plugin\views\PluginBase @group views |
PluginBaseTest | class | core/ |
Tests the PluginBase class. |
PluginBaseTest | class | core/ |
@coversDefaultClass \Drupal\Component\Plugin\PluginBase @group Plugin |
PluginBaseTest.php | file | core/ |
|
PluginBaseTest.php | file | core/ |
|
PluginBaseTest.php | file | core/ |
Contains \Drupal\views\Tests\Plugin\PluginBaseTest. |
PluginBaseTest::$testHelperPlugin | property | core/ |
The test helper plugin to use for the tests. |
PluginBaseTest::$testPluginBase | property | core/ |
|
PluginBaseTest::providerTestFilterByDefinedOptions | function | core/ |
|
PluginBaseTest::providerTestGetBaseId | function | core/ |
Returns test data for testGetBaseId(). |
PluginBaseTest::providerTestGetDerivativeId | function | core/ |
Returns test data for testGetDerivativeId(). |
PluginBaseTest::providerTestGetPluginId | function | core/ |
Returns test data for testGetPluginId(). |
PluginBaseTest::providerTestSetOptionDefault | function | core/ |
Data provider for testSetOptionDefault(). |
PluginBaseTest::providerTestUnpackOptions | function | core/ |
Data provider for testUnpackOptions(). |
PluginBaseTest::setUp | function | core/ |
Pagination
- Previous page
- Page 44
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.