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
FieldTypePluginManagerInterface::getDefaultFieldSettings function core/lib/Drupal/Core/Field/FieldTypePluginManagerInterface.php Returns the default field-level settings for a field type.
FieldTypePluginManagerInterface::getDefaultStorageSettings function core/lib/Drupal/Core/Field/FieldTypePluginManagerInterface.php Returns the default storage-level settings for a field type.
FieldTypePluginManagerInterface::getPluginClass function core/lib/Drupal/Core/Field/FieldTypePluginManagerInterface.php Returns the PHP class that implements the field type plugin.
FieldTypePluginManagerInterface::getPreconfiguredOptions function core/lib/Drupal/Core/Field/FieldTypePluginManagerInterface.php Returns preconfigured field options for a field type.
FieldTypePluginManagerInterface::getUiDefinitions function core/lib/Drupal/Core/Field/FieldTypePluginManagerInterface.php Gets the definition of all field types that can be added via UI.
FieldTypePluginManagerTest class core/modules/field/tests/src/Kernel/FieldTypePluginManagerTest.php Tests the field type manager.
FieldTypePluginManagerTest.php file core/modules/field/tests/src/Kernel/FieldTypePluginManagerTest.php
FieldTypePluginManagerTest::enableAllCoreModules function core/modules/field/tests/src/Kernel/FieldTypePluginManagerTest.php Enable all core modules.
FieldTypePluginManagerTest::testCreateInstance function core/modules/field/tests/src/Kernel/FieldTypePluginManagerTest.php Tests creation of field item instances.
FieldTypePluginManagerTest::testCreateInstanceWithConfig function core/modules/field/tests/src/Kernel/FieldTypePluginManagerTest.php Tests creation of field item instances.
FieldTypePluginManagerTest::testDefaultSettings function core/modules/field/tests/src/Kernel/FieldTypePluginManagerTest.php Tests the default settings convenience methods.
FieldTypePluginManagerTest::testMainProperty function core/modules/field/tests/src/Kernel/FieldTypePluginManagerTest.php Tests all field items provide an existing main property.
FieldUninstallValidatorTest::$fieldTypePluginManager property core/modules/field/tests/src/Unit/FieldUninstallValidatorTest.php The mock field type plugin manager.
field_plugins_test.info.yml file core/modules/field/tests/modules/field_plugins_test/field_plugins_test.info.yml core/modules/field/tests/modules/field_plugins_test/field_plugins_test.info.yml
field_plugins_test.schema.yml file core/modules/field/tests/modules/field_plugins_test/config/schema/field_plugins_test.schema.yml core/modules/field/tests/modules/field_plugins_test/config/schema/field_plugins_test.schema.yml
FileCopy::$downloadPlugin property core/modules/migrate/src/Plugin/migrate/process/FileCopy.php An instance of the download process plugin.
FileCopyTest::assertPlugin function core/modules/migrate/tests/src/Unit/process/FileCopyTest.php Creates a TestFileCopy process plugin.
FileFieldTest::$plugin property core/modules/file/tests/src/Unit/Plugin/migrate/field/d6/FileFieldTest.php
FileFieldTest::$plugin property core/modules/file/tests/src/Unit/Plugin/migrate/field/d7/FileFieldTest.php
FilteredPluginManagerInterface interface core/lib/Drupal/Core/Plugin/FilteredPluginManagerInterface.php Provides an interface for plugin managers that allow filtering definitions.
FilteredPluginManagerInterface.php file core/lib/Drupal/Core/Plugin/FilteredPluginManagerInterface.php
FilteredPluginManagerInterface::getFilteredDefinitions function core/lib/Drupal/Core/Plugin/FilteredPluginManagerInterface.php Gets the plugin definitions for a given type and consumer and filters them.
FilteredPluginManagerTrait trait core/lib/Drupal/Core/Plugin/FilteredPluginManagerTrait.php Provides a trait for plugin managers that allow filtering plugin definitions.
FilteredPluginManagerTrait.php file core/lib/Drupal/Core/Plugin/FilteredPluginManagerTrait.php
FilteredPluginManagerTrait::getFilteredDefinitions function core/lib/Drupal/Core/Plugin/FilteredPluginManagerTrait.php Implements \Drupal\Core\Plugin\FilteredPluginManagerInterface::getFilteredDefinitions().
FilteredPluginManagerTrait::getType function core/lib/Drupal/Core/Plugin/FilteredPluginManagerTrait.php A string identifying the plugin type.
FilteredPluginManagerTrait::moduleHandler function core/lib/Drupal/Core/Plugin/FilteredPluginManagerTrait.php Wraps the module handler.
FilteredPluginManagerTrait::themeManager function core/lib/Drupal/Core/Plugin/FilteredPluginManagerTrait.php Wraps the theme manager.
FilteredPluginManagerTraitTest class core/tests/Drupal/Tests/Core/Plugin/FilteredPluginManagerTraitTest.php @coversDefaultClass \Drupal\Core\Plugin\FilteredPluginManagerTrait
@group Plugin
FilteredPluginManagerTraitTest.php file core/tests/Drupal/Tests/Core/Plugin/FilteredPluginManagerTraitTest.php
FilteredPluginManagerTraitTest::providerTestGetFilteredDefinitions function core/tests/Drupal/Tests/Core/Plugin/FilteredPluginManagerTraitTest.php Provides test data for ::testGetFilteredDefinitions().
FilteredPluginManagerTraitTest::testGetFilteredDefinitions function core/tests/Drupal/Tests/Core/Plugin/FilteredPluginManagerTraitTest.php @covers ::getFilteredDefinitions
@dataProvider providerTestGetFilteredDefinitions
FilterFormat::calculatePluginDependencies function core/modules/filter/src/Entity/FilterFormat.php Calculates and adds dependencies of a specific plugin instance.
FilterFormat::getPluginCollections function core/modules/filter/src/Entity/FilterFormat.php
FilterPluginBase class core/modules/views/src/Plugin/views/filter/FilterPluginBase.php Base class for Views filters handler plugins.
FilterPluginBase.php file core/modules/views/src/Plugin/views/filter/FilterPluginBase.php
FilterPluginBase::$alwaysMultiple property core/modules/views/src/Plugin/views/filter/FilterPluginBase.php Disable the possibility to force a single value.
FilterPluginBase::$always_required property core/modules/views/src/Plugin/views/filter/FilterPluginBase.php Disable the possibility to allow an exposed input to be optional.
FilterPluginBase::$group_info property core/modules/views/src/Plugin/views/filter/FilterPluginBase.php Contains the information of the selected item in a grouped filter.
FilterPluginBase::$no_operator property core/modules/views/src/Plugin/views/filter/FilterPluginBase.php Disable the possibility to use operators.
FilterPluginBase::$operator property core/modules/views/src/Plugin/views/filter/FilterPluginBase.php Contains the operator which is used on the query.
FilterPluginBase::$value property core/modules/views/src/Plugin/views/filter/FilterPluginBase.php The value.
FilterPluginBase::acceptExposedInput function core/modules/views/src/Plugin/views/filter/FilterPluginBase.php Determines if the input from a filter should change the generated query.
FilterPluginBase::addGroupForm function core/modules/views/src/Plugin/views/filter/FilterPluginBase.php Add a new group to the exposed filter groups.
FilterPluginBase::adminSummary function core/modules/views/src/Plugin/views/filter/FilterPluginBase.php Display the filter on the administrative summary.
FilterPluginBase::arrayFilterZero function core/modules/views/src/Plugin/views/filter/FilterPluginBase.php Filter by no empty values, though allow the use of (string) "0".
FilterPluginBase::buildExposedFiltersGroupForm function core/modules/views/src/Plugin/views/filter/FilterPluginBase.php Build the form to let users create the group of exposed filters.
FilterPluginBase::buildExposedForm function core/modules/views/src/Plugin/views/filter/FilterPluginBase.php Render our chunk of the exposed filter form when selecting.
FilterPluginBase::buildExposeForm function core/modules/views/src/Plugin/views/filter/FilterPluginBase.php Options form subform for exposed filter options.
FilterPluginBase::buildGroupForm function core/modules/views/src/Plugin/views/filter/FilterPluginBase.php Displays the Build Group form.

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