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 |
|---|---|---|---|
| SortPluginBase.php | file | core/ |
|
| SortPluginBase::adminSummary | function | core/ |
Display whether or not the sort order is ascending or descending |
| SortPluginBase::buildExposeForm | function | core/ |
Form for exposed handler options. |
| SortPluginBase::buildOptionsForm | function | core/ |
Basic options for all sort criteria |
| SortPluginBase::canExpose | function | core/ |
Determine if a sort can be exposed. |
| SortPluginBase::defaultExposeOptions | function | core/ |
Provide default options for exposed sorts. |
| SortPluginBase::defineOptions | function | core/ |
Information about options for all kinds of purposes will be held here. |
| SortPluginBase::getCacheContexts | function | core/ |
The cache contexts associated with this object. |
| SortPluginBase::getCacheMaxAge | function | core/ |
The maximum age for which this object may be cached. |
| SortPluginBase::getCacheTags | function | core/ |
The cache tags associated with this object. |
| SortPluginBase::query | function | core/ |
Called to add the sort to a query. |
| SortPluginBase::showExposeButton | function | core/ |
Shortcut to display the expose/hide button. |
| SortPluginBase::showSortForm | function | core/ |
Shortcut to display the value form. |
| SortPluginBase::sortOptions | function | core/ |
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/ |
|
| SortPluginBase::sortValidate | function | core/ |
|
| SortPluginBase::submitOptionsForm | function | core/ |
Simple submit handler |
| SortPluginBase::trustedCallbacks | function | core/ |
Lists the trusted callbacks provided by the implementing class. |
| SortPluginBase::validateOptionsForm | function | core/ |
Simple validate handler |
| SourcePluginBase | class | core/ |
The base class for source plugins. |
| SourcePluginBase.php | file | core/ |
|
| SourcePluginBase::$cache | property | core/ |
The backend cache. |
| SourcePluginBase::$cacheCounts | property | core/ |
Whether this instance should cache the source count. |
| SourcePluginBase::$cacheKey | property | core/ |
Key to use for caching counts. |
| SourcePluginBase::$currentRow | property | core/ |
The current row from the query. |
| SourcePluginBase::$currentSourceIds | property | core/ |
The primary key of the current row. |
| SourcePluginBase::$highWaterProperty | property | core/ |
Information on the property used as the high-water mark. |
| SourcePluginBase::$highWaterStorage | property | core/ |
The key-value storage for the high-water value. |
| SourcePluginBase::$idMap | property | core/ |
The migration ID map. |
| SourcePluginBase::$iterator | property | core/ |
The iterator to iterate over the source rows. |
| SourcePluginBase::$mapRowAdded | property | core/ |
Flags whether source plugin will read the map row and add to data row. |
| SourcePluginBase::$migration | property | core/ |
The entity migration object. |
| SourcePluginBase::$moduleHandler | property | core/ |
The module handler service. |
| SourcePluginBase::$originalHighWater | property | core/ |
The high water mark at the beginning of the import operation. |
| SourcePluginBase::$skipCount | property | core/ |
Whether this instance should not attempt to count the source. |
| SourcePluginBase::$trackChanges | property | core/ |
Flags whether to track changes to incoming data. |
| SourcePluginBase::aboveHighwater | function | core/ |
Check if the incoming data is newer than what we've previously imported. |
| SourcePluginBase::count | function | core/ |
Gets the source count. |
| SourcePluginBase::current | function | core/ |
|
| SourcePluginBase::doCount | function | core/ |
Gets the source count checking if the source is countable or using the iterator_count function. |
| SourcePluginBase::fetchNextRow | function | core/ |
Position the iterator to the following row. |
| SourcePluginBase::getCache | function | core/ |
Gets the cache object. |
| SourcePluginBase::getCurrentIds | function | core/ |
Gets the currentSourceIds data member. |
| SourcePluginBase::getHighWater | function | core/ |
The current value of the high water mark. |
| SourcePluginBase::getHighWaterField | function | core/ |
Get the name of the field used as the high watermark. |
| SourcePluginBase::getHighWaterProperty | function | core/ |
Get information on the property used as the high watermark. |
| SourcePluginBase::getHighWaterStorage | function | core/ |
Get the high water storage object. |
| SourcePluginBase::getIterator | function | core/ |
Returns the iterator that will yield the row arrays to be processed. |
| SourcePluginBase::getModuleHandler | function | core/ |
Gets the module handler. |
| SourcePluginBase::getSourceModule | function | core/ |
Gets the source module providing the source data. |
Pagination
- Previous page
- Page 49
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.