Skip to main content
Hostdog docs
Documentation & API reference
Main menu
Drupal 7
Drupal 8
Drupal 9
You are here
Home
»
API reference
»
Drupal 8.x
»
source_with_ignore.php
Search Drupal 8.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
Drupal 8.x
Topics
Classes
Functions
Files
Namespaces
Services
Constants
Globals
Deprecated
function baz
Same name in this branch
8.x drupal/core/vendor/phpunit/php-code-coverage/Tests/_files/source_with_ignore.php
\baz()
8.x drupal/core/vendor/phpunit/php-code-coverage/Tests/_files/source_with_oneline_annotations.php
\baz()
69 string references to 'baz'
ApacheMatcherDumperTest::getRouteCollection
in drupal/
core/
vendor/
symfony/
routing/
Symfony/
Component/
Routing/
Tests/
Matcher/
Dumper/
ApacheMatcherDumperTest.php
BackendChainImplementationUnitTest::setUp
in drupal/
core/
tests/
Drupal/
Tests/
Core/
Cache/
BackendChainImplementationUnitTest.php
BackendChainUnitTest::createCacheBackend
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
Cache/
BackendChainUnitTest.php
Creates a cache backend to test.
CallbackValidatorTest::testCallbackMultipleMethods
in drupal/
core/
vendor/
symfony/
validator/
Symfony/
Component/
Validator/
Tests/
Constraints/
CallbackValidatorTest.php
CallbackValidatorTest_Object::validateTwo
in drupal/
core/
vendor/
symfony/
validator/
Symfony/
Component/
Validator/
Tests/
Constraints/
CallbackValidatorTest.php
... See full list
File
drupal/
core/
vendor/
phpunit/
php-code-coverage/
Tests/
_files/
source_with_ignore.php
, line 28
Code
function
baz
() { print
'*'
;
// @codeCoverageIgnore
}