Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 10.3.x for all
- Search 11.x for all
- Search main for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| LegacyFunctionsTest | class | core/ |
Tests legacy functions in common.inc. |
| LegacyFunctionsTest.php | file | core/ |
|
| LegacyFunctionsTest::testArchiverGetArchiver | function | core/ |
@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/ |
@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/ |
@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 format_date(). |
| LegacyHelpTopicsSyntaxTest | class | core/ |
Extends HelpTopicsSyntaxTest to test with deprecated modules. |
| LegacyHelpTopicsSyntaxTest.php | file | core/ |
|
| LegacyHelpTopicsSyntaxTest::$excludeDeprecated | property | core/ |
Flag to exclude deprecated modules from the tests. |
| LegacyJavascriptTestBase | class | core/ |
Runs a browser test using PhantomJS. |
| LegacyJavascriptTestBase.php | file | core/ |
|
| LegacyLibraryDiscoveryTest | class | core/ |
Tests that deprecated asset libraries trigger a deprecation error. |
| LegacyLibraryDiscoveryTest.php | file | core/ |
|
| LegacyLibraryDiscoveryTest::$libraryDiscovery | property | core/ |
The library discovery service. |
| LegacyLibraryDiscoveryTest::setUp | function | core/ |
|
| LegacyLibraryDiscoveryTest::testJqueryUiAccordion | function | core/ |
Tests that the jquery.ui.accordion library is deprecated. |
| LegacyLibraryDiscoveryTest::testJqueryUiCheckboxradio | function | core/ |
Tests that the jquery.ui.checkboxradio library is deprecated. |
| LegacyLibraryDiscoveryTest::testJqueryUiControlgroup | function | core/ |
Tests that the jquery.ui.controlgroup library is deprecated. |
| LegacyLibraryDiscoveryTest::testJqueryUiDroppable | function | core/ |
Tests that the jquery.ui.droppable library is deprecated. |
| LegacyLibraryDiscoveryTest::testJqueryUiEffectsBlind | function | core/ |
Tests that the jquery.ui.effects.blind library is deprecated. |
| LegacyLibraryDiscoveryTest::testJqueryUiEffectsBounce | function | core/ |
Tests that the jquery.ui.effects.bounce library is deprecated. |
| LegacyLibraryDiscoveryTest::testJqueryUiEffectsClip | function | core/ |
Tests that the jquery.ui.effects.clip library is deprecated. |
| LegacyLibraryDiscoveryTest::testJqueryUiEffectsCore | function | core/ |
Tests that the jquery.ui.effects.core library is deprecated. |
| LegacyLibraryDiscoveryTest::testJqueryUiEffectsDrop | function | core/ |
Tests that the jquery.ui.effects.drop library is deprecated. |
| LegacyLibraryDiscoveryTest::testJqueryUiEffectsExplode | function | core/ |
Tests that the jquery.ui.effects.explode library is deprecated. |
| LegacyLibraryDiscoveryTest::testJqueryUiEffectsFade | function | core/ |
Tests that the jquery.ui.effects.fade library is deprecated. |
| LegacyLibraryDiscoveryTest::testJqueryUiEffectsFold | function | core/ |
Tests that the jquery.ui.effects.fold library is deprecated. |
| LegacyLibraryDiscoveryTest::testJqueryUiEffectsHighlight | function | core/ |
Tests that the jquery.ui.effects.highlight library is deprecated. |
| LegacyLibraryDiscoveryTest::testJqueryUiEffectsPuff | function | core/ |
Tests that the jquery.ui.effects.puff library is deprecated. |
| LegacyLibraryDiscoveryTest::testJqueryUiEffectsPulsate | function | core/ |
Tests that the jquery.ui.effects.pulsate library is deprecated. |
| LegacyLibraryDiscoveryTest::testJqueryUiEffectsScale | function | core/ |
Tests that the jquery.ui.effects.scale library is deprecated. |
| LegacyLibraryDiscoveryTest::testJqueryUiEffectsShake | function | core/ |
Tests that the jquery.ui.effects.shake library is deprecated. |
| LegacyLibraryDiscoveryTest::testJqueryUiEffectsSize | function | core/ |
Tests that the jquery.ui.effects.size library is deprecated. |
| LegacyLibraryDiscoveryTest::testJqueryUiEffectsSlide | function | core/ |
Tests that the jquery.ui.effects.slide library is deprecated. |
| LegacyLibraryDiscoveryTest::testJqueryUiEffectsTransfer | function | core/ |
Tests that the jquery.ui.effects.transfer library is deprecated. |
| LegacyLibraryDiscoveryTest::testJqueryUiProgressbar | function | core/ |
Tests that the jquery.ui.progressbar library is deprecated. |
| LegacyLibraryDiscoveryTest::testJqueryUiSelectable | function | core/ |
Tests that the jquery.ui.selectable library is deprecated. |
| LegacyLibraryDiscoveryTest::testJqueryUiSelectmenu | function | core/ |
Tests that the jquery.ui.selectmenu library is deprecated. |
| LegacyLibraryDiscoveryTest::testJqueryUiSlider | function | core/ |
Tests that the jquery.ui.slider library is deprecated. |
| LegacyLibraryDiscoveryTest::testJqueryUiSpinner | function | core/ |
Tests that the jquery.ui.spinner library is deprecated. |
| LegacyLibraryDiscoveryTest::testJqueryUiTabs | function | core/ |
Tests that the jquery.ui.tabs library is deprecated. |
| LegacyLibraryDiscoveryTest::testJqueryUiTooltip | function | core/ |
Tests that the jquery.ui.tooltip library is deprecated. |
| LegacyMessenger | class | core/ |
Provides a LegacyMessenger implementation. |
| LegacyMessenger.php | file | core/ |
|
| LegacyMessenger::$messages | property | core/ |
The messages. |
| LegacyMessenger::addError | function | core/ |
Adds a new error message to the queue. |
| LegacyMessenger::addMessage | function | core/ |
Adds a new message to the queue. |
| LegacyMessenger::addStatus | function | core/ |
Adds a new status message to the queue. |
| LegacyMessenger::addWarning | function | core/ |
Adds a new warning message to the queue. |
| LegacyMessenger::all | function | core/ |
Gets all messages. |
Pagination
- Previous page
- Page 856
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.