Search for plugin

  1. Search 7.x for plugin
  2. Search 8.9.x for plugin
  3. Search 10.3.x for plugin
  4. Search 11.x for plugin
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Plugin class composer/Plugin/Scaffold/Plugin.php Composer plugin for handling drupal scaffold.
Plugin class core/lib/Drupal/Component/Annotation/Plugin.php Defines a Plugin annotation object.

All search results

Title Object type File name Summary
CachePluginBase::getCacheMaxAge function core/modules/views/src/Plugin/views/cache/CachePluginBase.php Gets the max age for the current view.
CachePluginBase::getCacheTags function core/modules/views/src/Plugin/views/cache/CachePluginBase.php Gets an array of cache tags for the current view.
CachePluginBase::getDefaultCacheMaxAge function core/modules/views/src/Plugin/views/cache/CachePluginBase.php Returns the default cache max age.
CachePluginBase::getResultsKey function core/modules/views/src/Plugin/views/cache/CachePluginBase.php Returns the resultsKey property.
CachePluginBase::getRowCacheKeys function core/modules/views/src/Plugin/views/cache/CachePluginBase.php Returns the row cache keys.
CachePluginBase::getRowCacheTags function core/modules/views/src/Plugin/views/cache/CachePluginBase.php Returns the row cache tags.
CachePluginBase::getRowId function core/modules/views/src/Plugin/views/cache/CachePluginBase.php Returns a unique identifier for the specified row.
CachePluginBase::postRender function core/modules/views/src/Plugin/views/cache/CachePluginBase.php Post process any rendered data.
CachePluginBase::prepareViewResult function core/modules/views/src/Plugin/views/cache/CachePluginBase.php Prepares the view result before putting it into cache.
CachePluginBase::summaryTitle function core/modules/views/src/Plugin/views/cache/CachePluginBase.php Returns a string to display as the clickable title for the access control.
CategorizingPluginManager class core/tests/Drupal/Tests/Core/Plugin/CategorizingPluginManagerTraitTest.php Class that allows testing the trait.
CategorizingPluginManager::getDefinitions function core/tests/Drupal/Tests/Core/Plugin/CategorizingPluginManagerTraitTest.php Provides some test definitions to the trait.
CategorizingPluginManager::processDefinition function core/tests/Drupal/Tests/Core/Plugin/CategorizingPluginManagerTraitTest.php Performs extra processing on plugin definitions.
CategorizingPluginManager::__construct function core/tests/Drupal/Tests/Core/Plugin/CategorizingPluginManagerTraitTest.php Replace the constructor so we can instantiate a stub.
CategorizingPluginManagerInterface interface core/lib/Drupal/Component/Plugin/CategorizingPluginManagerInterface.php Defines an interface for plugin managers that categorize plugin definitions.
CategorizingPluginManagerInterface.php file core/lib/Drupal/Component/Plugin/CategorizingPluginManagerInterface.php
CategorizingPluginManagerInterface::getCategories function core/lib/Drupal/Component/Plugin/CategorizingPluginManagerInterface.php Gets the names of all categories.
CategorizingPluginManagerInterface::getGroupedDefinitions function core/lib/Drupal/Component/Plugin/CategorizingPluginManagerInterface.php Gets sorted plugin definitions grouped by category.
CategorizingPluginManagerInterface::getSortedDefinitions function core/lib/Drupal/Component/Plugin/CategorizingPluginManagerInterface.php Gets sorted plugin definitions.
CategorizingPluginManagerTrait trait core/lib/Drupal/Core/Plugin/CategorizingPluginManagerTrait.php Provides a trait for the CategorizingPluginManagerInterface.
CategorizingPluginManagerTrait.php file core/lib/Drupal/Core/Plugin/CategorizingPluginManagerTrait.php
CategorizingPluginManagerTrait::getCategories function core/lib/Drupal/Core/Plugin/CategorizingPluginManagerTrait.php
CategorizingPluginManagerTrait::getGroupedDefinitions function core/lib/Drupal/Core/Plugin/CategorizingPluginManagerTrait.php
CategorizingPluginManagerTrait::getModuleHandler function core/lib/Drupal/Core/Plugin/CategorizingPluginManagerTrait.php Returns the module handler used.
CategorizingPluginManagerTrait::getProviderName function core/lib/Drupal/Core/Plugin/CategorizingPluginManagerTrait.php Gets the name of a provider.
CategorizingPluginManagerTrait::getSortedDefinitions function core/lib/Drupal/Core/Plugin/CategorizingPluginManagerTrait.php
CategorizingPluginManagerTrait::processDefinitionCategory function core/lib/Drupal/Core/Plugin/CategorizingPluginManagerTrait.php Processes a plugin definition to ensure there is a category.
CategorizingPluginManagerTraitTest class core/tests/Drupal/Tests/Core/Plugin/CategorizingPluginManagerTraitTest.php @coversDefaultClass \Drupal\Core\Plugin\CategorizingPluginManagerTrait
@group Plugin
CategorizingPluginManagerTraitTest.php file core/tests/Drupal/Tests/Core/Plugin/CategorizingPluginManagerTraitTest.php Contains \Drupal\Tests\Core\Plugin\CategorizingPluginManagerTraitTest.
CategorizingPluginManagerTraitTest::$pluginManager property core/tests/Drupal/Tests/Core/Plugin/CategorizingPluginManagerTraitTest.php The plugin manager to test.
CategorizingPluginManagerTraitTest::setUp function core/tests/Drupal/Tests/Core/Plugin/CategorizingPluginManagerTraitTest.php
CategorizingPluginManagerTraitTest::testGetCategories function core/tests/Drupal/Tests/Core/Plugin/CategorizingPluginManagerTraitTest.php @covers ::getCategories
CategorizingPluginManagerTraitTest::testGetGroupedDefinitions function core/tests/Drupal/Tests/Core/Plugin/CategorizingPluginManagerTraitTest.php @covers ::getGroupedDefinitions
CategorizingPluginManagerTraitTest::testGetSortedDefinitions function core/tests/Drupal/Tests/Core/Plugin/CategorizingPluginManagerTraitTest.php @covers ::getSortedDefinitions
CategorizingPluginManagerTraitTest::testProcessDefinitionCategory function core/tests/Drupal/Tests/Core/Plugin/CategorizingPluginManagerTraitTest.php @covers ::processDefinitionCategory
CKEditor4To5Upgrade::$cke4_plugin_settings property core/modules/ckeditor5/src/Annotation/CKEditor4To5Upgrade.php The CKEditor 4 plugins for whose settings an upgrade path is provided.
CKEditor4To5Upgrade::$cke5_plugin_elements_subset_configuration property core/modules/ckeditor5/src/Annotation/CKEditor4To5Upgrade.php The CKEditor 5 plugins with configurable subset with upgrade path provided.
CKEditor4to5UpgradeCompletenessTest::$cke4PluginManager property core/modules/ckeditor5/tests/src/Kernel/CKEditor4to5UpgradeCompletenessTest.php The "CKEditor 4 plugin" plugin manager.
CKEditor4to5UpgradeCompletenessTest::$cke5PluginManager property core/modules/ckeditor5/tests/src/Kernel/CKEditor4to5UpgradeCompletenessTest.php The "CKEditor 5 plugin" plugin manager.
CKEditor4to5UpgradeCompletenessTest::$upgradePluginManager property core/modules/ckeditor5/tests/src/Kernel/CKEditor4to5UpgradeCompletenessTest.php The CKEditor 4 to 5 upgrade plugin manager.
CKEditor4to5UpgradeCompletenessTest::testCKEditor5ConfigurableSubsetPlugins function core/modules/ckeditor5/tests/src/Kernel/CKEditor4to5UpgradeCompletenessTest.php Tests that all elements subset plugins in core have an upgrade path.
CKEditor4to5UpgradeCompletenessTest::testLyingUpgradePluginForCKEditor4Button function core/modules/ckeditor5/tests/src/Kernel/CKEditor4to5UpgradeCompletenessTest.php Tests detecting a lying upgrade plugin cke4_button annotation.
CKEditor4to5UpgradeCompletenessTest::testLyingUpgradePluginForCKEditor4PluginSettings function core/modules/ckeditor5/tests/src/Kernel/CKEditor4to5UpgradeCompletenessTest.php Tests detecting a lying upgrade plugin cke4_plugin_settings annotation.
CKEditor4to5UpgradeCompletenessTest::testLyingUpgradePluginForCKEditor5ConfigurableSubsetPlugin function core/modules/ckeditor5/tests/src/Kernel/CKEditor4to5UpgradeCompletenessTest.php Tests detecting lying cke5_plugin_elements_subset_configuration annotation.
CKEditor4to5UpgradeCompletenessTest::testOnlyOneUpgradePluginAllowedPerCKEditor4Button function core/modules/ckeditor5/tests/src/Kernel/CKEditor4to5UpgradeCompletenessTest.php Tests that only one plugin can provide an upgrade path for a button.
CKEditor4to5UpgradeCompletenessTest::testOnlyOneUpgradePluginAllowedPerCKEditor4PluginSettings function core/modules/ckeditor5/tests/src/Kernel/CKEditor4to5UpgradeCompletenessTest.php Tests that only one plugin can provide an upgrade path for plugin settings.
CKEditor4to5UpgradeCompletenessTest::testOnlyOneUpgradePluginAllowedPerCKEditor5ConfigurableSubsetPlugin function core/modules/ckeditor5/tests/src/Kernel/CKEditor4to5UpgradeCompletenessTest.php Tests that only one plugin can provide an upgrade path for a subset plugin.
CKEditor4To5UpgradePluginInterface interface core/modules/ckeditor5/src/Plugin/CKEditor4To5UpgradePluginInterface.php Defines an interface for CKEditor 4 to 5 upgrade plugins.
CKEditor4To5UpgradePluginInterface.php file core/modules/ckeditor5/src/Plugin/CKEditor4To5UpgradePluginInterface.php
CKEditor4To5UpgradePluginInterface::computeCKEditor5PluginSubsetConfiguration function core/modules/ckeditor5/src/Plugin/CKEditor4To5UpgradePluginInterface.php Computes elements subset configuration for CKEditor 5 plugin.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.