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 |
---|---|---|---|
JoinPluginBase::$field | property | core/ |
The field to join on (right field). |
JoinPluginBase::$leftField | property | core/ |
The field we join to. |
JoinPluginBase::$leftFormula | property | core/ |
A formula to be used instead of the left field. |
JoinPluginBase::$leftTable | property | core/ |
The table we join to. |
JoinPluginBase::$table | property | core/ |
The table to join (right table). |
JoinPluginBase::$type | property | core/ |
The join type, so for example LEFT (default) or INNER. |
JoinPluginBase::buildExtra | function | core/ |
Builds a single extra condition. |
JoinPluginBase::buildJoin | function | core/ |
Builds the SQL for the join this object represents. |
JoinPluginBase::joinAddExtra | function | core/ |
Adds the extras to the join condition. |
JoinPluginBase::__construct | function | core/ |
Constructs a Drupal\views\Plugin\views\join\JoinPluginBase object. |
JoinPluginInterface | interface | core/ |
Represents a join and creates the SQL necessary to implement the join. |
JoinPluginInterface.php | file | core/ |
|
JoinPluginInterface::buildJoin | function | core/ |
Builds the SQL for the join this object represents. |
JoinTest::testBasePlugin | function | core/ |
Tests the join plugin base. |
JoinTest::testExamplePlugin | function | core/ |
Tests an example join plugin. |
Language::getDynamicPluginConfig | function | core/ |
Allows a plugin to modify its static configuration. |
LanguageNegotiatorPluginTest | class | core/ |
Tests PluginNotFoundException. |
LanguageNegotiatorPluginTest.php | file | core/ |
|
LanguageNegotiatorPluginTest::$modules | property | core/ |
Modules to enable. |
LanguageNegotiatorPluginTest::testLanguageNegotiatorNoPlugin | function | core/ |
Tests for PluginNotFoundException. |
LanguagePluginTest | class | core/ |
@coversDefaultClass \Drupal\ckeditor5\Plugin\CKEditor5Plugin\Language @group ckeditor5 @internal |
LanguagePluginTest.php | file | core/ |
|
LanguagePluginTest::buildExpectedDynamicConfig | function | core/ |
Builds the expected dynamic configuration output given a language list. |
LanguagePluginTest::providerGetDynamicPluginConfig | function | core/ |
Provides a list of configs to test. |
LanguagePluginTest::testGetDynamicPluginConfig | function | core/ |
@covers ::getDynamicPluginConfig @dataProvider providerGetDynamicPluginConfig |
LanguageTest::$plugin | property | core/ |
The plugin under test. |
layout-test-plugin.html.twig | file | core/ |
Template for layout_test_plugin layout. |
LayoutBuilderSectionStorageTest::testRenderByContextAwarePluginDelegate | function | core/ |
Tests that section loading is delegated to plugins during rendering. |
LayoutBuilderTest::testPluginDependencies | function | core/ |
Tests that component's dependencies are respected during removal. |
LayoutBuilderTest::testPluginsProvidingCustomAttributesAndContextualLinks | function | core/ |
Tests that block plugins can define custom attributes and contextual links. |
LayoutBuilderTest::testPreviewAwarePlugins | function | core/ |
Tests preview-aware layout & block plugins. |
LayoutBuilderTestPlugin | class | core/ |
Plugin annotation @Layout( id = "layout_builder_test_plugin", label = @Translation("Layout Builder Test Plugin"), regions = { "main" = { "label" = @Translation("Main Region") } }, ) |
LayoutBuilderTestPlugin.php | file | core/ |
|
LayoutBuilderTestPlugin::build | function | core/ |
Build a render array for layout with regions. |
LayoutDefault::$pluginDefinition | property | core/ |
The layout definition. |
LayoutDefault::getPluginDefinition | function | core/ |
|
LayoutInterface::getPluginDefinition | function | core/ |
|
LayoutPluginManager | class | core/ |
Provides a plugin manager for layouts. |
LayoutPluginManager.php | file | core/ |
|
LayoutPluginManager::$themeHandler | property | core/ |
The theme handler. |
LayoutPluginManager::getCategories | function | core/ |
Gets the names of all categories. |
LayoutPluginManager::getDiscovery | function | core/ |
Gets the plugin discovery. |
LayoutPluginManager::getGroupedDefinitions | function | core/ |
|
LayoutPluginManager::getLayoutOptions | function | core/ |
Returns an array of layout labels grouped by category. |
LayoutPluginManager::getSortedDefinitions | function | core/ |
|
LayoutPluginManager::getThemeImplementations | function | core/ |
Gets theme implementations for layouts. |
LayoutPluginManager::getType | function | core/ |
A string identifying the plugin type. |
LayoutPluginManager::processDefinition | function | core/ |
Performs extra processing on plugin definitions. |
LayoutPluginManager::providerExists | function | core/ |
Determines if the provider of a definition exists. |
LayoutPluginManager::__construct | function | core/ |
LayoutPluginManager constructor. |
Pagination
- Previous page
- Page 32
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.