Search for plugin

  1. Search 7.x for plugin
  2. Search 8.9.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
DisplayPluginBase::hasPath function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Checks to see if the display has a 'path' field.
DisplayPluginBase::initDisplay function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Initializes the display plugin.
DisplayPluginBase::isBaseTableTranslatable function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Returns whether the base table is of a translatable entity type.
DisplayPluginBase::isDefaultDisplay function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Determines if this display is the 'default' display.
DisplayPluginBase::isDefaulted function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Determines if an option is set to use the default or current display.
DisplayPluginBase::isEnabled function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Whether the display is enabled.
DisplayPluginBase::isIdentifierUnique function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Checks if the provided identifier is unique.
DisplayPluginBase::isMoreEnabled function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Whether the display is using the 'more' link or not.
DisplayPluginBase::isPagerEnabled function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Whether the display is using a pager or not.
DisplayPluginBase::mergeDefaults function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Merges default values for all plugin types.
DisplayPluginBase::mergeHandler function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Merges handlers default values.
DisplayPluginBase::mergePlugin function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Merges plugins default values.
DisplayPluginBase::newDisplay function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Reacts on adding a display.
DisplayPluginBase::optionLink function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Returns a link to a section of a form.
DisplayPluginBase::optionsOverride function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php If override/revert was clicked, perform the proper toggle.
DisplayPluginBase::optionsSummary function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Provides the default summary for options in the views UI.
DisplayPluginBase::outputIsEmpty function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Is the output of the view empty.
DisplayPluginBase::overrideOption function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Set an option and force it to be an override.
DisplayPluginBase::preExecute function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Sets up any variables on the view prior to execution.
DisplayPluginBase::preview function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Renders the display for the purposes of a live preview.
DisplayPluginBase::query function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Add anything to the query that we might need to.
DisplayPluginBase::remove function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Reacts on deleting a display.
DisplayPluginBase::render function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Renders this display.
DisplayPluginBase::renderArea function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Renders one of the available areas.
DisplayPluginBase::renderFilters function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Does nothing (obsolete function).
DisplayPluginBase::renderMoreLink function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Renders the 'more' link.
DisplayPluginBase::renderPager function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Checks to see if the display plugins support pager rendering.
DisplayPluginBase::setOption function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Sets an option, on this display or the default display.
DisplayPluginBase::setOverride function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Flip the override setting for the given section.
DisplayPluginBase::submitOptionsForm function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Handle any special handling on the validate form.
DisplayPluginBase::trustedCallbacks function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Lists the trusted callbacks provided by the implementing class.
DisplayPluginBase::useGroupBy function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Does the display have groupby enabled?
DisplayPluginBase::useMoreAlways function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Should the enabled display more link be shown when no more items?
DisplayPluginBase::useMoreText function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Does the display have custom link text?
DisplayPluginBase::usesAJAX function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Whether the display allows the use of AJAX or not.
DisplayPluginBase::usesAreas function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Returns whether the display can use areas.
DisplayPluginBase::usesAttachments function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Returns whether the display can use attachments.
DisplayPluginBase::usesExposed function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Determines if this display uses exposed filters.
DisplayPluginBase::usesExposedFormInBlock function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Checks to see if the display can put the exposed form in a block.
DisplayPluginBase::usesFields function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Determines if the display's style uses fields.
DisplayPluginBase::usesLinkDisplay function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Checks to see if the display has some need to link to another display.
DisplayPluginBase::usesMore function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Whether the display allows the use of a 'more' link or not.
DisplayPluginBase::usesPager function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Whether the display allows the use of a pager or not.
DisplayPluginBase::validate function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Validate that the plugin is correct and can be saved.
DisplayPluginBase::validateOptionsForm function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Validate the options form.
DisplayPluginBase::viewExposedFormBlocks function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Renders the exposed form as block.
DisplayPluginBase::__construct function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Constructs a new DisplayPluginBase object.
DisplayPluginCollection class core/modules/views/src/DisplayPluginCollection.php A class which wraps the displays of a view so you can lazy-initialize them.
DisplayPluginCollection.php file core/modules/views/src/DisplayPluginCollection.php
DisplayPluginCollection::$pluginKey property core/modules/views/src/DisplayPluginCollection.php The key within the plugin configuration that contains the plugin ID.

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