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 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.
Plugin class core/lib/Drupal/Component/Plugin/Attribute/Plugin.php Defines a Plugin attribute object.

All search results

Title Object type File name Summary
DisplayPluginInterface::usesExposedFormInBlock function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Checks to see if the display can put the exposed form in a block.
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.
DrupalAspectsOfCKEditor5Plugin class core/modules/ckeditor5/src/Annotation/DrupalAspectsOfCKEditor5Plugin.php Defines the "Drupal aspects of a CKEditor5Plugin" annotation object.
DrupalAspectsOfCKEditor5Plugin class core/modules/ckeditor5/src/Attribute/DrupalAspectsOfCKEditor5Plugin.php
DrupalAspectsOfCKEditor5Plugin.php file core/modules/ckeditor5/src/Attribute/DrupalAspectsOfCKEditor5Plugin.php
DrupalAspectsOfCKEditor5Plugin.php file core/modules/ckeditor5/src/Annotation/DrupalAspectsOfCKEditor5Plugin.php
DrupalAspectsOfCKEditor5Plugin::$admin_library property core/modules/ckeditor5/src/Annotation/DrupalAspectsOfCKEditor5Plugin.php The admin library this plugin provides.
DrupalAspectsOfCKEditor5Plugin::$class property core/modules/ckeditor5/src/Annotation/DrupalAspectsOfCKEditor5Plugin.php The CKEditor 5 plugin class.
DrupalAspectsOfCKEditor5Plugin::$conditions property core/modules/ckeditor5/src/Annotation/DrupalAspectsOfCKEditor5Plugin.php List of conditions to enable this plugin.
DrupalAspectsOfCKEditor5Plugin::$deriver property core/modules/ckeditor5/src/Annotation/DrupalAspectsOfCKEditor5Plugin.php The CKEditor 5 plugin deriver class.
DrupalAspectsOfCKEditor5Plugin::$elements property core/modules/ckeditor5/src/Annotation/DrupalAspectsOfCKEditor5Plugin.php List of elements and attributes provided.
DrupalAspectsOfCKEditor5Plugin::$label property core/modules/ckeditor5/src/Annotation/DrupalAspectsOfCKEditor5Plugin.php The human-readable name of the CKEditor plugin.
DrupalAspectsOfCKEditor5Plugin::$library property core/modules/ckeditor5/src/Annotation/DrupalAspectsOfCKEditor5Plugin.php The library this plugin requires.
DrupalAspectsOfCKEditor5Plugin::$toolbar_items property core/modules/ckeditor5/src/Annotation/DrupalAspectsOfCKEditor5Plugin.php List of toolbar items the plugin provides.
DrupalAspectsOfCKEditor5Plugin::__construct function core/modules/ckeditor5/src/Attribute/DrupalAspectsOfCKEditor5Plugin.php Constructs a DrupalAspectsOfCKEditor5Plugin attribute.
DrupalSqlBaseTest::$pluginDefinition property core/modules/migrate_drupal/tests/src/Unit/source/DrupalSqlBaseTest.php The plugin definition.
Drupal\ckeditor5\Plugin\CKEditor5PluginManagerInterface service core/modules/ckeditor5/ckeditor5.services.yml
Drupal\Core\Entity\EntityReferenceSelection\SelectionPluginManagerInterface service core/core.services.yml
Drupal\Core\Field\FieldTypePluginManagerInterface service core/core.services.yml
Drupal\Core\Layout\LayoutPluginManagerInterface service core/modules/layout_discovery/layout_discovery.services.yml
Drupal\Core\Plugin\CachedDiscoveryClearerInterface service core/core.services.yml
Drupal\Core\Plugin\Context\ContextHandlerInterface service core/core.services.yml
Drupal\Core\Plugin\Context\ContextRepositoryInterface service core/core.services.yml
Drupal\Core\Plugin\PluginFormFactoryInterface service core/core.services.yml
Drupal\Core\Theme\ComponentPluginManager service core/core.services.yml
Drupal\help\HelpTopicPluginManagerInterface service core/modules/help/help.services.yml
Drupal\migrate\Plugin\MigrationPluginManagerInterface service core/modules/migrate/migrate.services.yml
Drupal\migrate_drupal\Plugin\MigrateFieldPluginManagerInterface service core/modules/migrate_drupal/migrate_drupal.services.yml
DynamicLocalTasks::$basePluginId property core/modules/content_moderation/src/Plugin/Derivative/DynamicLocalTasks.php The base plugin ID.
DynamicPluginConfigWithCsrfTokenUrlTrait trait core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/DynamicPluginConfigWithCsrfTokenUrlTrait.php Provides a trait for CKEditor 5 with dynamically generated CSRF token URLs.
DynamicPluginConfigWithCsrfTokenUrlTrait.php file core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/DynamicPluginConfigWithCsrfTokenUrlTrait.php
DynamicPluginConfigWithCsrfTokenUrlTrait::getUrlWithReplacedCsrfTokenPlaceholder function core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/DynamicPluginConfigWithCsrfTokenUrlTrait.php Gets the given URL with all placeholders replaced.
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.
EditorValidationTest::testInvalidPluginId function core/modules/editor/tests/src/Kernel/EditorValidationTest.php Tests validating an editor with an unknown plugin ID.

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