Functions

Primary tabs

Name Locationsort descending Description Direct uses Strings
update_task_list drupal/core/update.php Adds the update task list to the current page. 4
update_extra_requirements drupal/core/update.php Returns and stores extra requirements that apply during the update process. 2
update_check_requirements drupal/core/update.php Checks update requirements and reports errors and (optionally) warnings. 1
assetic_init drupal/core/vendor/kriswallsmith/assetic/src/functions.php Initializes the global Assetic object.
assetic_javascripts drupal/core/vendor/kriswallsmith/assetic/src/functions.php Returns an array of javascript URLs.
assetic_stylesheets drupal/core/vendor/kriswallsmith/assetic/src/functions.php Returns an array of stylesheet URLs.
assetic_image drupal/core/vendor/kriswallsmith/assetic/src/functions.php Returns an image URL.
_assetic_urls drupal/core/vendor/kriswallsmith/assetic/src/functions.php Returns an array of asset urls. 3
globalFunction drupal/core/vendor/phpunit/php-code-coverage/Tests/_files/CoveredFunction.php 3
foo drupal/core/vendor/phpunit/php-code-coverage/Tests/_files/source_without_namespace.php 705
baz drupal/core/vendor/phpunit/php-code-coverage/Tests/_files/source_with_ignore.php 69
foo drupal/core/vendor/phpunit/php-code-coverage/Tests/_files/source_with_namespace.php 705
baz drupal/core/vendor/phpunit/php-code-coverage/Tests/_files/source_with_oneline_annotations.php 69
functionCallback drupal/core/vendor/phpunit/phpunit-mock-objects/Tests/_files/FunctionCallback.php 1
any drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php Returns a matcher that matches when the method it is evaluated for is executed zero or more times. 16
anything drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php Returns a PHPUnit_Framework_Constraint_IsAnything matcher object. 4
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.

Pages

Other projects