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
DisplayPluginInterface::usesFields function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Determines if the display's style uses fields.
DisplayPluginInterface::usesLinkDisplay function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Checks to see if the display has some need to link to another display.
DisplayPluginInterface::usesMore function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Whether the display allows the use of a 'more' link or not.
DisplayPluginInterface::usesPager function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Whether the display allows the use of a pager or not.
DisplayPluginInterface::validate function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Make sure the display and all associated handlers are valid.
DisplayPluginInterface::validateOptionsForm function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Validates the options form.
DisplayPluginInterface::viewExposedFormBlocks function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Renders the exposed form as block.
DisplayTest::testDisplayPlugin function core/modules/views/tests/src/Functional/Plugin/DisplayTest.php Tests the display test plugin.
DisplayTest::testDisplayPluginsAlter function core/modules/views_ui/tests/src/Functional/DisplayTest.php Tests views_ui_views_plugins_display_alter is altering plugin definitions.
DisplayTest::testInvalidDisplayPlugins function core/modules/views/tests/src/Functional/Plugin/DisplayTest.php Tests invalid display plugins.
drupal-8.views_entity_reference_plugins-2429191.php file core/modules/field/tests/fixtures/update/drupal-8.views_entity_reference_plugins-2429191.php Contains database additions to drupal-8.bare.standard.php.gz for testing the
upgrade path of https://www.drupal.org/node/2429191.
drupal_migrate_post_update_clear_migrate_field_plugin_cache function core/modules/migrate_drupal/migrate_drupal.post_update.php Force MigrateField plugin definitions to be cleared.
DynamicLocalTasks::$basePluginId property core/modules/content_moderation/src/Plugin/Derivative/DynamicLocalTasks.php The base plugin ID.
Editor::$editorPluginManager property core/modules/editor/src/Entity/Editor.php
Editor::editorPluginManager function core/modules/editor/src/Entity/Editor.php Returns the editor plugin manager.
EditorConfigEntityUnitTest::$editorPluginManager property core/modules/editor/tests/src/Unit/EditorConfigEntityUnitTest.php The editor plugin manager used for testing.
EditorPluginInterface interface core/modules/editor/src/Plugin/EditorPluginInterface.php Defines an interface for configurable text editors.
EditorPluginInterface.php file core/modules/editor/src/Plugin/EditorPluginInterface.php
EditorPluginInterface::getDefaultSettings function core/modules/editor/src/Plugin/EditorPluginInterface.php Returns the default settings for this configurable text editor.
EditorPluginInterface::getJSSettings function core/modules/editor/src/Plugin/EditorPluginInterface.php Returns JavaScript settings to be attached.
EditorPluginInterface::getLibraries function core/modules/editor/src/Plugin/EditorPluginInterface.php Returns libraries to be attached.
Element::$pluginManager property core/modules/editor/src/Element.php The Text Editor plugin manager service.
ElementInfoManagerTest::providerTestGetInfoElementPlugin function core/tests/Drupal/Tests/Core/Render/ElementInfoManagerTest.php Provides tests data for testGetInfoElementPlugin().
ElementInfoManagerTest::testGetInfoElementPlugin function core/tests/Drupal/Tests/Core/Render/ElementInfoManagerTest.php Tests the getInfo() method when render element plugins are used.
element_info_test_element_plugin_alter function core/modules/system/tests/modules/element_info_test/element_info_test.module Implements hook_element_plugin_alter().
EntityAdapterUnitTest::$fieldTypePluginManager property core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php The field type manager used for testing.
EntityDenormalizerBase::$pluginManager property core/modules/jsonapi/src/Normalizer/EntityDenormalizerBase.php The field plugin manager.
EntityDeriver::$basePluginId property core/lib/Drupal/Core/Entity/Plugin/DataType/Deriver/EntityDeriver.php The base plugin ID this derivative is for.
EntityDisplayBase::$pluginManager property core/lib/Drupal/Core/Entity/EntityDisplayBase.php The plugin manager used by this entity type.
EntityDisplayBase::$plugins property core/lib/Drupal/Core/Entity/EntityDisplayBase.php The plugin objects used for this display, keyed by field name.
EntityDisplayBase::getPluginRemovedDependencies function core/lib/Drupal/Core/Entity/EntityDisplayBase.php Returns the plugin dependencies being removed.
EntityDisplayFormBase::$pluginManager property core/modules/field_ui/src/Form/EntityDisplayFormBase.php The widget or formatter plugin manager.
EntityDisplayFormBase::getApplicablePluginOptions function core/modules/field_ui/src/Form/EntityDisplayFormBase.php Returns an array of applicable widget or formatter options for a field.
EntityDisplayFormBase::getDefaultPlugin function core/modules/field_ui/src/Form/EntityDisplayFormBase.php Returns the ID of the default widget or formatter plugin for a field type.
EntityDisplayPluginCollection class core/lib/Drupal/Core/Entity/EntityDisplayPluginCollection.php A collection of formatters or widgets.
EntityDisplayPluginCollection.php file core/lib/Drupal/Core/Entity/EntityDisplayPluginCollection.php
EntityDisplayPluginCollection::$pluginKey property core/lib/Drupal/Core/Entity/EntityDisplayPluginCollection.php The key within the plugin configuration that contains the plugin ID.
EntityField::$fieldTypePluginManager property core/modules/views/src/Plugin/views/field/EntityField.php The field type plugin manager.
EntityField::$formatterPluginManager property core/modules/views/src/Plugin/views/field/EntityField.php The field formatter plugin manager.
EntityFieldStorageConfig::$fieldTypePluginManager property core/modules/migrate_drupal/src/Plugin/migrate/destination/EntityFieldStorageConfig.php The field type plugin manager.
EntityFormDisplay::getPluginCollections function core/lib/Drupal/Core/Entity/Entity/EntityFormDisplay.php
EntityFormDisplayEditForm::getDefaultPlugin function core/modules/field_ui/src/Form/EntityFormDisplayEditForm.php Returns the ID of the default widget or formatter plugin for a field type.
EntityOperationsUnitTest::$plugin property core/modules/views/tests/src/Unit/Plugin/views/field/EntityOperationsUnitTest.php The plugin under test.
EntityReference::$usesRowPlugin property core/modules/views/src/Plugin/views/style/EntityReference.php Whether or not this style uses a row plugin.
EntityTest::$stylePlugin property core/modules/views/tests/src/Unit/Plugin/area/EntityTest.php The mocked style plugin.
EntityViewDisplay::getPluginCollections function core/lib/Drupal/Core/Entity/Entity/EntityViewDisplay.php
EntityViewDisplayEditForm::getDefaultPlugin function core/modules/field_ui/src/Form/EntityViewDisplayEditForm.php Returns the ID of the default widget or formatter plugin for a field type.
EntityWithPluginCollectionInterface interface core/lib/Drupal/Core/Entity/EntityWithPluginCollectionInterface.php Provides an interface for an object using a plugin collection.
EntityWithPluginCollectionInterface.php file core/lib/Drupal/Core/Entity/EntityWithPluginCollectionInterface.php
ExecutablePluginBase class core/lib/Drupal/Core/Executable/ExecutablePluginBase.php Provides the basic architecture for executable plugins.

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