Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 8.9.x for all
  4. Search 10.3.x for all
  5. Search 11.x for all
  6. Other projects
Title Object type File name Summary
CustomPageExceptionHtmlSubscriberTest::$logger property core/tests/Drupal/Tests/Core/EventSubscriber/CustomPageExceptionHtmlSubscriberTest.php The mocked logger.
CustomPageExceptionHtmlSubscriberTest::$redirectDestination property core/tests/Drupal/Tests/Core/EventSubscriber/CustomPageExceptionHtmlSubscriberTest.php The redirect.destination service.
CustomPageExceptionHtmlSubscriberTest::setUp function core/tests/Drupal/Tests/Core/EventSubscriber/CustomPageExceptionHtmlSubscriberTest.php
CustomPageExceptionHtmlSubscriberTest::tearDown function core/tests/Drupal/Tests/Core/EventSubscriber/CustomPageExceptionHtmlSubscriberTest.php
CustomPageExceptionHtmlSubscriberTest::testHandleWithGetRequest function core/tests/Drupal/Tests/Core/EventSubscriber/CustomPageExceptionHtmlSubscriberTest.php Tests onHandleException with a GET request.
CustomPageExceptionHtmlSubscriberTest::testHandleWithPostRequest function core/tests/Drupal/Tests/Core/EventSubscriber/CustomPageExceptionHtmlSubscriberTest.php Tests onHandleException with a POST request.
CustomPlugin class core/tests/Drupal/Tests/Component/Annotation/AnnotatedClassDiscoveryTest.php Custom plugin annotation.
CustomPlugin class core/tests/fixtures/plugins/CustomPlugin.php Custom plugin attribute.
CustomPlugin.php file core/tests/fixtures/plugins/CustomPlugin.php
CustomPlugin2 class core/tests/fixtures/plugins/CustomPlugin.php Custom plugin attribute.
CustomPlugin2 class core/tests/Drupal/Tests/Component/Annotation/AnnotatedClassDiscoveryTest.php Custom plugin annotation.
CustomPlugin::$id property core/tests/Drupal/Tests/Component/Annotation/AnnotatedClassDiscoveryTest.php The plugin ID.
CustomPlugin::$title property core/tests/Drupal/Tests/Component/Annotation/AnnotatedClassDiscoveryTest.php The plugin title.
CustomPlugin::__construct function core/tests/fixtures/plugins/CustomPlugin.php Constructs a CustomPlugin attribute object.
CustomStrings class core/lib/Drupal/Core/StringTranslation/Translator/CustomStrings.php String translator using overrides from variables.
CustomStrings.php file core/lib/Drupal/Core/StringTranslation/Translator/CustomStrings.php
CustomStrings::$settings property core/lib/Drupal/Core/StringTranslation/Translator/CustomStrings.php The settings read only object.
CustomStrings::getLanguage function core/lib/Drupal/Core/StringTranslation/Translator/CustomStrings.php
CustomStrings::__construct function core/lib/Drupal/Core/StringTranslation/Translator/CustomStrings.php Constructs a CustomStrings object.
CustomThemeNegotiator class core/modules/system/tests/modules/theme_test/src/Theme/CustomThemeNegotiator.php Just forces the 'test_theme' theme.
CustomThemeNegotiator.php file core/modules/system/tests/modules/theme_test/src/Theme/CustomThemeNegotiator.php
CustomThemeNegotiator::applies function core/modules/system/tests/modules/theme_test/src/Theme/CustomThemeNegotiator.php
CustomThemeNegotiator::determineActiveTheme function core/modules/system/tests/modules/theme_test/src/Theme/CustomThemeNegotiator.php
custom_test.yml file core/modules/migrate/tests/modules/message_test/migrations/custom_test.yml core/modules/migrate/tests/modules/message_test/migrations/custom_test.yml
custom_test_db.yml file core/modules/migrate/tests/modules/message_test/migrations/custom_test_db.yml core/modules/migrate/tests/modules/message_test/migrations/custom_test_db.yml
cva.component.yml file core/modules/system/tests/themes/sdc_theme_test/components/cva/cva.component.yml core/modules/system/tests/themes/sdc_theme_test/components/cva/cva.component.yml
cva.twig file core/modules/system/tests/themes/sdc_theme_test/components/cva/cva.twig {% set cva =
html_cva(
base: [
'cva-friendliness'
],
variants: {
friendliness: {
nice: 'friendly',
mean: 'unfriendly',
}
}
)
%}
<div class="{{ cva.apply({…
CvaTest class core/tests/Drupal/KernelTests/Core/Theme/CvaTest.php Tests using CVA in Twig templates.
CvaTest.php file core/tests/Drupal/KernelTests/Core/Theme/CvaTest.php
CvaTest::testCva function core/tests/Drupal/KernelTests/Core/Theme/CvaTest.php Tests rendering a component that uses CVA.
d5377721-d6de-4fdf-82e2-557c50f84ceb.yml file core/recipes/basic_shortcuts/content/shortcut/d5377721-d6de-4fdf-82e2-557c50f84ceb.yml core/recipes/basic_shortcuts/content/shortcut/d5377721-d6de-4fdf-82e2-557c50f84ceb.yml
D6FileField class core/modules/migrate_drupal/tests/modules/migrate_field_plugin_manager_test/src/Plugin/migrate/field/D6FileField.php MigrateField Plugin for Drupal 6 file fields.
D6FileField.php file core/modules/migrate_drupal/tests/modules/migrate_field_plugin_manager_test/src/Plugin/migrate/field/D6FileField.php
D6NoCoreVersionSpecified class core/modules/migrate_drupal/tests/modules/migrate_field_plugin_manager_test/src/Plugin/migrate/field/D6NoCoreVersionSpecified.php MigrateField Plugin for migrating fields without core version specification.
D6NoCoreVersionSpecified.php file core/modules/migrate_drupal/tests/modules/migrate_field_plugin_manager_test/src/Plugin/migrate/field/D6NoCoreVersionSpecified.php
D6NodeDeriver class core/modules/node/src/Plugin/migrate/D6NodeDeriver.php Deriver for Drupal 6 node and node revision migrations based on node types.
D6NodeDeriver.php file core/modules/node/src/Plugin/migrate/D6NodeDeriver.php
D6NodeDeriver::$basePluginId property core/modules/node/src/Plugin/migrate/D6NodeDeriver.php The base plugin ID this derivative is for.
D6NodeDeriver::$fieldDiscovery property core/modules/node/src/Plugin/migrate/D6NodeDeriver.php The migration field discovery service.
D6NodeDeriver::$includeTranslations property core/modules/node/src/Plugin/migrate/D6NodeDeriver.php Whether or not to include translations.
D6NodeDeriver::create function core/modules/node/src/Plugin/migrate/D6NodeDeriver.php Creates a new class instance.
D6NodeDeriver::getDerivativeDefinitions function core/modules/node/src/Plugin/migrate/D6NodeDeriver.php Gets the definition of all derivatives of a base plugin.
D6NodeDeriver::__construct function core/modules/node/src/Plugin/migrate/D6NodeDeriver.php D6NodeDeriver constructor.
D6NodeTranslation class core/modules/node/src/Plugin/migrate/D6NodeTranslation.php Migration plugin for the Drupal 6 node translations.
D6NodeTranslation.php file core/modules/node/src/Plugin/migrate/D6NodeTranslation.php
D6NodeTranslation::generateFollowUpMigrations function core/modules/node/src/Plugin/migrate/D6NodeTranslation.php Generates follow-up migrations.
D6TermNodeDeriver class core/modules/taxonomy/src/Plugin/migrate/D6TermNodeDeriver.php Deriver for Drupal 6 term node migrations based on vocabularies.
D6TermNodeDeriver.php file core/modules/taxonomy/src/Plugin/migrate/D6TermNodeDeriver.php
D6TermNodeDeriver::$basePluginId property core/modules/taxonomy/src/Plugin/migrate/D6TermNodeDeriver.php The base plugin ID this derivative is for.
D6TermNodeDeriver::$migrationPluginManager property core/modules/taxonomy/src/Plugin/migrate/D6TermNodeDeriver.php The migration plugin manager.

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