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. Search 11.x for plugin
  6. 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
SourcePluginBase::getHighWaterField function core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php Get the name of the field used as the high watermark.
SourcePluginBase::getHighWaterProperty function core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php Get information on the property used as the high watermark.
SourcePluginBase::getHighWaterStorage function core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php Get the high water storage object.
SourcePluginBase::getIterator function core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php Returns the iterator that will yield the row arrays to be processed.
SourcePluginBase::getModuleHandler function core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php Gets the module handler.
SourcePluginBase::getSourceModule function core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php
SourcePluginBase::initializeIterator function core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php Initializes the iterator with the source data.
SourcePluginBase::key function core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php Gets the iterator key.
SourcePluginBase::next function core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php
SourcePluginBase::postRollback function core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php
SourcePluginBase::prepareRow function core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php
SourcePluginBase::preRollback function core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php
SourcePluginBase::rewind function core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php Rewinds the iterator.
SourcePluginBase::rowChanged function core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php Checks if the incoming row has changed since our last import.
SourcePluginBase::saveHighWater function core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php Save the new high water mark.
SourcePluginBase::valid function core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php Checks whether the iterator is currently valid.
SourcePluginBase::__construct function core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php
Sql::$migrationPluginManager property core/modules/migrate/src/Plugin/migrate/id_map/Sql.php The migration plugin manager.
SqlTest::$migrationPluginManager property core/modules/migrate/tests/src/Kernel/Plugin/id_map/SqlTest.php The migration plugin manager.
StateInterface::PLUGIN_FORM_KEY constant core/modules/workflows/src/StateInterface.php The key of the state plugin form.
StubFallbackPluginManager class core/tests/Drupal/Tests/Component/Plugin/StubFallbackPluginManager.php Stubs \Drupal\Component\Plugin\FallbackPluginManagerInterface.
StubFallbackPluginManager.php file core/tests/Drupal/Tests/Component/Plugin/StubFallbackPluginManager.php
StubFallbackPluginManager::getFallbackPluginId function core/tests/Drupal/Tests/Component/Plugin/StubFallbackPluginManager.php
StubPagerPluginBase class core/modules/views/tests/src/Unit/Plugin/pager/StubPagerPluginBase.php A stub pager plugin for testing purposes.
StubPagerPluginBase.php file core/modules/views/tests/src/Unit/Plugin/pager/StubPagerPluginBase.php
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
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 Handles a DELETE request.
StubRequestHandlerResourcePlugin::get function core/modules/rest/tests/src/Kernel/RequestHandlerTest.php Handles a GET request.
StubRequestHandlerResourcePlugin::patch function core/modules/rest/tests/src/Kernel/RequestHandlerTest.php Handles a PATCH request.
StubRequestHandlerResourcePlugin::post function core/modules/rest/tests/src/Kernel/RequestHandlerTest.php Handles a POST request.
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
StubSourceGeneratorPlugin::$skipCount property core/modules/migrate/tests/src/Unit/MigrateSourceTest.php
StubSourceGeneratorPlugin::$trackChanges property core/modules/migrate/tests/src/Unit/MigrateSourceTest.php
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
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
StubSourcePlugin::getIds function core/modules/migrate/tests/src/Unit/StubSourcePlugin.php

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