Functions

Primary tabs

Name Location Description Direct uses Stringssort ascending
globalFunction drupal/core/vendor/phpunit/php-code-coverage/Tests/_files/CoveredFunction.php 3
design_test_page_list_operations drupal/core/modules/system/tests/modules/design_test/page/list-operations.inc Page callback for manual testing of operation links.
design_test_form_fieldset drupal/core/modules/system/tests/modules/design_test/form/fieldset.inc Form constructor for testing theme_fieldset().
design_test_form_details drupal/core/modules/system/tests/modules/design_test/form/details.inc Form constructor for testing theme_details().
custom_block_test_custom_block_load drupal/core/modules/block/custom_block/tests/modules/custom_block_test/custom_block_test.module Implements hook_custom_block_load().
custom_block_test_custom_block_view drupal/core/modules/block/custom_block/tests/modules/custom_block_test/custom_block_test.module Implements hook_custom_block_view().
custom_block_test_custom_block_presave drupal/core/modules/block/custom_block/tests/modules/custom_block_test/custom_block_test.module Implements hook_custom_block_presave().
custom_block_test_custom_block_update drupal/core/modules/block/custom_block/tests/modules/custom_block_test/custom_block_test.module Implements hook_custom_block_update().
custom_block_test_custom_block_insert drupal/core/modules/block/custom_block/tests/modules/custom_block_test/custom_block_test.module Implements hook_custom_block_insert().
custom_block_test_menu drupal/core/modules/block/custom_block/tests/modules/custom_block_test/custom_block_test.module Implements hook_menu().
twig_in_filter drupal/core/vendor/twig/twig/lib/Twig/Extension/Core.php
twig_ensure_traversable drupal/core/vendor/twig/twig/lib/Twig/Extension/Core.php
test_foo drupal/core/vendor/twig/twig/test/Twig/Tests/IntegrationTest.php
arrayHasKey drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php Returns a PHPUnit_Framework_Constraint_ArrayHasKey matcher object.
assertArrayHasKey drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php Asserts that an array has a specified key.
assertArrayNotHasKey drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php Asserts that an array does not have a specified key.
assertAttributeContains drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php Asserts that a haystack that is stored in a static attribute of a class or an attribute of an object contains a needle.
assertAttributeContainsOnly drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php Asserts that a haystack that is stored in a static attribute of a class or an attribute of an object contains only values of a given type.
assertAttributeCount drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php Asserts the number of elements of an array, Countable or Iterator that is stored in an attribute.
assertAttributeEmpty drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php Asserts that a static attribute of a class or an attribute of an object is empty.
assertAttributeEquals drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php Asserts that a variable is equal to an attribute of an object.
assertAttributeGreaterThan drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php Asserts that an attribute is greater than another value.
assertAttributeGreaterThanOrEqual drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php Asserts that an attribute is greater than or equal to another value.
assertAttributeInstanceOf drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php Asserts that an attribute is of a given type.
assertAttributeInternalType drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php Asserts that an attribute is of a given type.
assertAttributeLessThan drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php Asserts that an attribute is smaller than another value.
assertAttributeLessThanOrEqual drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php Asserts that an attribute is smaller than or equal to another value.
assertAttributeNotContains drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php Asserts that a haystack that is stored in a static attribute of a class or an attribute of an object does not contain a needle.
assertAttributeNotContainsOnly drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php Asserts that a haystack that is stored in a static attribute of a class or an attribute of an object does not contain only values of a given type.
assertAttributeNotCount drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php Asserts the number of elements of an array, Countable or Iterator that is stored in an attribute.
assertAttributeNotEmpty drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php Asserts that a static attribute of a class or an attribute of an object is not empty.
assertAttributeNotEquals drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php Asserts that a variable is not equal to an attribute of an object.
assertAttributeNotInstanceOf drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php Asserts that an attribute is of a given type.
assertAttributeNotInternalType drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php Asserts that an attribute is of a given type.
assertAttributeNotSame drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php Asserts that a variable and an attribute of an object do not have the same type and value.
assertAttributeSame drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php Asserts that a variable and an attribute of an object have the same type and value.
assertClassHasAttribute drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php Asserts that a class has a specified attribute.
assertClassHasStaticAttribute drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php Asserts that a class has a specified static attribute.
assertClassNotHasAttribute drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php Asserts that a class does not have a specified attribute.
assertClassNotHasStaticAttribute drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php Asserts that a class does not have a specified static attribute.
assertContains drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php Asserts that a haystack contains a needle.
assertContainsOnly drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php Asserts that a haystack contains only values of a given type.
assertContainsOnlyInstancesOf drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php Asserts that a haystack contains only instances of a given classname
assertCount drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php Asserts the number of elements of an array, Countable or Iterator.
assertEmpty drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php Asserts that a variable is empty.
assertEqualXMLStructure drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php Asserts that a hierarchy of DOMElements matches.
assertEquals drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php Asserts that two variables are equal.
assertFileEquals drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php Asserts that the contents of one file is equal to the contents of another file.
assertFileExists drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php Asserts that a file exists.
assertFileNotEquals drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php Asserts that the contents of one file is not equal to the contents of another file.

Pages

Other projects