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
SortPluginBase.php file core/modules/views/src/Plugin/views/sort/SortPluginBase.php
SortPluginBase::adminSummary function core/modules/views/src/Plugin/views/sort/SortPluginBase.php Display whether or not the sort order is ascending or descending
SortPluginBase::buildExposeForm function core/modules/views/src/Plugin/views/sort/SortPluginBase.php Form for exposed handler options.
SortPluginBase::buildOptionsForm function core/modules/views/src/Plugin/views/sort/SortPluginBase.php Basic options for all sort criteria
SortPluginBase::canExpose function core/modules/views/src/Plugin/views/sort/SortPluginBase.php Determine if a sort can be exposed.
SortPluginBase::defaultExposeOptions function core/modules/views/src/Plugin/views/sort/SortPluginBase.php Provide default options for exposed sorts.
SortPluginBase::defineOptions function core/modules/views/src/Plugin/views/sort/SortPluginBase.php Information about options for all kinds of purposes will be held here.
SortPluginBase::getCacheContexts function core/modules/views/src/Plugin/views/sort/SortPluginBase.php The cache contexts associated with this object.
SortPluginBase::getCacheMaxAge function core/modules/views/src/Plugin/views/sort/SortPluginBase.php The maximum age for which this object may be cached.
SortPluginBase::getCacheTags function core/modules/views/src/Plugin/views/sort/SortPluginBase.php The cache tags associated with this object.
SortPluginBase::query function core/modules/views/src/Plugin/views/sort/SortPluginBase.php Called to add the sort to a query.
SortPluginBase::showExposeButton function core/modules/views/src/Plugin/views/sort/SortPluginBase.php Shortcut to display the expose/hide button.
SortPluginBase::showSortForm function core/modules/views/src/Plugin/views/sort/SortPluginBase.php Shortcut to display the value form.
SortPluginBase::sortOptions function core/modules/views/src/Plugin/views/sort/SortPluginBase.php Provide a list of options for the default sort form.
Should be overridden by classes that don't override sort_form
SortPluginBase::sortSubmit function core/modules/views/src/Plugin/views/sort/SortPluginBase.php
SortPluginBase::sortValidate function core/modules/views/src/Plugin/views/sort/SortPluginBase.php
SortPluginBase::submitOptionsForm function core/modules/views/src/Plugin/views/sort/SortPluginBase.php Simple submit handler
SortPluginBase::trustedCallbacks function core/modules/views/src/Plugin/views/sort/SortPluginBase.php Lists the trusted callbacks provided by the implementing class.
SortPluginBase::validateOptionsForm function core/modules/views/src/Plugin/views/sort/SortPluginBase.php Simple validate handler
SourcePluginBase class core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php The base class for source plugins.
SourcePluginBase.php file core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php
SourcePluginBase::$cache property core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php The backend cache.
SourcePluginBase::$cacheCounts property core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php Whether this instance should cache the source count.
SourcePluginBase::$cacheKey property core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php Key to use for caching counts.
SourcePluginBase::$currentRow property core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php The current row from the query.
SourcePluginBase::$currentSourceIds property core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php The primary key of the current row.
SourcePluginBase::$highWaterProperty property core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php Information on the property used as the high-water mark.
SourcePluginBase::$highWaterStorage property core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php The key-value storage for the high-water value.
SourcePluginBase::$idMap property core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php The migration ID map.
SourcePluginBase::$iterator property core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php The iterator to iterate over the source rows.
SourcePluginBase::$mapRowAdded property core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php Flags whether source plugin will read the map row and add to data row.
SourcePluginBase::$migration property core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php The entity migration object.
SourcePluginBase::$moduleHandler property core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php The module handler service.
SourcePluginBase::$originalHighWater property core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php The high water mark at the beginning of the import operation.
SourcePluginBase::$skipCount property core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php Whether this instance should not attempt to count the source.
SourcePluginBase::$trackChanges property core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php Flags whether to track changes to incoming data.
SourcePluginBase::aboveHighwater function core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php Check if the incoming data is newer than what we've previously imported.
SourcePluginBase::count function core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php Gets the source count.
SourcePluginBase::current function core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php
SourcePluginBase::doCount function core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php Gets the source count checking if the source is countable or using the
iterator_count function.
SourcePluginBase::fetchNextRow function core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php Position the iterator to the following row.
SourcePluginBase::getCache function core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php Gets the cache object.
SourcePluginBase::getCurrentIds function core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php Gets the currentSourceIds data member.
SourcePluginBase::getHighWater function core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php The current value of the high water mark.
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 Gets the source module providing the source data.

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