Search for plugin
- Search 7.x for plugin
- Search 9.5.x for plugin
- Search 10.3.x for plugin
- Search 11.x for plugin
- Other projects
Exact matches
Title | Object type | File name | Summary |
---|---|---|---|
Plugin | class | composer/ |
Composer plugin for handling drupal scaffold. |
Plugin | class | core/ |
Defines a Plugin annotation object. |
All search results
Title | Object type | File name | Summary |
---|---|---|---|
SourcePluginBase::initializeIterator | function | core/ |
Initializes the iterator with the source data. |
SourcePluginBase::key | function | core/ |
Gets the iterator key. |
SourcePluginBase::next | function | core/ |
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/ |
Performs post-rollback tasks. |
SourcePluginBase::prepareRow | function | core/ |
Adds additional data to the row. |
SourcePluginBase::preRollback | function | core/ |
Performs pre-rollback tasks. |
SourcePluginBase::rewind | function | core/ |
Rewinds the iterator. |
SourcePluginBase::rowChanged | function | core/ |
Checks if the incoming row has changed since our last import. |
SourcePluginBase::saveHighWater | function | core/ |
Save the new high water mark. |
SourcePluginBase::valid | function | core/ |
Checks whether the iterator is currently valid. |
SourcePluginBase::__construct | function | core/ |
|
Sql::getMigrationPluginManager | function | core/ |
Returns the migration plugin manager. |
StateInterface::PLUGIN_FORM_KEY | constant | core/ |
The key of the state plugin form. |
StubFallbackPluginManager | class | core/ |
Stubs \Drupal\Component\Plugin\FallbackPluginManagerInterface. |
StubFallbackPluginManager.php | file | core/ |
|
StubFallbackPluginManager::getFallbackPluginId | function | core/ |
Gets a fallback id for a missing plugin. |
StubPluginManagerBaseWithMapper | class | core/ |
Stubs \Drupal\Component\Plugin\PluginManagerBase to take a MapperInterface. |
StubPluginManagerBaseWithMapper.php | file | core/ |
|
StubPluginManagerBaseWithMapper::__construct | function | core/ |
Constructs a new instance. |
StubReflectionFactory::getPluginClass | function | core/ |
Finds the class relevant for a given plugin. |
StubRequestHandlerResourcePlugin | class | core/ |
Stub class where we can prophesize methods. |
StubRequestHandlerResourcePlugin::delete | function | core/ |
|
StubRequestHandlerResourcePlugin::get | function | core/ |
|
StubRequestHandlerResourcePlugin::patch | function | core/ |
|
StubRequestHandlerResourcePlugin::post | function | core/ |
|
StubSourceGeneratorPlugin | class | core/ |
Stubbed source plugin with a generator as iterator. Also it overwrites the $skipCount, $cacheCounts and $trackChanges properties. |
StubSourceGeneratorPlugin::$cacheCounts | property | core/ |
Whether this instance should cache the source count. |
StubSourceGeneratorPlugin::$skipCount | property | core/ |
Whether this instance should not attempt to count the source. |
StubSourceGeneratorPlugin::$trackChanges | property | core/ |
Flags whether to track changes to incoming data. |
StubSourceGeneratorPlugin::getCacheCounts | function | core/ |
Return the cacheCounts value. |
StubSourceGeneratorPlugin::getSkipCount | function | core/ |
Return the skipCount value. |
StubSourceGeneratorPlugin::getTrackChanges | function | core/ |
Return the trackChanges value. |
StubSourceGeneratorPlugin::initializeIterator | function | core/ |
Initializes the iterator with the source data. |
StubSourcePlugin | class | core/ |
Stubbed source plugin for testing base class implementations. |
StubSourcePlugin::fields | function | core/ |
Returns available fields on the source. |
StubSourcePlugin::getIds | function | core/ |
Defines the source fields uniquely identifying a source row. |
StubSourcePlugin::initializeIterator | function | core/ |
Initializes the iterator with the source data. |
StubSourcePlugin::setModuleHandler | function | core/ |
Helper for setting internal module handler implementation. |
StubSourcePlugin::__toString | function | core/ |
Allows class to decide how it will react when it is treated like a string. |
StylePluginBase | class | core/ |
Base class for views style plugins. |
StylePluginBase.php | file | core/ |
|
StylePluginBase::$defaultFieldLabels | property | core/ |
Should field labels be enabled by default. |
StylePluginBase::$groupingTheme | property | core/ |
The theme function used to render the grouping set. |
StylePluginBase::$rendered_fields | property | core/ |
Stores the rendered field values, keyed by the row index and field name. |
StylePluginBase::$rowTokens | property | core/ |
Store all available tokens row rows. |
StylePluginBase::$usesFields | property | core/ |
Does the style plugin for itself support to add fields to its output. |
StylePluginBase::$usesGrouping | property | core/ |
Does the style plugin support grouping of rows. |
StylePluginBase::$usesOptions | property | core/ |
Denotes whether the plugin has an additional options form. |
StylePluginBase::$usesRowClass | property | core/ |
Does the style plugin support custom css class for the rows. |
StylePluginBase::$usesRowPlugin | property | core/ |
Whether or not this style uses a row plugin. |
Pagination
- Previous page
- Page 50
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.