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 10.3.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 composer/Plugin/RecipeUnpack/Plugin.php Composer plugin for handling dependency unpacking.
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
MigrationTest::testGetProcessPluginsExceptionMessage function core/modules/migrate/tests/src/Kernel/Plugin/MigrationTest.php Tests Migration::getProcessPlugins()
MigrationTest::testRequirementsForDestinationPlugin function core/modules/migrate/tests/src/Unit/MigrationTest.php Tests checking requirements for destination plugins.
MigrationTest::testRequirementsForSourcePlugin function core/modules/migrate/tests/src/Unit/MigrationTest.php Tests checking requirements for source plugins.
ModuleTest::testViewsFetchPluginNames function core/modules/views/tests/src/Kernel/ModuleTest.php Tests the \Drupal\views\Views::fetchPluginNames() method.
ModuleTest::testViewsPluginList function core/modules/views/tests/src/Kernel/ModuleTest.php Tests the \Drupal\views\Views::pluginList() method.
MonthDatePluginTest class core/modules/views/tests/src/Functional/Plugin/MonthDatePluginTest.php Tests the Month Date Plugin.
MonthDatePluginTest.php file core/modules/views/tests/src/Functional/Plugin/MonthDatePluginTest.php
MonthDatePluginTest::$defaultTheme property core/modules/views/tests/src/Functional/Plugin/MonthDatePluginTest.php The theme to install as the default for testing.
MonthDatePluginTest::$modules property core/modules/views/tests/src/Functional/Plugin/MonthDatePluginTest.php Modules to install.
MonthDatePluginTest::$node1 property core/modules/views/tests/src/Functional/Plugin/MonthDatePluginTest.php Test node 1.
MonthDatePluginTest::$node2 property core/modules/views/tests/src/Functional/Plugin/MonthDatePluginTest.php Test node 2.
MonthDatePluginTest::$testViews property core/modules/views/tests/src/Functional/Plugin/MonthDatePluginTest.php Views used by this test.
MonthDatePluginTest::setUp function core/modules/views/tests/src/Functional/Plugin/MonthDatePluginTest.php Sets up the test.
MonthDatePluginTest::testMonthDatePlugin function core/modules/views/tests/src/Functional/Plugin/MonthDatePluginTest.php Tests the Month Date Plugin.
NavigationHooks::pluginFilterBlockLayoutBuilderAlter function core/modules/navigation/src/Hook/NavigationHooks.php Implements hook_plugin_filter_TYPE__CONSUMER_alter().
NavigationHooks::pluginFilterLayoutLayoutBuilderAlter function core/modules/navigation/src/Hook/NavigationHooks.php Implements hook_plugin_filter_TYPE__CONSUMER_alter().
NavigationTopBarTest::testTopBarPluginWeights function core/modules/navigation/tests/src/Functional/NavigationTopBarTest.php Tests the plugin weights in the top bar.
NodeDateArgumentDefaultPluginBase class core/modules/node/src/Plugin/views/argument_default/NodeDateArgumentDefaultPluginBase.php Provides a base class for node date values.
NodeDateArgumentDefaultPluginBase.php file core/modules/node/src/Plugin/views/argument_default/NodeDateArgumentDefaultPluginBase.php
NodeDateArgumentDefaultPluginBase::create function core/modules/node/src/Plugin/views/argument_default/NodeDateArgumentDefaultPluginBase.php Instantiates a new instance of the implementing class using autowiring.
NodeDateArgumentDefaultPluginBase::getArgument function core/modules/node/src/Plugin/views/argument_default/NodeDateArgumentDefaultPluginBase.php Return the default argument.
NodeDateArgumentDefaultPluginBase::getCacheContexts function core/modules/node/src/Plugin/views/argument_default/NodeDateArgumentDefaultPluginBase.php The cache contexts associated with this object.
NodeDateArgumentDefaultPluginBase::getCacheMaxAge function core/modules/node/src/Plugin/views/argument_default/NodeDateArgumentDefaultPluginBase.php The maximum age for which this object may be cached.
NodeDateArgumentDefaultPluginBase::getNodeDateValue function core/modules/node/src/Plugin/views/argument_default/NodeDateArgumentDefaultPluginBase.php Gets a timestamp value from the passed node.
NodeDateArgumentDefaultPluginBase::__construct function core/modules/node/src/Plugin/views/argument_default/NodeDateArgumentDefaultPluginBase.php Constructs a new NodeDateArgumentDefaultPluginBase instance.
NodeMigrationTypePluginAlterTest class core/modules/migrate_drupal/tests/src/Kernel/NodeMigrationTypePluginAlterTest.php Tests the assignment of the node migration type in migrations_plugin_alter.
NodeMigrationTypePluginAlterTest.php file core/modules/migrate_drupal/tests/src/Kernel/NodeMigrationTypePluginAlterTest.php
NodeMigrationTypePluginAlterTest::$modules property core/modules/migrate_drupal/tests/src/Kernel/NodeMigrationTypePluginAlterTest.php Modules to install.
NodeMigrationTypePluginAlterTest::providerMigrationPluginAlter function core/modules/migrate_drupal/tests/src/Kernel/NodeMigrationTypePluginAlterTest.php Data provider for testMigrationPluginAlter().
NodeMigrationTypePluginAlterTest::setUp function core/modules/migrate_drupal/tests/src/Kernel/NodeMigrationTypePluginAlterTest.php
NodeMigrationTypePluginAlterTest::setupDb function core/modules/migrate_drupal/tests/src/Kernel/NodeMigrationTypePluginAlterTest.php Creates data in the source database.
NodeMigrationTypePluginAlterTest::testMigrationPluginAlter function core/modules/migrate_drupal/tests/src/Kernel/NodeMigrationTypePluginAlterTest.php Tests the assignment of the node migration type.
NoSourcePluginDecorator class core/modules/migrate/src/Plugin/NoSourcePluginDecorator.php Remove definitions which refer to a non-existing source plugin.
NoSourcePluginDecorator.php file core/modules/migrate/src/Plugin/NoSourcePluginDecorator.php
NoSourcePluginDecorator::$decorated property core/modules/migrate/src/Plugin/NoSourcePluginDecorator.php The Discovery object being decorated.
NoSourcePluginDecorator::getDefinitions function core/modules/migrate/src/Plugin/NoSourcePluginDecorator.php Gets the definition of all plugins for this type.
NoSourcePluginDecorator::__call function core/modules/migrate/src/Plugin/NoSourcePluginDecorator.php Passes through all unknown calls onto the decorated object.
NoSourcePluginDecorator::__construct function core/modules/migrate/src/Plugin/NoSourcePluginDecorator.php Constructs a NoSourcePluginDecorator object.
NoSourcePluginDecoratorTest class core/modules/migrate/tests/src/Unit/Plugin/NoSourcePluginDecoratorTest.php Tests Drupal\migrate\Plugin\NoSourcePluginDecorator.
NoSourcePluginDecoratorTest.php file core/modules/migrate/tests/src/Unit/Plugin/NoSourcePluginDecoratorTest.php
NoSourcePluginDecoratorTest::providerGetDefinitions function core/modules/migrate/tests/src/Unit/Plugin/NoSourcePluginDecoratorTest.php Provides data for testGetDefinitions().
NoSourcePluginDecoratorTest::testGetDefinitions function core/modules/migrate/tests/src/Unit/Plugin/NoSourcePluginDecoratorTest.php Tests get definitions.
ObjectWithPluginCollectionInterface interface core/lib/Drupal/Core/Plugin/ObjectWithPluginCollectionInterface.php Provides an interface for an object using a plugin collection.
ObjectWithPluginCollectionInterface.php file core/lib/Drupal/Core/Plugin/ObjectWithPluginCollectionInterface.php
ObjectWithPluginCollectionInterface::getPluginCollections function core/lib/Drupal/Core/Plugin/ObjectWithPluginCollectionInterface.php Gets the plugin collections used by this object.
Opml::$usesRowPlugin property core/modules/views/src/Plugin/views/style/Opml.php Whether or not this style uses a row plugin.
OverridesSectionStorageTest::$plugin property core/modules/layout_builder/tests/src/Unit/OverridesSectionStorageTest.php The plugin.
OverridesSectionStorageTest::$plugin property core/modules/layout_builder/tests/src/Kernel/OverridesSectionStorageTest.php The plugin.
PageDisplayVariantSelectionEvent::$pluginConfiguration property core/lib/Drupal/Core/Render/PageDisplayVariantSelectionEvent.php The configuration for the selected page display variant.
PageDisplayVariantSelectionEvent::$pluginId property core/lib/Drupal/Core/Render/PageDisplayVariantSelectionEvent.php The selected page display variant plugin ID.

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