Search for plugin

  1. Search 7.x for plugin
  2. Search 9.5.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
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 The migration iterates over rows returned by the source plugin. This
method determines the next row which will be processed and imported into
the system.
SourcePluginBase::postRollback function core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php Performs post-rollback tasks.
SourcePluginBase::prepareRow function core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php Adds additional data to the row.
SourcePluginBase::preRollback function core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php Performs pre-rollback tasks.
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::getMigrationPluginManager function core/modules/migrate/src/Plugin/migrate/id_map/Sql.php Returns 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 Gets a fallback id for a missing plugin.
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 Stubbed source plugin with a generator as iterator. Also it overwrites the
$skipCount, $cacheCounts and $trackChanges properties.
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/MigrateSourceTest.php Stubbed source plugin for testing base class implementations.
StubSourcePlugin::fields function core/modules/migrate/tests/src/Unit/MigrateSourceTest.php Returns available fields on the source.
StubSourcePlugin::getIds function core/modules/migrate/tests/src/Unit/MigrateSourceTest.php Defines the source fields uniquely identifying a source row.
StubSourcePlugin::initializeIterator function core/modules/migrate/tests/src/Unit/MigrateSourceTest.php Initializes the iterator with the source data.
StubSourcePlugin::setModuleHandler function core/modules/migrate/tests/src/Unit/MigrateSourceTest.php Helper for setting internal module handler implementation.
StubSourcePlugin::__toString function core/modules/migrate/tests/src/Unit/MigrateSourceTest.php Allows class to decide how it will react when it is treated like a string.
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 Stores the rendered field values, keyed by the row index and field name.
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.

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