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 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
StubPluginBase class core/tests/Drupal/Tests/Component/Plugin/StubPluginBase.php A class extending PluginBase for testing purposes.
StubPluginBase.php file core/tests/Drupal/Tests/Component/Plugin/StubPluginBase.php
StubPluginManagerBase class core/tests/Drupal/Tests/Component/Plugin/StubPluginManagerBase.php A class extending PluginManagerBase for testing purposes.
StubPluginManagerBase.php file core/tests/Drupal/Tests/Component/Plugin/StubPluginManagerBase.php
StubPluginManagerBaseWithMapper class core/tests/Drupal/Tests/Component/Plugin/StubPluginManagerBaseWithMapper.php Stubs \Drupal\Component\Plugin\PluginManagerBase to take a MapperInterface.
StubPluginManagerBaseWithMapper.php file core/tests/Drupal/Tests/Component/Plugin/StubPluginManagerBaseWithMapper.php
StubPluginManagerBaseWithMapper::__construct function core/tests/Drupal/Tests/Component/Plugin/StubPluginManagerBaseWithMapper.php Constructs a new instance.
StubReflectionFactory::getPluginClass function core/tests/Drupal/Tests/Component/Plugin/Factory/ReflectionFactoryTest.php Finds the class relevant for a given plugin.
StubRequestHandlerResourcePlugin class core/modules/rest/tests/src/Kernel/RequestHandlerTest.php Stub class where we can prophesize methods.
StubRequestHandlerResourcePlugin::delete function core/modules/rest/tests/src/Kernel/RequestHandlerTest.php
StubRequestHandlerResourcePlugin::get function core/modules/rest/tests/src/Kernel/RequestHandlerTest.php
StubRequestHandlerResourcePlugin::patch function core/modules/rest/tests/src/Kernel/RequestHandlerTest.php
StubRequestHandlerResourcePlugin::post function core/modules/rest/tests/src/Kernel/RequestHandlerTest.php
StubSourceGeneratorPlugin class core/modules/migrate/tests/src/Unit/MigrateSourceTest.php Defines a stubbed source plugin with a generator as iterator.
StubSourceGeneratorPlugin::$cacheCounts property core/modules/migrate/tests/src/Unit/MigrateSourceTest.php Whether this instance should cache the source count.
StubSourceGeneratorPlugin::$skipCount property core/modules/migrate/tests/src/Unit/MigrateSourceTest.php Whether this instance should not attempt to count the source.
StubSourceGeneratorPlugin::$trackChanges property core/modules/migrate/tests/src/Unit/MigrateSourceTest.php Flags whether to track changes to incoming data.
StubSourceGeneratorPlugin::getCacheCounts function core/modules/migrate/tests/src/Unit/MigrateSourceTest.php Return the cacheCounts value.
StubSourceGeneratorPlugin::getSkipCount function core/modules/migrate/tests/src/Unit/MigrateSourceTest.php Return the skipCount value.
StubSourceGeneratorPlugin::getTrackChanges function core/modules/migrate/tests/src/Unit/MigrateSourceTest.php Return the trackChanges value.
StubSourceGeneratorPlugin::initializeIterator function core/modules/migrate/tests/src/Unit/MigrateSourceTest.php Initializes the iterator with the source data.
StubSourcePlugin class core/modules/migrate/tests/src/Unit/StubSourcePlugin.php Stubbed source plugin for testing base class implementations.
StubSourcePlugin.php file core/modules/migrate/tests/src/Unit/StubSourcePlugin.php
StubSourcePlugin::fields function core/modules/migrate/tests/src/Unit/StubSourcePlugin.php Returns available fields on the source.
StubSourcePlugin::getIds function core/modules/migrate/tests/src/Unit/StubSourcePlugin.php Defines the source fields uniquely identifying a source row.
StubSourcePlugin::initializeIterator function core/modules/migrate/tests/src/Unit/StubSourcePlugin.php Initializes the iterator with the source data.
StubSourcePlugin::setModuleHandler function core/modules/migrate/tests/src/Unit/StubSourcePlugin.php Helper for setting internal module handler implementation.
StubSourcePlugin::__toString function core/modules/migrate/tests/src/Unit/StubSourcePlugin.php Allows class to decide how it will react when it is treated like a string.
Style::getDynamicPluginConfig function core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/Style.php Allows a plugin to modify its static configuration.
StylePluginBase class core/modules/views/src/Plugin/views/style/StylePluginBase.php Base class for views style plugins.
StylePluginBase.php file core/modules/views/src/Plugin/views/style/StylePluginBase.php
StylePluginBase::$defaultFieldLabels property core/modules/views/src/Plugin/views/style/StylePluginBase.php Should field labels be enabled by default.
StylePluginBase::$groupingTheme property core/modules/views/src/Plugin/views/style/StylePluginBase.php The theme function used to render the grouping set.
StylePluginBase::$rendered_fields property core/modules/views/src/Plugin/views/style/StylePluginBase.php
StylePluginBase::$render_tokens property core/modules/views/src/Plugin/views/style/StylePluginBase.php
StylePluginBase::$rowTokens property core/modules/views/src/Plugin/views/style/StylePluginBase.php Store all available tokens row rows.
StylePluginBase::$usesFields property core/modules/views/src/Plugin/views/style/StylePluginBase.php Does the style plugin for itself support to add fields to its output.
StylePluginBase::$usesGrouping property core/modules/views/src/Plugin/views/style/StylePluginBase.php Does the style plugin support grouping of rows.
StylePluginBase::$usesOptions property core/modules/views/src/Plugin/views/style/StylePluginBase.php Denotes whether the plugin has an additional options form.
StylePluginBase::$usesRowClass property core/modules/views/src/Plugin/views/style/StylePluginBase.php Does the style plugin support custom css class for the rows.
StylePluginBase::$usesRowPlugin property core/modules/views/src/Plugin/views/style/StylePluginBase.php Whether or not this style uses a row plugin.
StylePluginBase::buildOptionsForm function core/modules/views/src/Plugin/views/style/StylePluginBase.php Provide a form to edit options for this plugin.
StylePluginBase::buildSort function core/modules/views/src/Plugin/views/style/StylePluginBase.php Determines if the style handler should interfere with sorts.
StylePluginBase::buildSortPost function core/modules/views/src/Plugin/views/style/StylePluginBase.php Allows the view builder to build a second set of sorts.
StylePluginBase::defaultFieldLabels function core/modules/views/src/Plugin/views/style/StylePluginBase.php Return TRUE if this style enables field labels by default.
StylePluginBase::defineOptions function core/modules/views/src/Plugin/views/style/StylePluginBase.php Information about options for all kinds of purposes will be held here.
StylePluginBase::destroy function core/modules/views/src/Plugin/views/style/StylePluginBase.php Clears a plugin.
StylePluginBase::elementPreRenderRow function core/modules/views/src/Plugin/views/style/StylePluginBase.php #pre_render callback for view row field rendering.
StylePluginBase::evenEmpty function core/modules/views/src/Plugin/views/style/StylePluginBase.php Determines if the style plugin is rendered even if the view is empty.
StylePluginBase::getField function core/modules/views/src/Plugin/views/style/StylePluginBase.php Gets a rendered field.

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