Search for plugin
- Search 7.x for plugin
- Search 8.9.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 |
---|---|---|---|
NoSourcePluginDecorator.php | file | core/ |
|
NoSourcePluginDecorator::$decorated | property | core/ |
The Discovery object being decorated. |
NoSourcePluginDecorator::getDefinitions | function | core/ |
Gets the definition of all plugins for this type. |
NoSourcePluginDecorator::__call | function | core/ |
Passes through all unknown calls onto the decorated object. |
NoSourcePluginDecorator::__construct | function | core/ |
Constructs a NoSourcePluginDecorator object. |
ObjectWithPluginCollectionInterface | interface | core/ |
Provides an interface for an object using a plugin collection. |
ObjectWithPluginCollectionInterface.php | file | core/ |
|
ObjectWithPluginCollectionInterface::getPluginCollections | function | core/ |
Gets the plugin collections used by this object. |
Opml::$usesRowPlugin | property | core/ |
Whether or not this style uses a row plugin. |
OverridesSectionStorageTest::$plugin | property | core/ |
The plugin. |
OverridesSectionStorageTest::$plugin | property | core/ |
The plugin. |
PageDisplayVariantSelectionEvent::$pluginConfiguration | property | core/ |
The configuration for the selected page display variant. |
PageDisplayVariantSelectionEvent::$pluginId | property | core/ |
The selected page display variant plugin ID. |
PageDisplayVariantSelectionEvent::getPluginConfiguration | function | core/ |
Get the configuration for the selected page display variant. |
PageDisplayVariantSelectionEvent::getPluginId | function | core/ |
The selected page display variant plugin ID. |
PageDisplayVariantSelectionEvent::setPluginConfiguration | function | core/ |
Set the configuration for the selected page display variant. |
PageDisplayVariantSelectionEvent::setPluginId | function | core/ |
The selected page display variant plugin ID. |
PagerPluginBase | class | core/ |
Base class for views pager plugins. |
PagerPluginBase.php | file | core/ |
|
PagerPluginBase::$current_page | property | core/ |
|
PagerPluginBase::$total_items | property | core/ |
|
PagerPluginBase::$usesOptions | property | core/ |
Denotes whether the plugin has an additional options form. |
PagerPluginBase::executeCountQuery | function | core/ |
Executes the count query. |
PagerPluginBase::exposedFormAlter | function | core/ |
|
PagerPluginBase::exposedFormSubmit | function | core/ |
|
PagerPluginBase::exposedFormValidate | function | core/ |
|
PagerPluginBase::getCurrentPage | function | core/ |
Get the current page. |
PagerPluginBase::getItemsPerPage | function | core/ |
Get how many items per page this pager will display. |
PagerPluginBase::getOffset | function | core/ |
Get the page offset, or how many items to skip. |
PagerPluginBase::getPagerId | function | core/ |
Get the pager id, if it exists. |
PagerPluginBase::getTotalItems | function | core/ |
Get the total number of items. |
PagerPluginBase::hasMoreRecords | function | core/ |
Determine if there are more records available. |
PagerPluginBase::isOffsetExposed | function | core/ |
|
PagerPluginBase::itemsPerPageExposed | function | core/ |
|
PagerPluginBase::postExecute | function | core/ |
Perform any needed actions just after the query executing. |
PagerPluginBase::preExecute | function | core/ |
Perform any needed actions just prior to the query executing. |
PagerPluginBase::preRender | function | core/ |
Perform any needed actions just before rendering. |
PagerPluginBase::query | function | core/ |
Modify the query for paging. |
PagerPluginBase::render | function | core/ |
Return the renderable array of the pager. |
PagerPluginBase::setCurrentPage | function | core/ |
Set the current page. |
PagerPluginBase::setItemsPerPage | function | core/ |
Set how many items per page this pager will display. |
PagerPluginBase::setOffset | function | core/ |
Set the page offset, or how many items to skip. |
PagerPluginBase::submitOptionsForm | function | core/ |
Provide the default form for submitting options. |
PagerPluginBase::summaryTitle | function | core/ |
Returns a string to display as the clickable title for the pager plugin. |
PagerPluginBase::updatePageInfo | function | core/ |
Updates the pager information. |
PagerPluginBase::useCountQuery | function | core/ |
Determine if a pager needs a count query. |
PagerPluginBase::usePager | function | core/ |
Determine if this pager actually uses a pager. |
PagerPluginBase::usesExposed | function | core/ |
|
PagerPluginBase::validateOptionsForm | function | core/ |
Provide the default form for validating options. |
PagerPluginBaseTest | class | core/ |
@coversDefaultClass \Drupal\views\Plugin\views\pager\PagerPluginBase @group views |
Pagination
- Previous page
- Page 39
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.