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
LegacyEntityDisplayBaseTest::testHandleHiddenType function core/tests/Drupal/KernelTests/Core/Entity/LegacyEntityDisplayBaseTest.php Tests the deprecated ::handleHiddenType() method.
LegacyEntityDisplayBaseTest::testLegacyPreSave function core/tests/Drupal/KernelTests/Core/Entity/LegacyEntityDisplayBaseTest.php Tests legacy handling of 'type' => 'hidden'.
LegacyFieldTypePluginManagerTest class core/modules/field/tests/src/Kernel/LegacyFieldTypePluginManagerTest.php Extends FieldTypePluginManagerTest to test with deprecated modules.
LegacyFieldTypePluginManagerTest.php file core/modules/field/tests/src/Kernel/LegacyFieldTypePluginManagerTest.php
LegacyFieldTypePluginManagerTest::$excludeDeprecated property core/modules/field/tests/src/Kernel/LegacyFieldTypePluginManagerTest.php Flag to exclude deprecated modules from the tests.
LegacyFileTest class core/modules/file/tests/src/Unit/LegacyFileTest.php Provides unit tests for file module deprecation errors.
LegacyFileTest.php file core/modules/file/tests/src/Unit/LegacyFileTest.php
LegacyFileTest::$configFactory property core/modules/file/tests/src/Unit/LegacyFileTest.php A mocked ConfigFactoryInterface.
LegacyFileTest::setUp function core/modules/file/tests/src/Unit/LegacyFileTest.php
LegacyFileTest::testDatabaseFileUsageBackendConstruct function core/modules/file/tests/src/Unit/LegacyFileTest.php Tests passing legacy arguments to DatabaseFileUsageBackend::__construct().
LegacyFileTest::testFileUsageBaseConstruct function core/modules/file/tests/src/Unit/LegacyFileTest.php Tests passing legacy arguments to FileUsageBase::__construct().
LegacyForumTest class core/modules/forum/tests/src/Kernel/LegacyForumTest.php Tests Legacy forum code.
LegacyForumTest.php file core/modules/forum/tests/src/Kernel/LegacyForumTest.php
LegacyForumTest::$modules property core/modules/forum/tests/src/Kernel/LegacyForumTest.php Modules to enable.
LegacyForumTest::$termStorage property core/modules/forum/tests/src/Kernel/LegacyForumTest.php The taxonomy term storage.
LegacyForumTest::setUp function core/modules/forum/tests/src/Kernel/LegacyForumTest.php
LegacyForumTest::testGetParents function core/modules/forum/tests/src/Kernel/LegacyForumTest.php Tests the getParents() method.
LegacyFunctionsTest class core/tests/Drupal/KernelTests/Core/Common/LegacyFunctionsTest.php Tests legacy functions in common.inc.
LegacyFunctionsTest.php file core/tests/Drupal/KernelTests/Core/Common/LegacyFunctionsTest.php
LegacyFunctionsTest::testArchiverGetArchiver function core/tests/Drupal/KernelTests/Core/Common/LegacyFunctionsTest.php @expectedDeprecation archiver_get_archiver() is deprecated in Drupal 8.8.0 and will be removed in Drupal 9.0.x. Instead, get plugin.manager.archiver service from container and call getInstance() method on it. For example…
LegacyFunctionsTest::testArchiverGetExtensions function core/tests/Drupal/KernelTests/Core/Common/LegacyFunctionsTest.php @expectedDeprecation archiver_get_extensions() is deprecated in Drupal 8.8.0 and will be removed in Drupal 9.0.0. Use \Drupal\Core\Archiver\ArchiverManager::getExtensions() instead. See https://www.drupal.org/node/2999951
LegacyFunctionsTest::testDrupalSetTimeLimit function core/tests/Drupal/KernelTests/Core/Common/LegacyFunctionsTest.php @expectedDeprecation drupal_set_time_limit() is deprecated in Drupal 8.7.0 and will be removed before Drupal 9.0.0. Use \Drupal\Component\Utility\Environment::setTimeLimit() instead. See https://www.drupal.org/node/3000058.
@doesNotPerformAssertions
LegacyFunctionsTest::testFormatDate function core/tests/Drupal/KernelTests/Core/Common/LegacyFunctionsTest.php Tests format_date().
LegacyHelpTopicsSyntaxTest class core/modules/help_topics/tests/src/Functional/LegacyHelpTopicsSyntaxTest.php Extends HelpTopicsSyntaxTest to test with deprecated modules.
LegacyHelpTopicsSyntaxTest.php file core/modules/help_topics/tests/src/Functional/LegacyHelpTopicsSyntaxTest.php
LegacyHelpTopicsSyntaxTest::$excludeDeprecated property core/modules/help_topics/tests/src/Functional/LegacyHelpTopicsSyntaxTest.php Flag to exclude deprecated modules from the tests.
LegacyJavascriptTestBase class core/tests/Drupal/FunctionalJavascriptTests/LegacyJavascriptTestBase.php Runs a browser test using PhantomJS.
LegacyJavascriptTestBase.php file core/tests/Drupal/FunctionalJavascriptTests/LegacyJavascriptTestBase.php
LegacyLibraryDiscoveryTest class core/tests/Drupal/KernelTests/Core/Asset/LegacyLibraryDiscoveryTest.php Tests that deprecated asset libraries trigger a deprecation error.
LegacyLibraryDiscoveryTest.php file core/tests/Drupal/KernelTests/Core/Asset/LegacyLibraryDiscoveryTest.php
LegacyLibraryDiscoveryTest::$libraryDiscovery property core/tests/Drupal/KernelTests/Core/Asset/LegacyLibraryDiscoveryTest.php The library discovery service.
LegacyLibraryDiscoveryTest::setUp function core/tests/Drupal/KernelTests/Core/Asset/LegacyLibraryDiscoveryTest.php
LegacyLibraryDiscoveryTest::testJqueryUiAccordion function core/tests/Drupal/KernelTests/Core/Asset/LegacyLibraryDiscoveryTest.php Tests that the jquery.ui.accordion library is deprecated.
LegacyLibraryDiscoveryTest::testJqueryUiCheckboxradio function core/tests/Drupal/KernelTests/Core/Asset/LegacyLibraryDiscoveryTest.php Tests that the jquery.ui.checkboxradio library is deprecated.
LegacyLibraryDiscoveryTest::testJqueryUiControlgroup function core/tests/Drupal/KernelTests/Core/Asset/LegacyLibraryDiscoveryTest.php Tests that the jquery.ui.controlgroup library is deprecated.
LegacyLibraryDiscoveryTest::testJqueryUiDroppable function core/tests/Drupal/KernelTests/Core/Asset/LegacyLibraryDiscoveryTest.php Tests that the jquery.ui.droppable library is deprecated.
LegacyLibraryDiscoveryTest::testJqueryUiEffectsBlind function core/tests/Drupal/KernelTests/Core/Asset/LegacyLibraryDiscoveryTest.php Tests that the jquery.ui.effects.blind library is deprecated.
LegacyLibraryDiscoveryTest::testJqueryUiEffectsBounce function core/tests/Drupal/KernelTests/Core/Asset/LegacyLibraryDiscoveryTest.php Tests that the jquery.ui.effects.bounce library is deprecated.
LegacyLibraryDiscoveryTest::testJqueryUiEffectsClip function core/tests/Drupal/KernelTests/Core/Asset/LegacyLibraryDiscoveryTest.php Tests that the jquery.ui.effects.clip library is deprecated.
LegacyLibraryDiscoveryTest::testJqueryUiEffectsCore function core/tests/Drupal/KernelTests/Core/Asset/LegacyLibraryDiscoveryTest.php Tests that the jquery.ui.effects.core library is deprecated.
LegacyLibraryDiscoveryTest::testJqueryUiEffectsDrop function core/tests/Drupal/KernelTests/Core/Asset/LegacyLibraryDiscoveryTest.php Tests that the jquery.ui.effects.drop library is deprecated.
LegacyLibraryDiscoveryTest::testJqueryUiEffectsExplode function core/tests/Drupal/KernelTests/Core/Asset/LegacyLibraryDiscoveryTest.php Tests that the jquery.ui.effects.explode library is deprecated.
LegacyLibraryDiscoveryTest::testJqueryUiEffectsFade function core/tests/Drupal/KernelTests/Core/Asset/LegacyLibraryDiscoveryTest.php Tests that the jquery.ui.effects.fade library is deprecated.
LegacyLibraryDiscoveryTest::testJqueryUiEffectsFold function core/tests/Drupal/KernelTests/Core/Asset/LegacyLibraryDiscoveryTest.php Tests that the jquery.ui.effects.fold library is deprecated.
LegacyLibraryDiscoveryTest::testJqueryUiEffectsHighlight function core/tests/Drupal/KernelTests/Core/Asset/LegacyLibraryDiscoveryTest.php Tests that the jquery.ui.effects.highlight library is deprecated.
LegacyLibraryDiscoveryTest::testJqueryUiEffectsPuff function core/tests/Drupal/KernelTests/Core/Asset/LegacyLibraryDiscoveryTest.php Tests that the jquery.ui.effects.puff library is deprecated.
LegacyLibraryDiscoveryTest::testJqueryUiEffectsPulsate function core/tests/Drupal/KernelTests/Core/Asset/LegacyLibraryDiscoveryTest.php Tests that the jquery.ui.effects.pulsate library is deprecated.
LegacyLibraryDiscoveryTest::testJqueryUiEffectsScale function core/tests/Drupal/KernelTests/Core/Asset/LegacyLibraryDiscoveryTest.php Tests that the jquery.ui.effects.scale library is deprecated.
LegacyLibraryDiscoveryTest::testJqueryUiEffectsShake function core/tests/Drupal/KernelTests/Core/Asset/LegacyLibraryDiscoveryTest.php Tests that the jquery.ui.effects.shake library is deprecated.
LegacyLibraryDiscoveryTest::testJqueryUiEffectsSize function core/tests/Drupal/KernelTests/Core/Asset/LegacyLibraryDiscoveryTest.php Tests that the jquery.ui.effects.size library is deprecated.

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