Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
ExperimentalHelpTest::testExperimentalHelp function core/modules/help/tests/src/Functional/ExperimentalHelpTest.php Verifies that a warning message is displayed for experimental modules.
ExperimentalModuleTest class core/modules/system/tests/src/Functional/Module/ExperimentalModuleTest.php Tests the installation of modules.
ExperimentalModuleTest.php file core/modules/system/tests/src/Functional/Module/ExperimentalModuleTest.php
ExperimentalModuleTest::$adminUser property core/modules/system/tests/src/Functional/Module/ExperimentalModuleTest.php The admin user.
ExperimentalModuleTest::$defaultTheme property core/modules/system/tests/src/Functional/Module/ExperimentalModuleTest.php The theme to install as the default for testing.
ExperimentalModuleTest::setUp function core/modules/system/tests/src/Functional/Module/ExperimentalModuleTest.php
ExperimentalModuleTest::testExperimentalConfirmForm function core/modules/system/tests/src/Functional/Module/ExperimentalModuleTest.php Tests installing experimental modules and dependencies in the UI.
ExperimentalThemeTest class core/modules/system/tests/src/Functional/Theme/ExperimentalThemeTest.php Tests the installation of 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_dependency_test.module file core/modules/system/tests/modules/experimental_module_dependency_test/experimental_module_dependency_test.module Tests dependencies on an experimental module.
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_requirements_test.install file core/modules/system/tests/modules/experimental_module_requirements_test/experimental_module_requirements_test.install Experimental Test Requirements module to test hook_requirements().
experimental_module_requirements_test.module file core/modules/system/tests/modules/experimental_module_requirements_test/experimental_module_requirements_test.module Experimental Test Requirements module to test hook_requirements().
experimental_module_requirements_test_help function core/modules/system/tests/modules/experimental_module_requirements_test/experimental_module_requirements_test.module Implements hook_help().
experimental_module_requirements_test_requirements function core/modules/system/tests/modules/experimental_module_requirements_test/experimental_module_requirements_test.install Implements hook_requirements().
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_module_test.module file core/modules/system/tests/modules/experimental_module_test/experimental_module_test.module Experimental Test module to test the Core (Experimental) package.
experimental_module_test_help function core/modules/system/tests/modules/experimental_module_test/experimental_module_test.module Implements hook_help().
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::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 Test if the explode process can be chained with a handles_multiple process.
ExplodeTest::testExplodeWithEmptyDelimiter function core/modules/migrate/tests/src/Unit/process/ExplodeTest.php Test 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 that explode raises an exception when the value cannot be casted to
string.
ExplodeTest::testExplodeWithNonString function core/modules/migrate/tests/src/Unit/process/ExplodeTest.php Test explode fails properly on non-strings.
ExplodeTest::testExplodeWithStrictAndEmptyString function core/modules/migrate/tests/src/Unit/process/ExplodeTest.php Tests that explode with an empty string and strict check returns a
non-empty array.
ExplodeTest::testTransform function core/modules/migrate/tests/src/Unit/process/ExplodeTest.php Test explode transform process works.
ExplodeTest::testTransformLimit function core/modules/migrate/tests/src/Unit/process/ExplodeTest.php Test explode transform process works with a limit.
ExportForm::$fileSystem property core/modules/locale/src/Form/ExportForm.php The file system service.
ExportForm::submitForm function core/modules/locale/src/Form/ExportForm.php Form submission handler.
ExportForm::__construct function core/modules/locale/src/Form/ExportForm.php Constructs a new ExportForm.
ExportStorageManager class core/lib/Drupal/Core/Config/ExportStorageManager.php The export storage manager dispatches an event for the export storage.
ExportStorageManager.php file core/lib/Drupal/Core/Config/ExportStorageManager.php
ExportStorageManager::$active property core/lib/Drupal/Core/Config/ExportStorageManager.php The active configuration storage.
ExportStorageManager::$eventDispatcher property core/lib/Drupal/Core/Config/ExportStorageManager.php The event dispatcher.
ExportStorageManager::$lock property core/lib/Drupal/Core/Config/ExportStorageManager.php The used lock backend instance.
ExportStorageManager::$storage property core/lib/Drupal/Core/Config/ExportStorageManager.php The database storage.
ExportStorageManager::getStorage function core/lib/Drupal/Core/Config/ExportStorageManager.php Get the config storage.
ExportStorageManager::LOCK_NAME constant core/lib/Drupal/Core/Config/ExportStorageManager.php The name used to identify the lock.
ExportStorageManager::__construct function core/lib/Drupal/Core/Config/ExportStorageManager.php ExportStorageManager constructor.

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