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
FieldPluginBase::alterFieldInstanceMigration function core/modules/migrate_drupal/src/Plugin/migrate/field/FieldPluginBase.php
FieldPluginBase::alterFieldMigration function core/modules/migrate_drupal/src/Plugin/migrate/field/FieldPluginBase.php
FieldPluginBase::alterFieldWidgetMigration function core/modules/migrate_drupal/src/Plugin/migrate/field/FieldPluginBase.php
FieldPluginBase::buildOptionsForm function core/modules/views/src/Plugin/views/field/FieldPluginBase.php Default options form that provides the label widget that all fields
should have.
FieldPluginBase::clickSort function core/modules/views/src/Plugin/views/field/FieldPluginBase.php
FieldPluginBase::clickSortable function core/modules/views/src/Plugin/views/field/FieldPluginBase.php
FieldPluginBase::defineOptions function core/modules/views/src/Plugin/views/field/FieldPluginBase.php
FieldPluginBase::defineValueProcessPipeline function core/modules/migrate_drupal/src/Plugin/migrate/field/FieldPluginBase.php
FieldPluginBase::documentSelfTokens function core/modules/views/src/Plugin/views/field/FieldPluginBase.php Document any special tokens this field might use for itself.
FieldPluginBase::elementClasses function core/modules/views/src/Plugin/views/field/FieldPluginBase.php
FieldPluginBase::elementLabelClasses function core/modules/views/src/Plugin/views/field/FieldPluginBase.php
FieldPluginBase::elementLabelType function core/modules/views/src/Plugin/views/field/FieldPluginBase.php
FieldPluginBase::elementType function core/modules/views/src/Plugin/views/field/FieldPluginBase.php
FieldPluginBase::elementWrapperClasses function core/modules/views/src/Plugin/views/field/FieldPluginBase.php
FieldPluginBase::elementWrapperType function core/modules/views/src/Plugin/views/field/FieldPluginBase.php
FieldPluginBase::getElements function core/modules/views/src/Plugin/views/field/FieldPluginBase.php
FieldPluginBase::getEntity function core/modules/views/src/Plugin/views/field/FieldPluginBase.php
FieldPluginBase::getFieldFormatterMap function core/modules/migrate_drupal/src/Plugin/migrate/field/FieldPluginBase.php
FieldPluginBase::getFieldFormatterType function core/modules/migrate_drupal/src/Plugin/migrate/field/FieldPluginBase.php
FieldPluginBase::getFieldTokenPlaceholder function core/modules/views/src/Plugin/views/field/FieldPluginBase.php Returns a token placeholder for the current field.
FieldPluginBase::getFieldType function core/modules/migrate_drupal/src/Plugin/migrate/field/FieldPluginBase.php
FieldPluginBase::getFieldWidgetMap function core/modules/migrate_drupal/src/Plugin/migrate/field/FieldPluginBase.php
FieldPluginBase::getFieldWidgetType function core/modules/migrate_drupal/src/Plugin/migrate/field/FieldPluginBase.php
FieldPluginBase::getPreviousFieldLabels function core/modules/views/src/Plugin/views/field/FieldPluginBase.php Returns all field labels of fields before this field.
FieldPluginBase::getRenderer function core/modules/views/src/Plugin/views/field/FieldPluginBase.php Returns the render API renderer.
FieldPluginBase::getRenderTokens function core/modules/views/src/Plugin/views/field/FieldPluginBase.php
FieldPluginBase::getTokenValuesRecursive function core/modules/views/src/Plugin/views/field/FieldPluginBase.php Recursive function to add replacements for nested query string parameters.
FieldPluginBase::getValue function core/modules/views/src/Plugin/views/field/FieldPluginBase.php
FieldPluginBase::init function core/modules/views/src/Plugin/views/field/FieldPluginBase.php
FieldPluginBase::isValueEmpty function core/modules/views/src/Plugin/views/field/FieldPluginBase.php
FieldPluginBase::label function core/modules/views/src/Plugin/views/field/FieldPluginBase.php
FieldPluginBase::linkGenerator function core/modules/views/src/Plugin/views/field/FieldPluginBase.php Gets the link generator.
FieldPluginBase::postRender function core/modules/views/src/Plugin/views/field/FieldPluginBase.php
FieldPluginBase::preRender function core/modules/views/src/Plugin/views/field/FieldPluginBase.php
FieldPluginBase::processField function core/modules/migrate_drupal/src/Plugin/migrate/field/FieldPluginBase.php Alters the migration for field definitions.
FieldPluginBase::processFieldFormatter function core/modules/migrate_drupal/src/Plugin/migrate/field/FieldPluginBase.php Alter field formatter migration.
FieldPluginBase::processFieldInstance function core/modules/migrate_drupal/src/Plugin/migrate/field/FieldPluginBase.php Alert field instance migration.
FieldPluginBase::processFieldValues function core/modules/migrate_drupal/src/Plugin/migrate/field/FieldPluginBase.php Defines the process pipeline for field values.
FieldPluginBase::processFieldWidget function core/modules/migrate_drupal/src/Plugin/migrate/field/FieldPluginBase.php Alter field widget migration.
FieldPluginBase::query function core/modules/views/src/Plugin/views/field/FieldPluginBase.php Called to add the field to a query.
FieldPluginBase::render function core/modules/views/src/Plugin/views/field/FieldPluginBase.php
FieldPluginBase::renderAltered function core/modules/views/src/Plugin/views/field/FieldPluginBase.php Render this field as user-defined altered text.
FieldPluginBase::renderAsLink function core/modules/views/src/Plugin/views/field/FieldPluginBase.php Render this field as a link, with the info from a fieldset set by
the user.
FieldPluginBase::renderText function core/modules/views/src/Plugin/views/field/FieldPluginBase.php
FieldPluginBase::renderTrimText function core/modules/views/src/Plugin/views/field/FieldPluginBase.php Trims the field down to the specified length.
FieldPluginBase::RENDER_TEXT_PHASE_COMPLETELY constant core/modules/views/src/Plugin/views/field/FieldPluginBase.php Indicator of the renderText() method for rendering the whole element.
(if no render_item() method is available).
FieldPluginBase::RENDER_TEXT_PHASE_EMPTY constant core/modules/views/src/Plugin/views/field/FieldPluginBase.php Indicator of the renderText() method for rendering the empty text.
FieldPluginBase::RENDER_TEXT_PHASE_SINGLE_ITEM constant core/modules/views/src/Plugin/views/field/FieldPluginBase.php Indicator of the renderText() method for rendering a single item.
(If no render_item() is present).
FieldPluginBase::submitOptionsForm function core/modules/views/src/Plugin/views/field/FieldPluginBase.php Performs some cleanup tasks on the options array before saving it.
FieldPluginBase::theme function core/modules/views/src/Plugin/views/field/FieldPluginBase.php

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