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
PhpUnitTestRunner::$workingDirectory property core/lib/Drupal/Core/Test/PhpUnitTestRunner.php Path to the working directory.
PhpUnitTestRunner::create function core/lib/Drupal/Core/Test/PhpUnitTestRunner.php
PhpUnitTestRunner::phpUnitCommand function core/lib/Drupal/Core/Test/PhpUnitTestRunner.php Returns the command to run PHPUnit.
PhpUnitTestRunner::runCommand function core/lib/Drupal/Core/Test/PhpUnitTestRunner.php Executes the PHPUnit command.
PhpUnitTestRunner::runTests function core/lib/Drupal/Core/Test/PhpUnitTestRunner.php Executes PHPUnit tests and returns the results of the run.
PhpUnitTestRunner::summarizeResults function core/lib/Drupal/Core/Test/PhpUnitTestRunner.php Tallies test results per test class.
PhpUnitTestRunner::xmlLogFilePath function core/lib/Drupal/Core/Test/PhpUnitTestRunner.php Returns the path to use for PHPUnit's --log-junit option.
PhpUnitTestRunner::__construct function core/lib/Drupal/Core/Test/PhpUnitTestRunner.php Constructs a test runner.
PhpUnitTestRunnerTest class core/tests/Drupal/Tests/Core/Test/PhpUnitTestRunnerTest.php @coversDefaultClass \Drupal\Core\Test\PhpUnitTestRunner[[api-linebreak]]
@group Test
PhpUnitTestRunnerTest.php file core/tests/Drupal/Tests/Core/Test/PhpUnitTestRunnerTest.php
PhpUnitTestRunnerTest::providerTestSummarizeResults function core/tests/Drupal/Tests/Core/Test/PhpUnitTestRunnerTest.php
PhpUnitTestRunnerTest::testPhpUnitCommand function core/tests/Drupal/Tests/Core/Test/PhpUnitTestRunnerTest.php @covers ::phpUnitCommand[[api-linebreak]]
PhpUnitTestRunnerTest::testRunTestsError function core/tests/Drupal/Tests/Core/Test/PhpUnitTestRunnerTest.php Test an error in the test running phase.
PhpUnitTestRunnerTest::testSummarizeResults function core/tests/Drupal/Tests/Core/Test/PhpUnitTestRunnerTest.php @dataProvider providerTestSummarizeResults
@covers ::summarizeResults[[api-linebreak]]
PhpUnitTestRunnerTest::testXmlLogFilePath function core/tests/Drupal/Tests/Core/Test/PhpUnitTestRunnerTest.php @covers ::xmlLogFilePath[[api-linebreak]]
phpunit_test.info.yml file core/modules/system/tests/modules/phpunit_test/phpunit_test.info.yml core/modules/system/tests/modules/phpunit_test/phpunit_test.info.yml
PirateDayCacheabilityMetadataConfigOverride::getCacheSuffix function core/modules/config/tests/config_override_test/src/PirateDayCacheabilityMetadataConfigOverride.php
PirateDayCacheabilityMetadataConfigOverride::loadOverrides function core/modules/config/tests/config_override_test/src/PirateDayCacheabilityMetadataConfigOverride.php
PirateDayCacheContext::isPirateDay function core/modules/config/tests/config_override_test/src/Cache/PirateDayCacheContext.php Returns whether or not it is Pirate Day.
PlaceBlockPageVariant::$redirectDestination property core/modules/block_place/src/Plugin/DisplayVariant/PlaceBlockPageVariant.php The redirect destination.
PlaceBlockPageVariant::getVisibleRegionNames function core/modules/block_place/src/Plugin/DisplayVariant/PlaceBlockPageVariant.php Returns the human-readable list of regions keyed by machine name.
PlaceBlockPageVariant::__construct function core/modules/block_place/src/Plugin/DisplayVariant/PlaceBlockPageVariant.php Constructs a new PlaceBlockPageVariant.
PlaceholderGenerator::shouldAutomaticallyPlaceholder function core/lib/Drupal/Core/Render/PlaceholderGenerator.php
PlaceholderGenerator::__construct function core/lib/Drupal/Core/Render/PlaceholderGenerator.php Constructs a new Placeholder service.
PlaceholderGeneratorInterface::shouldAutomaticallyPlaceholder function core/lib/Drupal/Core/Render/PlaceholderGeneratorInterface.php Whether the given render array should be automatically placeholdered.
PlaceholderGeneratorTest class core/tests/Drupal/Tests/Core/Render/PlaceholderGeneratorTest.php @coversDefaultClass \Drupal\Core\Render\PlaceholderGenerator[[api-linebreak]]
@group Render
PlaceholderGeneratorTest.php file core/tests/Drupal/Tests/Core/Render/PlaceholderGeneratorTest.php
PlaceholderGeneratorTest::$placeholderGenerator property core/tests/Drupal/Tests/Core/Render/PlaceholderGeneratorTest.php The tested placeholder generator.
PlaceholderGeneratorTest::providerCreatePlaceholderGeneratesValidHtmlMarkup function core/tests/Drupal/Tests/Core/Render/PlaceholderGeneratorTest.php
PlaceholderGeneratorTest::testCreatePlaceholderGeneratesValidHtmlMarkup function core/tests/Drupal/Tests/Core/Render/PlaceholderGeneratorTest.php @covers ::createPlaceholder[[api-linebreak]]
@dataProvider providerCreatePlaceholderGeneratesValidHtmlMarkup
PlaceholderingRenderCache::$placeholderResultsCache property core/lib/Drupal/Core/Render/PlaceholderingRenderCache.php Stores rendered results for automatically placeholdered elements.
PlaceholderingRenderCache::getFromPlaceholderResultsCache function core/lib/Drupal/Core/Render/PlaceholderingRenderCache.php Retrieves an auto-placeholdered renderable array from the static cache.
PlaceholderingRenderCache::set function core/lib/Drupal/Core/Render/PlaceholderingRenderCache.php
PlaceholderingRenderCache::__construct function core/lib/Drupal/Core/Render/PlaceholderingRenderCache.php Constructs a new PlaceholderingRenderCache object.
PlaceholderMessageTest class core/modules/system/tests/src/Functional/Render/PlaceholderMessageTest.php Functional test verifying that messages set in placeholders always appear.
PlaceholderMessageTest.php file core/modules/system/tests/src/Functional/Render/PlaceholderMessageTest.php
PlaceholderMessageTest::$defaultTheme property core/modules/system/tests/src/Functional/Render/PlaceholderMessageTest.php
PlaceholderMessageTest::$modules property core/modules/system/tests/src/Functional/Render/PlaceholderMessageTest.php Modules to enable.
PlaceholderMessageTest::testMessagePlaceholder function core/modules/system/tests/src/Functional/Render/PlaceholderMessageTest.php Test rendering of message placeholder.
PlaceholdersTest class core/tests/Drupal/Tests/Core/Render/RendererTestBase.php
PlaceholdersTest::callback function core/tests/Drupal/Tests/Core/Render/RendererTestBase.php #lazy_builder callback; attaches setting, generates markup.
PlaceholdersTest::callbackPerUser function core/tests/Drupal/Tests/Core/Render/RendererTestBase.php #lazy_builder callback; attaches setting, generates markup, user-specific.
PlaceholdersTest::callbackTagCurrentTemperature function core/tests/Drupal/Tests/Core/Render/RendererTestBase.php #lazy_builder callback; attaches setting, generates markup, cache tag.
PlaceholdersTest::trustedCallbacks function core/tests/Drupal/Tests/Core/Render/RendererTestBase.php
PlaceholderStrategyInterface interface core/lib/Drupal/Core/Render/Placeholder/PlaceholderStrategyInterface.php Provides an interface for defining a placeholder strategy service.
PlaceholderStrategyInterface.php file core/lib/Drupal/Core/Render/Placeholder/PlaceholderStrategyInterface.php
PlaceholderStrategyInterface::processPlaceholders function core/lib/Drupal/Core/Render/Placeholder/PlaceholderStrategyInterface.php Processes placeholders to render them with different strategies.
PlaceholderTextUpdateTest class core/modules/views/tests/src/Functional/Update/PlaceholderTextUpdateTest.php Tests the upgrade path for placeholder text.
PlaceholderTextUpdateTest.php file core/modules/views/tests/src/Functional/Update/PlaceholderTextUpdateTest.php
PlaceholderTextUpdateTest::setDatabaseDumpFiles function core/modules/views/tests/src/Functional/Update/PlaceholderTextUpdateTest.php Set database dump files to be used.

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