Search for plugin

  1. Search 7.x for plugin
  2. Search 9.5.x for plugin
  3. Search 8.9.x for plugin
  4. Search 10.3.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.
Plugin class core/lib/Drupal/Component/Plugin/Attribute/Plugin.php Defines a Plugin attribute object.

All search results

Title Object type File name Summary
PagerPluginBase::setOffset function core/modules/views/src/Plugin/views/pager/PagerPluginBase.php Set the page offset, or how many items to skip.
PagerPluginBase::submitOptionsForm function core/modules/views/src/Plugin/views/pager/PagerPluginBase.php Provide the default form for submitting options.
PagerPluginBase::summaryTitle function core/modules/views/src/Plugin/views/pager/PagerPluginBase.php Returns a string to display as the clickable title for the pager plugin.
PagerPluginBase::updatePageInfo function core/modules/views/src/Plugin/views/pager/PagerPluginBase.php Updates the pager information.
PagerPluginBase::useCountQuery function core/modules/views/src/Plugin/views/pager/PagerPluginBase.php Determine if a pager needs a count query.
PagerPluginBase::usePager function core/modules/views/src/Plugin/views/pager/PagerPluginBase.php Determine if this pager actually uses a pager.
PagerPluginBase::usesExposed function core/modules/views/src/Plugin/views/pager/PagerPluginBase.php
PagerPluginBase::validateOptionsForm function core/modules/views/src/Plugin/views/pager/PagerPluginBase.php Provide the default form for validating options.
PagerPluginBaseTest class core/modules/views/tests/src/Unit/Plugin/pager/PagerPluginBaseTest.php @coversDefaultClass \Drupal\views\Plugin\views\pager\PagerPluginBase
@group views
PagerPluginBaseTest.php file core/modules/views/tests/src/Unit/Plugin/pager/PagerPluginBaseTest.php
PagerPluginBaseTest::$pager property core/modules/views/tests/src/Unit/Plugin/pager/PagerPluginBaseTest.php The mock pager plugin instance.
PagerPluginBaseTest::providerTestHasMoreRecords function core/modules/views/tests/src/Unit/Plugin/pager/PagerPluginBaseTest.php Provides test data for the hasMoreRecord method test.
PagerPluginBaseTest::setUp function core/modules/views/tests/src/Unit/Plugin/pager/PagerPluginBaseTest.php
PagerPluginBaseTest::testExecuteCountQueryWithOffset function core/modules/views/tests/src/Unit/Plugin/pager/PagerPluginBaseTest.php Tests the executeCountQuery method with a set offset.
PagerPluginBaseTest::testExecuteCountQueryWithOffsetLargerThanResult function core/modules/views/tests/src/Unit/Plugin/pager/PagerPluginBaseTest.php Tests the executeCountQuery method with an offset larger than result count.
PagerPluginBaseTest::testExecuteCountQueryWithoutOffset function core/modules/views/tests/src/Unit/Plugin/pager/PagerPluginBaseTest.php Tests the executeCountQuery method without a set offset.
PagerPluginBaseTest::testGetCurrentPage function core/modules/views/tests/src/Unit/Plugin/pager/PagerPluginBaseTest.php Tests the getCurrentPage() method.
PagerPluginBaseTest::testGetItemsPerPage function core/modules/views/tests/src/Unit/Plugin/pager/PagerPluginBaseTest.php Tests the getItemsPerPage() method.
PagerPluginBaseTest::testGetOffset function core/modules/views/tests/src/Unit/Plugin/pager/PagerPluginBaseTest.php Tests the getOffset() method.
PagerPluginBaseTest::testGetPagerId function core/modules/views/tests/src/Unit/Plugin/pager/PagerPluginBaseTest.php Tests the getPagerId() method.
PagerPluginBaseTest::testGetTotalItems function core/modules/views/tests/src/Unit/Plugin/pager/PagerPluginBaseTest.php Tests the getTotalItems() method.
PagerPluginBaseTest::testHasMoreRecords function core/modules/views/tests/src/Unit/Plugin/pager/PagerPluginBaseTest.php Tests the hasMoreRecords() method.
PagerPluginBaseTest::testSetCurrentPage function core/modules/views/tests/src/Unit/Plugin/pager/PagerPluginBaseTest.php Tests the setCurrentPage() method.
PagerPluginBaseTest::testSetItemsPerPage function core/modules/views/tests/src/Unit/Plugin/pager/PagerPluginBaseTest.php Tests the setItemsPerPage() method.
PagerPluginBaseTest::testSetOffset function core/modules/views/tests/src/Unit/Plugin/pager/PagerPluginBaseTest.php Tests the setOffset() method.
PagerPluginBaseTest::testUseCountQuery function core/modules/views/tests/src/Unit/Plugin/pager/PagerPluginBaseTest.php Tests the useCountQuery() method.
PagerPluginBaseTest::testUsePager function core/modules/views/tests/src/Unit/Plugin/pager/PagerPluginBaseTest.php Tests the usePager() method.
PagerPluginBaseTest::testUsesExposed function core/modules/views/tests/src/Unit/Plugin/pager/PagerPluginBaseTest.php Tests the usesExposed() method.
PathFieldDefinitionTest::getPluginId function core/modules/path/tests/src/Unit/Field/PathFieldDefinitionTest.php Returns the plugin ID of the tested field type.
PathPluginBase class core/modules/views/src/Plugin/views/display/PathPluginBase.php The base display plugin for path/callbacks. This is used for pages and feeds.
PathPluginBase.php file core/modules/views/src/Plugin/views/display/PathPluginBase.php
PathPluginBase::$routeProvider property core/modules/views/src/Plugin/views/display/PathPluginBase.php The route provider.
PathPluginBase::$state property core/modules/views/src/Plugin/views/display/PathPluginBase.php The state key value store.
PathPluginBase::alterRoutes function core/modules/views/src/Plugin/views/display/PathPluginBase.php Alters a collection of routes and replaces definitions to the view.
PathPluginBase::buildOptionsForm function core/modules/views/src/Plugin/views/display/PathPluginBase.php Provide a form to edit options for this plugin.
PathPluginBase::collectRoutes function core/modules/views/src/Plugin/views/display/PathPluginBase.php Adds the route entry of a view to the collection.
PathPluginBase::create function core/modules/views/src/Plugin/views/display/PathPluginBase.php Creates an instance of the plugin.
PathPluginBase::defineOptions function core/modules/views/src/Plugin/views/display/PathPluginBase.php Overrides \Drupal\views\Plugin\views\display\DisplayPluginBase:defineOptions().
PathPluginBase::execute function core/modules/views/src/Plugin/views/display/PathPluginBase.php Executes the view and returns data in the format required.
PathPluginBase::getAlteredRouteNames function core/modules/views/src/Plugin/views/display/PathPluginBase.php Returns the list of routes overridden by Views.
PathPluginBase::getMenuLinks function core/modules/views/src/Plugin/views/display/PathPluginBase.php Gets menu links, if this display provides some.
PathPluginBase::getPath function core/modules/views/src/Plugin/views/display/PathPluginBase.php Returns the base path to use for this display.
PathPluginBase::getRoute function core/modules/views/src/Plugin/views/display/PathPluginBase.php Generates a route entry for a given view and display.
PathPluginBase::getRouteName function core/modules/views/src/Plugin/views/display/PathPluginBase.php Returns the route name for the display.
PathPluginBase::getUrlInfo function core/modules/views/src/Plugin/views/display/PathPluginBase.php Generates a URL to this display.
PathPluginBase::hasPath function core/modules/views/src/Plugin/views/display/PathPluginBase.php Checks to see if the display has a 'path' field.
PathPluginBase::isDefaultTabPath function core/modules/views/src/Plugin/views/display/PathPluginBase.php Determines if this display's path is a default tab.
PathPluginBase::optionsSummary function core/modules/views/src/Plugin/views/display/PathPluginBase.php Provides the default summary for options in the views UI.
PathPluginBase::overrideApplies function core/modules/views/src/Plugin/views/display/PathPluginBase.php Determines whether the view overrides the given route.
PathPluginBase::overrideAppliesPathAndMethod function core/modules/views/src/Plugin/views/display/PathPluginBase.php Determines whether an override for the path and method should happen.

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