Search for deriver

  1. Search 7.x for deriver
  2. Search 9.5.x for deriver
  3. Search 8.9.x for deriver
  4. Search 10.3.x for deriver
  5. Other projects
Title Object type File name Summary
LayoutBuilderLocalTaskDeriver::create function core/modules/layout_builder/src/Plugin/Derivative/LayoutBuilderLocalTaskDeriver.php Creates a new class instance.
LayoutBuilderLocalTaskDeriver::getDerivativeDefinitions function core/modules/layout_builder/src/Plugin/Derivative/LayoutBuilderLocalTaskDeriver.php Gets the definition of all derivatives of a base plugin.
LayoutBuilderLocalTaskDeriver::__construct function core/modules/layout_builder/src/Plugin/Derivative/LayoutBuilderLocalTaskDeriver.php Constructs a new LayoutBuilderLocalTaskDeriver.
LayoutDefinition::$deriver property core/lib/Drupal/Core/Layout/LayoutDefinition.php The name of the deriver of this layout definition, if any.
LayoutDefinition::getDeriver function core/lib/Drupal/Core/Layout/LayoutDefinition.php Gets the name of the deriver of this plugin definition, if it exists.
LayoutDefinition::setDeriver function core/lib/Drupal/Core/Layout/LayoutDefinition.php Sets the deriver of this plugin definition.
LayoutDeriver class core/tests/Drupal/Tests/Core/Layout/LayoutPluginManagerTest.php Provides a dynamic layout deriver for the test.
LayoutDeriver::getDerivativeDefinitions function core/tests/Drupal/Tests/Core/Layout/LayoutPluginManagerTest.php Gets the definition of all derivatives of a base plugin.
MenuLinkContentDeriver class core/modules/menu_link_content/src/Plugin/Deriver/MenuLinkContentDeriver.php Provides a deriver for user entered paths of menu links.
MenuLinkContentDeriver.php file core/modules/menu_link_content/src/Plugin/Deriver/MenuLinkContentDeriver.php
MenuLinkContentDeriver::$entityTypeManager property core/modules/menu_link_content/src/Plugin/Deriver/MenuLinkContentDeriver.php The entity type manager.
MenuLinkContentDeriver::$menuLinkManager property core/modules/menu_link_content/src/Plugin/Deriver/MenuLinkContentDeriver.php The menu link manager.
MenuLinkContentDeriver::create function core/modules/menu_link_content/src/Plugin/Deriver/MenuLinkContentDeriver.php Creates a new class instance.
MenuLinkContentDeriver::getDerivativeDefinitions function core/modules/menu_link_content/src/Plugin/Deriver/MenuLinkContentDeriver.php Gets the definition of all derivatives of a base plugin.
MenuLinkContentDeriver::__construct function core/modules/menu_link_content/src/Plugin/Deriver/MenuLinkContentDeriver.php Constructs a MenuLinkContentDeriver instance.
MenuLinkContentDeriverTest class core/modules/menu_link_content/tests/src/Kernel/MenuLinkContentDeriverTest.php Tests the menu link content deriver.
MenuLinkContentDeriverTest.php file core/modules/menu_link_content/tests/src/Kernel/MenuLinkContentDeriverTest.php
MenuLinkContentDeriverTest::$modules property core/modules/menu_link_content/tests/src/Kernel/MenuLinkContentDeriverTest.php Modules to install.
MenuLinkContentDeriverTest::setUp function core/modules/menu_link_content/tests/src/Kernel/MenuLinkContentDeriverTest.php
MenuLinkContentDeriverTest::testRediscover function core/modules/menu_link_content/tests/src/Kernel/MenuLinkContentDeriverTest.php Tests the rediscovering.
MigrateNodeDeriverTest class core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeDeriverTest.php Test D6NodeDeriver.
MigrateNodeDeriverTest class core/modules/node/tests/src/Kernel/Migrate/d7/MigrateNodeDeriverTest.php Test D7NodeDeriver.
MigrateNodeDeriverTest.php file core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeDeriverTest.php
MigrateNodeDeriverTest.php file core/modules/node/tests/src/Kernel/Migrate/d7/MigrateNodeDeriverTest.php
MigrateNodeDeriverTest::$modules property core/modules/node/tests/src/Kernel/Migrate/d7/MigrateNodeDeriverTest.php Modules to install.
MigrateNodeDeriverTest::$pluginManager property core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeDeriverTest.php The migration plugin manager.
MigrateNodeDeriverTest::setUp function core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeDeriverTest.php
MigrateNodeDeriverTest::testBuilder function core/modules/node/tests/src/Kernel/Migrate/d7/MigrateNodeDeriverTest.php Tests the d7_node node driver.
MigrateNodeDeriverTest::testNoTranslations function core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeDeriverTest.php Tests node translation migrations with translation disabled.
MigrateNodeDeriverTest::testNoTranslations function core/modules/node/tests/src/Kernel/Migrate/d7/MigrateNodeDeriverTest.php Tests node translation migrations with translation disabled.
MigrateNodeDeriverTest::testTranslations function core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeDeriverTest.php Tests node translation migrations with translation enabled.
MigrateNodeDeriverTest::testTranslations function core/modules/node/tests/src/Kernel/Migrate/d7/MigrateNodeDeriverTest.php Tests node translation migrations with translation enabled.
MigrationDeriverTrait trait core/modules/migrate/src/Plugin/MigrationDeriverTrait.php Provides functionality for migration derivers.
MigrationDeriverTrait.php file core/modules/migrate/src/Plugin/MigrationDeriverTrait.php
MigrationDeriverTrait::getSourcePlugin function core/modules/migrate/src/Plugin/MigrationDeriverTrait.php Returns a fully initialized instance of a source plugin.
MockLayoutBlockDeriver class core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/mock_block/MockLayoutBlockDeriver.php Mock implementation of DeriverInterface for the mock layout block plugin.
MockLayoutBlockDeriver.php file core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/mock_block/MockLayoutBlockDeriver.php
MockLayoutBlockDeriver::getDerivativeDefinition function core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/mock_block/MockLayoutBlockDeriver.php Gets the definition of a derivative plugin.
MockLayoutBlockDeriver::getDerivativeDefinitions function core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/mock_block/MockLayoutBlockDeriver.php Gets the definition of all derivatives of a base plugin.
MockMenuBlockDeriver class core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/mock_block/MockMenuBlockDeriver.php Mock implementation of DeriverInterface for the mock menu block plugin.
MockMenuBlockDeriver.php file core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/mock_block/MockMenuBlockDeriver.php
MockMenuBlockDeriver::getDerivativeDefinition function core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/mock_block/MockMenuBlockDeriver.php Gets the definition of a derivative plugin.
MockMenuBlockDeriver::getDerivativeDefinitions function core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/mock_block/MockMenuBlockDeriver.php Gets the definition of all derivatives of a base plugin.
OEmbedDeriver class core/modules/media/src/Plugin/media/Source/OEmbedDeriver.php Derives media source plugin definitions for supported oEmbed providers.
OEmbedDeriver.php file core/modules/media/src/Plugin/media/Source/OEmbedDeriver.php
OEmbedDeriver::getDerivativeDefinitions function core/modules/media/src/Plugin/media/Source/OEmbedDeriver.php Gets the definition of all derivatives of a base plugin.
PermissionsPerBundleDeriver class core/lib/Drupal/Core/Config/Action/Plugin/ConfigAction/Deriver/PermissionsPerBundleDeriver.php @internal
This API is experimental.
PermissionsPerBundleDeriver.php file core/lib/Drupal/Core/Config/Action/Plugin/ConfigAction/Deriver/PermissionsPerBundleDeriver.php
PermissionsPerBundleDeriver::create function core/lib/Drupal/Core/Config/Action/Plugin/ConfigAction/Deriver/PermissionsPerBundleDeriver.php Creates a new class instance.
PermissionsPerBundleDeriver::getDerivativeDefinitions function core/lib/Drupal/Core/Config/Action/Plugin/ConfigAction/Deriver/PermissionsPerBundleDeriver.php Gets the definition of all derivatives of a base plugin.

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