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
ExperimentalHelpTest.php file core/modules/help/tests/src/Functional/ExperimentalHelpTest.php
ExperimentalHelpTest::$adminUser property core/modules/help/tests/src/Functional/ExperimentalHelpTest.php The admin user.
ExperimentalHelpTest::$defaultTheme property core/modules/help/tests/src/Functional/ExperimentalHelpTest.php The theme to install as the default for testing.
ExperimentalHelpTest::$modules property core/modules/help/tests/src/Functional/ExperimentalHelpTest.php Modules to install.
ExperimentalHelpTest::setUp function core/modules/help/tests/src/Functional/ExperimentalHelpTest.php
ExperimentalHelpTest::testExperimentalHelp function core/modules/help/tests/src/Functional/ExperimentalHelpTest.php Verifies that a warning message is displayed for experimental modules.
ExperimentalModuleRequirementsTestHooks class core/modules/system/tests/modules/experimental_module_requirements_test/src/Hook/ExperimentalModuleRequirementsTestHooks.php Hook implementations for experimental_module_requirements_test.
ExperimentalModuleRequirementsTestHooks.php file core/modules/system/tests/modules/experimental_module_requirements_test/src/Hook/ExperimentalModuleRequirementsTestHooks.php
ExperimentalModuleRequirementsTestHooks::help function core/modules/system/tests/modules/experimental_module_requirements_test/src/Hook/ExperimentalModuleRequirementsTestHooks.php Implements hook_help().
ExperimentalModuleRequirementsTestRequirements class core/modules/system/tests/modules/experimental_module_requirements_test/src/Install/Requirements/ExperimentalModuleRequirementsTestRequirements.php Install time requirements for the Experimental Requirements Test module.
ExperimentalModuleRequirementsTestRequirements.php file core/modules/system/tests/modules/experimental_module_requirements_test/src/Install/Requirements/ExperimentalModuleRequirementsTestRequirements.php
ExperimentalModuleRequirementsTestRequirements::getRequirements function core/modules/system/tests/modules/experimental_module_requirements_test/src/Install/Requirements/ExperimentalModuleRequirementsTestRequirements.php Check installation requirements.
ExperimentalModuleTestHooks class core/modules/system/tests/modules/experimental_module_test/src/Hook/ExperimentalModuleTestHooks.php Hook implementations for experimental_module_test.
ExperimentalModuleTestHooks.php file core/modules/system/tests/modules/experimental_module_test/src/Hook/ExperimentalModuleTestHooks.php
ExperimentalModuleTestHooks::help function core/modules/system/tests/modules/experimental_module_test/src/Hook/ExperimentalModuleTestHooks.php Implements hook_help().
ExperimentalThemeTest class core/modules/system/tests/src/Functional/Theme/ExperimentalThemeTest.php Tests the installation of experimental themes.
ExperimentalThemeTest.php file core/modules/system/tests/src/Functional/Theme/ExperimentalThemeTest.php
ExperimentalThemeTest::$adminUser property core/modules/system/tests/src/Functional/Theme/ExperimentalThemeTest.php The admin user.
ExperimentalThemeTest::$defaultTheme property core/modules/system/tests/src/Functional/Theme/ExperimentalThemeTest.php The theme to install as the default for testing.
ExperimentalThemeTest::setUp function core/modules/system/tests/src/Functional/Theme/ExperimentalThemeTest.php
ExperimentalThemeTest::testExperimentalConfirmForm function core/modules/system/tests/src/Functional/Theme/ExperimentalThemeTest.php Tests installing experimental themes and dependencies in the UI.
experimental_module_dependency_test.info.yml file core/modules/system/tests/modules/experimental_module_dependency_test/experimental_module_dependency_test.info.yml core/modules/system/tests/modules/experimental_module_dependency_test/experimental_module_dependency_test.info.yml
experimental_module_requirements_test.info.yml file core/modules/system/tests/modules/experimental_module_requirements_test/experimental_module_requirements_test.info.yml core/modules/system/tests/modules/experimental_module_requirements_test/experimental_module_requirements_test.info.yml
experimental_module_test.info.yml file core/modules/system/tests/modules/experimental_module_test/experimental_module_test.info.yml core/modules/system/tests/modules/experimental_module_test/experimental_module_test.info.yml
experimental_theme_dependency_test.info.yml file core/modules/system/tests/themes/experimental_theme_dependency_test/experimental_theme_dependency_test.info.yml core/modules/system/tests/themes/experimental_theme_dependency_test/experimental_theme_dependency_test.info.yml
experimental_theme_test.info.yml file core/modules/system/tests/themes/experimental_theme_test/experimental_theme_test.info.yml core/modules/system/tests/themes/experimental_theme_test/experimental_theme_test.info.yml
Explode class core/modules/migrate/src/Plugin/migrate/process/Explode.php Splits the source string into an array of strings, using a delimiter.
Explode.php file core/modules/migrate/src/Plugin/migrate/process/Explode.php
Explode::multiple function core/modules/migrate/src/Plugin/migrate/process/Explode.php Indicates whether the returned value requires multiple handling.
Explode::transform function core/modules/migrate/src/Plugin/migrate/process/Explode.php Performs the associated process.
ExplodeTest class core/modules/migrate/tests/src/Unit/process/ExplodeTest.php Tests the Explode process plugin.
ExplodeTest.php file core/modules/migrate/tests/src/Unit/process/ExplodeTest.php
ExplodeTest::providerExplodeWithNonStrictAndEmptySource function core/modules/migrate/tests/src/Unit/process/ExplodeTest.php Data provider for ::testExplodeWithNonStrictAndEmptySource().
ExplodeTest::setUp function core/modules/migrate/tests/src/Unit/process/ExplodeTest.php
ExplodeTest::testChainedTransform function core/modules/migrate/tests/src/Unit/process/ExplodeTest.php Tests if the explode process can be chained with handles_multiple process.
ExplodeTest::testExplodeWithEmptyDelimiter function core/modules/migrate/tests/src/Unit/process/ExplodeTest.php Tests explode fails with empty delimiter.
ExplodeTest::testExplodeWithNonStrictAndEmptySource function core/modules/migrate/tests/src/Unit/process/ExplodeTest.php Tests that explode works on non-strings but with strict set to FALSE.
ExplodeTest::testExplodeWithNonStrictAndNonCastable function core/modules/migrate/tests/src/Unit/process/ExplodeTest.php Tests Explode exception handling when string-cast fails.
ExplodeTest::testExplodeWithNonString function core/modules/migrate/tests/src/Unit/process/ExplodeTest.php Tests explode fails properly on non-strings.
ExplodeTest::testExplodeWithStrictAndEmptyString function core/modules/migrate/tests/src/Unit/process/ExplodeTest.php Tests Explode return values with an empty string and strict check.
ExplodeTest::testTransform function core/modules/migrate/tests/src/Unit/process/ExplodeTest.php Tests explode transform process works.
ExplodeTest::testTransformLimit function core/modules/migrate/tests/src/Unit/process/ExplodeTest.php Tests explode transform process works with a limit.
Exporter class core/lib/Drupal/Core/DefaultContent/Exporter.php Handles exporting content entities.
Exporter.php file core/lib/Drupal/Core/DefaultContent/Exporter.php
Exporter::export function core/lib/Drupal/Core/DefaultContent/Exporter.php Exports a single content entity as an array.
Exporter::exportFieldItem function core/lib/Drupal/Core/DefaultContent/Exporter.php Exports a single field item generically.
Exporter::exportReference function core/lib/Drupal/Core/DefaultContent/Exporter.php Exports an entity reference field item.
Exporter::exportToFile function core/lib/Drupal/Core/DefaultContent/Exporter.php Exports an entity to a YAML file in a directory.
Exporter::exportTranslation function core/lib/Drupal/Core/DefaultContent/Exporter.php Exports a single translation of a content entity.
Exporter::exportWithDependencies function core/lib/Drupal/Core/DefaultContent/Exporter.php Exports an entity and all of its dependencies to a directory.

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