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
MigrationPluginManager::__construct function core/modules/migrate_drupal/src/MigrationPluginManager.php MigrationPluginManager constructor.
MigrationPluginManager::__construct function core/modules/migrate/src/Plugin/MigrationPluginManager.php Construct a migration plugin manager.
MigrationPluginManagerInterface interface core/modules/migrate/src/Plugin/MigrationPluginManagerInterface.php Migration plugin manager interface.
MigrationPluginManagerInterface.php file core/modules/migrate/src/Plugin/MigrationPluginManagerInterface.php
MigrationPluginManagerInterface::createInstances function core/modules/migrate/src/Plugin/MigrationPluginManagerInterface.php Create pre-configured instance of plugin derivatives.
MigrationPluginManagerInterface::createInstancesByTag function core/modules/migrate/src/Plugin/MigrationPluginManagerInterface.php Create migrations given a tag.
MigrationPluginManagerInterface::createStubMigration function core/modules/migrate/src/Plugin/MigrationPluginManagerInterface.php Creates a stub migration plugin from a definition array.
MigrationPluginManagerTest class core/modules/migrate/tests/src/Unit/MigrationPluginManagerTest.php @coversDefaultClass \Drupal\migrate\Plugin\MigrationPluginManager
@group migrate
MigrationPluginManagerTest class core/modules/migrate/tests/src/Kernel/MigrationPluginManagerTest.php Tests the migration plugin manager.
MigrationPluginManagerTest.php file core/modules/migrate/tests/src/Unit/MigrationPluginManagerTest.php
MigrationPluginManagerTest.php file core/modules/migrate/tests/src/Kernel/MigrationPluginManagerTest.php
MigrationPluginManagerTest::$migrationPluginManager property core/modules/migrate/tests/src/Kernel/MigrationPluginManagerTest.php The migration plugin manager.
MigrationPluginManagerTest::$modules property core/modules/migrate/tests/src/Kernel/MigrationPluginManagerTest.php Modules to enable.
MigrationPluginManagerTest::$pluginManager property core/modules/migrate/tests/src/Unit/MigrationPluginManagerTest.php A plugin manager.
MigrationPluginManagerTest::dependencyProvider function core/modules/migrate/tests/src/Unit/MigrationPluginManagerTest.php Provide dependency data for testing.
MigrationPluginManagerTest::providerCreateInstanceByTag function core/modules/migrate/tests/src/Kernel/MigrationPluginManagerTest.php Data provider for testCreateInstancesByTag.
MigrationPluginManagerTest::setUp function core/modules/migrate/tests/src/Unit/MigrationPluginManagerTest.php
MigrationPluginManagerTest::setUp function core/modules/migrate/tests/src/Kernel/MigrationPluginManagerTest.php
MigrationPluginManagerTest::testCreateInstancesByTag function core/modules/migrate/tests/src/Kernel/MigrationPluginManagerTest.php Tests Migration::createInstancesByTag().
MigrationPluginManagerTest::testDependencyBuilding function core/modules/migrate/tests/src/Unit/MigrationPluginManagerTest.php Tests building dependencies for multiple migrations.
MigrationProvidersExistTest::fieldPluginDefinitionsProvider function core/modules/migrate/tests/src/Kernel/Plugin/MigrationProvidersExistTest.php Data provider for field plugin definitions.
MigrationSourceCacheTest::$migrationPluginManager property core/modules/migrate/tests/src/Kernel/Plugin/source/MigrationSourceCacheTest.php The migration plugin manager.
MigrationState::$fieldPluginManager property core/modules/migrate_drupal/src/MigrationState.php The field plugin manager service.
MigrationTest::getProcessPluginsExceptionMessageProvider function core/modules/migrate/tests/src/Kernel/Plugin/MigrationTest.php Provides data for testing invalid process pipeline.
MigrationTest::testGetDestinationPlugin function core/modules/migrate/tests/src/Kernel/Plugin/MigrationTest.php Tests Migration::getDestinationPlugin()
MigrationTest::testGetProcessPlugins function core/modules/migrate/tests/src/Kernel/Plugin/MigrationTest.php Tests Migration::getProcessPlugins()
MigrationTest::testGetProcessPluginsException function core/modules/migrate/tests/src/Kernel/Plugin/MigrationTest.php Tests Migration::getProcessPlugins() throws an exception.
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 enable.
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.
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 enable.
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.
NodeReferenceFieldTest::$plugin property core/modules/migrate_drupal/tests/src/Unit/Plugin/migrate/field/d6/NodeReferenceFieldTest.php The plugin being tested.
NoSourcePluginDecorator class core/modules/migrate/src/Plugin/NoSourcePluginDecorator.php Remove definitions which refer to a non-existing source plugin.

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