Search for plugin

  1. Search 7.x for plugin
  2. Search 9.5.x for plugin
  3. Search 8.9.x for plugin
  4. Search 10.3.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 composer/Plugin/RecipeUnpack/Plugin.php Composer plugin for handling dependency unpacking.
Plugin class core/lib/Drupal/Component/Annotation/Plugin.php Defines a Plugin annotation object.
Plugin class core/lib/Drupal/Component/Plugin/Attribute/Plugin.php Defines a Plugin attribute object.

All search results

Title Object type File name Summary
TestPluginWithForm::hasFormClass function core/tests/Drupal/Tests/Core/Theme/Icon/IconPackExtractorFormTest.php Gets whether the plugin has a form class for the given operation.
TestPluginWithForm::submitConfigurationForm function core/tests/Drupal/Tests/Core/Theme/Icon/IconPackExtractorFormTest.php
TestPluginWithForm::validateConfigurationForm function core/tests/Drupal/Tests/Core/Theme/Icon/IconPackExtractorFormTest.php
TextFieldTest::$plugin property core/modules/text/tests/src/Unit/Plugin/migrate/field/d7/TextFieldTest.php The migration field plugin.
TextFieldTest::$plugin property core/modules/text/tests/src/Unit/Plugin/migrate/field/d6/TextFieldTest.php The migration field plugin to test.
TitleBlockPluginInterface interface core/lib/Drupal/Core/Block/TitleBlockPluginInterface.php The interface for "title" blocks.
TitleBlockPluginInterface.php file core/lib/Drupal/Core/Block/TitleBlockPluginInterface.php
TitleBlockPluginInterface::setTitle function core/lib/Drupal/Core/Block/TitleBlockPluginInterface.php Sets the title.
TokenizeAreaPluginBase class core/modules/views/src/Plugin/views/area/TokenizeAreaPluginBase.php Tokenized base class for area handlers.
TokenizeAreaPluginBase.php file core/modules/views/src/Plugin/views/area/TokenizeAreaPluginBase.php
TokenizeAreaPluginBase::buildOptionsForm function core/modules/views/src/Plugin/views/area/TokenizeAreaPluginBase.php Provide a form to edit options for this plugin.
TokenizeAreaPluginBase::defineOptions function core/modules/views/src/Plugin/views/area/TokenizeAreaPluginBase.php Information about options for all kinds of purposes will be held here.
TokenizeAreaPluginBase::tokenForm function core/modules/views/src/Plugin/views/area/TokenizeAreaPluginBase.php Adds tokenization form elements.
TokenizeAreaPluginBase::tokenizeValue function core/modules/views/src/Plugin/views/area/TokenizeAreaPluginBase.php Replaces value with special views tokens and global tokens.
ToolbarItemConditionsMetConstraint::$multipleMissingRequiredPluginMessage property core/modules/ckeditor5/src/Plugin/Validation/Constraint/ToolbarItemConditionsMetConstraint.php The violation message when >1 required plugin is missing.
ToolbarItemConditionsMetConstraint::$singleMissingRequiredPluginMessage property core/modules/ckeditor5/src/Plugin/Validation/Constraint/ToolbarItemConditionsMetConstraint.php The violation message when 1 required plugin is missing.
ToolkitTest::$imageEffectPluginManager property core/tests/Drupal/KernelTests/Core/Image/ToolkitTest.php The image effect plugin manager service.
TopBarItemPluginInterface interface core/modules/navigation/src/TopBarItemPluginInterface.php Interface for top bar plugins.
TopBarItemPluginInterface.php file core/modules/navigation/src/TopBarItemPluginInterface.php
TopBarItemPluginInterface::build function core/modules/navigation/src/TopBarItemPluginInterface.php Builds and returns the renderable array for this top bar item plugin.
TopBarItemPluginInterface::label function core/modules/navigation/src/TopBarItemPluginInterface.php Returns the translated plugin label.
TopBarItemPluginInterface::region function core/modules/navigation/src/TopBarItemPluginInterface.php Returns the plugin region.
TopBarItemPluginInterface::weight function core/modules/navigation/src/TopBarItemPluginInterface.php Returns the plugin weight.
TransitionInterface::PLUGIN_FORM_KEY constant core/modules/workflows/src/TransitionInterface.php The key of the transition plugin form.
TypedData::getPluginDefinition function core/lib/Drupal/Core/TypedData/TypedData.php Gets the definition of the plugin implementation.
TypedData::getPluginId function core/lib/Drupal/Core/TypedData/TypedData.php Gets the plugin ID of the plugin instance.
UninstallKernelTest::testUninstallPluginCacheClear function core/modules/system/tests/src/Kernel/Installer/UninstallKernelTest.php Tests uninstalling a module with a plugin cache clearer service.
UnpackRecipeTest::testUnpackWithComposerMergePlugin function core/tests/Drupal/BuildTests/Composer/Plugin/Unpack/Functional/UnpackRecipeTest.php Tests unpacking with the wikimedia/composer-merge-plugin installed.
UserViewsHooks::viewsPluginsArgumentValidatorAlter function core/modules/user/src/Hook/UserViewsHooks.php Implements hook_views_plugins_argument_validator_alter().
VendorHardeningPlugin class composer/Plugin/VendorHardening/VendorHardeningPlugin.php A Composer plugin to clean out your project's vendor directory.
VendorHardeningPlugin.php file composer/Plugin/VendorHardening/VendorHardeningPlugin.php
VendorHardeningPlugin::$composer property composer/Plugin/VendorHardening/VendorHardeningPlugin.php Composer object.
VendorHardeningPlugin::$config property composer/Plugin/VendorHardening/VendorHardeningPlugin.php Configuration.
VendorHardeningPlugin::$io property composer/Plugin/VendorHardening/VendorHardeningPlugin.php IO object.
VendorHardeningPlugin::$packagesAlreadyCleaned property composer/Plugin/VendorHardening/VendorHardeningPlugin.php List of projects already cleaned.
VendorHardeningPlugin::activate function composer/Plugin/VendorHardening/VendorHardeningPlugin.php
VendorHardeningPlugin::cleanAllPackages function composer/Plugin/VendorHardening/VendorHardeningPlugin.php Clean all configured packages.
VendorHardeningPlugin::cleanPackage function composer/Plugin/VendorHardening/VendorHardeningPlugin.php Clean a single package.
VendorHardeningPlugin::cleanPathsForPackage function composer/Plugin/VendorHardening/VendorHardeningPlugin.php Clean the installed directories for a named package.
VendorHardeningPlugin::deactivate function composer/Plugin/VendorHardening/VendorHardeningPlugin.php
VendorHardeningPlugin::findBinOverlap function composer/Plugin/VendorHardening/VendorHardeningPlugin.php Find bin files which are inside cleanup directories.
VendorHardeningPlugin::getInstalledPackages function composer/Plugin/VendorHardening/VendorHardeningPlugin.php Gets a list of all installed packages from Composer.
VendorHardeningPlugin::getInstallPathForPackage function composer/Plugin/VendorHardening/VendorHardeningPlugin.php Gets the installed path for a package.
VendorHardeningPlugin::getSubscribedEvents function composer/Plugin/VendorHardening/VendorHardeningPlugin.php
VendorHardeningPlugin::onPostAutoloadDump function composer/Plugin/VendorHardening/VendorHardeningPlugin.php POST_AUTOLOAD_DUMP event handler.
VendorHardeningPlugin::onPostCmd function composer/Plugin/VendorHardening/VendorHardeningPlugin.php POST_UPDATE_CMD and POST_INSTALL_CMD event handler.
VendorHardeningPlugin::onPostPackageInstall function composer/Plugin/VendorHardening/VendorHardeningPlugin.php POST_PACKAGE_INSTALL event handler.
VendorHardeningPlugin::onPostPackageUpdate function composer/Plugin/VendorHardening/VendorHardeningPlugin.php POST_PACKAGE_UPDATE event handler.
VendorHardeningPlugin::onPrePackageInstall function composer/Plugin/VendorHardening/VendorHardeningPlugin.php PRE_PACKAGE_INSTALL event handler.
VendorHardeningPlugin::onPrePackageUpdate function composer/Plugin/VendorHardening/VendorHardeningPlugin.php PRE_PACKAGE_UPDATE event handler.

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