Search for output

  1. Search 7.x for output
  2. Search 9.5.x for output
  3. Search 8.9.x for output
  4. Search 10.3.x for output
  5. Other projects
Title Object type File name Summary
FixturesBase::getOutput function core/tests/Drupal/Tests/Composer/Plugin/FixturesBase.php Gets the output from the io() fixture.
FunctionalTestDebugHtmlOutputHelperTest class core/tests/Drupal/FunctionalTests/Test/FunctionalTestDebugHtmlOutputHelperTest.php Helper test for FunctionalTestDebugHtmlOutputTest.
FunctionalTestDebugHtmlOutputHelperTest.php file core/tests/Drupal/FunctionalTests/Test/FunctionalTestDebugHtmlOutputHelperTest.php
FunctionalTestDebugHtmlOutputHelperTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Test/FunctionalTestDebugHtmlOutputHelperTest.php The theme to install as the default for testing.
FunctionalTestDebugHtmlOutputHelperTest::testCreateFunctionalTestDebugHtmlOutput function core/tests/Drupal/FunctionalTests/Test/FunctionalTestDebugHtmlOutputHelperTest.php Creates one page of debug HTML output.
FunctionalTestDebugHtmlOutputTest class core/tests/Drupal/FunctionalTests/Test/FunctionalTestDebugHtmlOutputTest.php Test to ensure that functional tests produce debug HTML output when required.
FunctionalTestDebugHtmlOutputTest.php file core/tests/Drupal/FunctionalTests/Test/FunctionalTestDebugHtmlOutputTest.php
FunctionalTestDebugHtmlOutputTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Test/FunctionalTestDebugHtmlOutputTest.php The theme to install as the default for testing.
FunctionalTestDebugHtmlOutputTest::getAlteredPhpunitXmlConfigurationFile function core/tests/Drupal/FunctionalTests/Test/FunctionalTestDebugHtmlOutputTest.php
FunctionalTestDebugHtmlOutputTest::testFunctionalTestDebugHtmlOutput function core/tests/Drupal/FunctionalTests/Test/FunctionalTestDebugHtmlOutputTest.php Ensures that functional tests produce debug HTML output when required.
HtmlOutputLogger class core/tests/Drupal/TestTools/Extension/HtmlLogging/HtmlOutputLogger.php Drupal's extension for providing HTML output results for functional tests.
HtmlOutputLogger.php file core/tests/Drupal/TestTools/Extension/HtmlLogging/HtmlOutputLogger.php
HtmlOutputLogger::$browserOutputFile property core/tests/Drupal/TestTools/Extension/HtmlLogging/HtmlOutputLogger.php A file with list of links to HTML pages generated.
HtmlOutputLogger::$enabled property core/tests/Drupal/TestTools/Extension/HtmlLogging/HtmlOutputLogger.php The status of the extension.
HtmlOutputLogger::$outputDirectory property core/tests/Drupal/TestTools/Extension/HtmlLogging/HtmlOutputLogger.php A file with list of links to HTML pages generated.
HtmlOutputLogger::$outputVerbose property core/tests/Drupal/TestTools/Extension/HtmlLogging/HtmlOutputLogger.php Verbosity of the final report.
HtmlOutputLogger::bootstrap function core/tests/Drupal/TestTools/Extension/HtmlLogging/HtmlOutputLogger.php
HtmlOutputLogger::log function core/tests/Drupal/TestTools/Extension/HtmlLogging/HtmlOutputLogger.php Logs a link to a generated HTML page.
HtmlOutputLogger::testRunnerFinished function core/tests/Drupal/TestTools/Extension/HtmlLogging/HtmlOutputLogger.php Prints the list of HTML output generated during the test.
HtmlOutputLogger::testRunnerStarted function core/tests/Drupal/TestTools/Extension/HtmlLogging/HtmlOutputLogger.php Empties the list of the HTML output created during the test run.
install_display_output function core/includes/install.core.inc Displays themed installer output and ends the page request.
LanguageNegotiationUrlTest::testProcessOutboundOutputsRelativePathsForSameDomain function core/modules/language/tests/src/Unit/LanguageNegotiationUrlTest.php Tests path outbound processing correctly setting relative/absolute paths.
MachineNameTransliterationTest::machineNameInputOutput function core/tests/Drupal/FunctionalJavascriptTests/MachineName/MachineNameTransliterationTest.php Data for the testMachineNameTransliterations.
MigrateUpgradeExecuteTestBase::$outputLogs property core/modules/migrate_drupal_ui/tests/src/Functional/MigrateUpgradeExecuteTestBase.php Indicates if the watchdog logs should be output.
MigrateUpgradeExecuteTestBase::outputLogs function core/modules/migrate_drupal_ui/tests/src/Functional/MigrateUpgradeExecuteTestBase.php Preserve the logs pages.
OutputStrategyInterface interface core/lib/Drupal/Component/Render/OutputStrategyInterface.php Provides an output strategy that formats HTML strings for a given context.
OutputStrategyInterface.php file core/lib/Drupal/Component/Render/OutputStrategyInterface.php
OutputStrategyInterface::renderFromHtml function core/lib/Drupal/Component/Render/OutputStrategyInterface.php Transforms a given HTML string into to a context-appropriate output string.
PhpTuf\ComposerStager\API\Process\Service\OutputCallbackInterface service core/modules/package_manager/package_manager.services.yml PhpTuf\ComposerStager\Internal\Process\Service\OutputCallback
PhpTuf\ComposerStager\Internal\Process\Service\OutputCallbackAdapterInterface service core/modules/package_manager/package_manager.services.yml PhpTuf\ComposerStager\Internal\Process\Service\OutputCallbackAdapter
PhpUnitTestDiscoveryTest::$xmlOutputFile property core/tests/Drupal/KernelTests/Core/Test/PhpUnitTestDiscoveryTest.php The filepath to the XML file to be used for dumping the test list.
PlainTextOutput class core/lib/Drupal/Component/Render/PlainTextOutput.php Provides an output strategy for transforming HTML into simple plain text.
PlainTextOutput.php file core/lib/Drupal/Component/Render/PlainTextOutput.php
PlainTextOutput::renderFromHtml function core/lib/Drupal/Component/Render/PlainTextOutput.php Transforms a given HTML string into to a context-appropriate output string.
PlainTextOutputTest class core/tests/Drupal/Tests/Component/Render/PlainTextOutputTest.php Tests Drupal\Component\Render\PlainTextOutput.
PlainTextOutputTest.php file core/tests/Drupal/Tests/Component/Render/PlainTextOutputTest.php
PlainTextOutputTest::providerRenderFromHtml function core/tests/Drupal/Tests/Component/Render/PlainTextOutputTest.php Data provider for ::testRenderFromHtml()
PlainTextOutputTest::testRenderFromHtml function core/tests/Drupal/Tests/Component/Render/PlainTextOutputTest.php Tests ::renderFromHtml().
ProcessOutputCallback class core/modules/package_manager/src/ProcessOutputCallback.php A process callback for capturing output.
ProcessOutputCallback.php file core/modules/package_manager/src/ProcessOutputCallback.php
ProcessOutputCallback::$errorBuffer property core/modules/package_manager/src/ProcessOutputCallback.php The error buffer.
ProcessOutputCallback::$outBuffer property core/modules/package_manager/src/ProcessOutputCallback.php The output buffer.
ProcessOutputCallback::clearErrorOutput function core/modules/package_manager/src/ProcessOutputCallback.php
ProcessOutputCallback::clearOutput function core/modules/package_manager/src/ProcessOutputCallback.php
ProcessOutputCallback::getErrorOutput function core/modules/package_manager/src/ProcessOutputCallback.php Gets the error output.
ProcessOutputCallback::getOutput function core/modules/package_manager/src/ProcessOutputCallback.php Gets the output.
ProcessOutputCallback::parseJsonOutput function core/modules/package_manager/src/ProcessOutputCallback.php Gets the parsed JSON output.
ProcessOutputCallback::reset function core/modules/package_manager/src/ProcessOutputCallback.php Resets buffers.
ProcessOutputCallback::__construct function core/modules/package_manager/src/ProcessOutputCallback.php Constructs a ProcessOutputCallback object.
ProcessOutputCallback::__invoke function core/modules/package_manager/src/ProcessOutputCallback.php

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