You are here

Functions in Zircon Profile 8

Primary tabs

Namesort descending Location Description Direct uses Strings
assertNotInternalType vendor/phpunit/phpunit/src/Framework/Assert/Functions.php Asserts that a variable is not of a given type.
assertNotNull vendor/phpunit/phpunit/src/Framework/Assert/Functions.php Asserts that a variable is not null. 2
assertNotRegExp vendor/phpunit/phpunit/src/Framework/Assert/Functions.php Asserts that a string does not match a given regular expression.
assertNotSame vendor/phpunit/phpunit/src/Framework/Assert/Functions.php Asserts that two variables do not have the same type and value. Used on objects, it asserts that two variables do not reference the same object.
assertNotSameSize vendor/phpunit/phpunit/src/Framework/Assert/Functions.php Assert that the size of two arrays (or `Countable` or `Traversable` objects) is not the same.
assertNotTag vendor/phpunit/phpunit/src/Framework/Assert/Functions.php This assertion is the exact opposite of assertTag().
assertNotTrue vendor/phpunit/phpunit/src/Framework/Assert/Functions.php Asserts that a condition is not true.
assertNull vendor/phpunit/phpunit/src/Framework/Assert/Functions.php Asserts that a variable is null. 2
assertObjectHasAttribute vendor/phpunit/phpunit/src/Framework/Assert/Functions.php Asserts that an object has a specified attribute.
assertObjectNotHasAttribute vendor/phpunit/phpunit/src/Framework/Assert/Functions.php Asserts that an object does not have a specified attribute.
assertRegExp vendor/phpunit/phpunit/src/Framework/Assert/Functions.php Asserts that a string matches a given regular expression.
assertSame vendor/phpunit/phpunit/src/Framework/Assert/Functions.php Asserts that two variables have the same type and value. Used on objects, it asserts that two variables reference the same object.
assertSameSize vendor/phpunit/phpunit/src/Framework/Assert/Functions.php Assert that the size of two arrays (or `Countable` or `Traversable` objects) is the same.
assertSelectCount vendor/phpunit/phpunit/src/Framework/Assert/Functions.php Assert the presence, absence, or count of elements in a document matching the CSS $selector, regardless of the contents of those elements.
assertSelectEquals vendor/phpunit/phpunit/src/Framework/Assert/Functions.php assertSelectEquals("#binder .name", "Chuck", true, $xml); // any? assertSelectEquals("#binder .name", "Chuck", false, $xml); // none?
assertSelectRegExp vendor/phpunit/phpunit/src/Framework/Assert/Functions.php assertSelectRegExp("#binder .name", "/Mike|Derek/", true, $xml); // any? assertSelectRegExp("#binder .name", "/Mike|Derek/", 3, $xml);// 3?
assertStringEndsNotWith vendor/phpunit/phpunit/src/Framework/Assert/Functions.php Asserts that a string ends not with a given prefix.
assertStringEndsWith vendor/phpunit/phpunit/src/Framework/Assert/Functions.php Asserts that a string ends with a given prefix.
assertStringEqualsFile vendor/phpunit/phpunit/src/Framework/Assert/Functions.php Asserts that the contents of a string is equal to the contents of a file.
assertStringMatchesFormat vendor/phpunit/phpunit/src/Framework/Assert/Functions.php Asserts that a string matches a given format string. 1
assertStringMatchesFormatFile vendor/phpunit/phpunit/src/Framework/Assert/Functions.php Asserts that a string matches a given format file.
assertStringNotEqualsFile vendor/phpunit/phpunit/src/Framework/Assert/Functions.php Asserts that the contents of a string is not equal to the contents of a file.
assertStringNotMatchesFormat vendor/phpunit/phpunit/src/Framework/Assert/Functions.php Asserts that a string does not match a given format string.
assertStringNotMatchesFormatFile vendor/phpunit/phpunit/src/Framework/Assert/Functions.php Asserts that a string does not match a given format string.
assertStringStartsNotWith vendor/phpunit/phpunit/src/Framework/Assert/Functions.php Asserts that a string starts not with a given prefix.
assertStringStartsWith vendor/phpunit/phpunit/src/Framework/Assert/Functions.php Asserts that a string starts with a given prefix.
assertTag vendor/phpunit/phpunit/src/Framework/Assert/Functions.php Evaluate an HTML or XML string and assert its structure and/or contents.
assertThat vendor/phpunit/phpunit/src/Framework/Assert/Functions.php Evaluates a PHPUnit_Framework_Constraint matcher object.
assertTrue vendor/phpunit/phpunit/src/Framework/Assert/Functions.php Asserts that a condition is true. 3
assertXmlFileEqualsXmlFile vendor/phpunit/phpunit/src/Framework/Assert/Functions.php Asserts that two XML files are equal.
assertXmlFileNotEqualsXmlFile vendor/phpunit/phpunit/src/Framework/Assert/Functions.php Asserts that two XML files are not equal.
assertXmlStringEqualsXmlFile vendor/phpunit/phpunit/src/Framework/Assert/Functions.php Asserts that two XML documents are equal.
assertXmlStringEqualsXmlString vendor/phpunit/phpunit/src/Framework/Assert/Functions.php Asserts that two XML documents are equal.
assertXmlStringNotEqualsXmlFile vendor/phpunit/phpunit/src/Framework/Assert/Functions.php Asserts that two XML documents are not equal.
assertXmlStringNotEqualsXmlString vendor/phpunit/phpunit/src/Framework/Assert/Functions.php Asserts that two XML documents are not equal.
at vendor/phpunit/phpunit/src/Framework/Assert/Functions.php Returns a matcher that matches when the method is executed at the given $index. 3
atLeastOnce vendor/phpunit/phpunit/src/Framework/Assert/Functions.php Returns a matcher that matches when the method is executed at least once.
attribute vendor/phpunit/phpunit/src/Framework/Assert/Functions.php Returns a PHPUnit_Framework_Constraint_Attribute matcher object. 27
attributeEqualTo vendor/phpunit/phpunit/src/Framework/Assert/Functions.php Returns a PHPUnit_Framework_Constraint_IsEqual matcher object that is wrapped in a PHPUnit_Framework_Constraint_Attribute matcher object.
authorize_access_allowed core/authorize.php Determines if the current user is allowed to run authorize.php. 1
automated_cron_form_system_cron_settings_alter core/modules/automated_cron/automated_cron.module Implements hook_form_FORM_ID_alter() for the system_cron_settings() form.
automated_cron_help core/modules/automated_cron/automated_cron.module Implements hook_help().
automated_cron_settings_submit core/modules/automated_cron/automated_cron.module Form submission handler for system_cron_settings(). 1
ban_help core/modules/ban/ban.module Implements hook_help().
ban_schema core/modules/ban/ban.install Implements hook_schema().
bartik_drupal_alter_alter core/modules/system/tests/modules/common_test/common_test.module Implements hook_TYPE_alter() on behalf of Bartik theme.
bartik_form_alter core/themes/bartik/bartik.theme Implements hook_form_alter() to add classes to the search form.
bartik_preprocess_block core/themes/bartik/bartik.theme Implements hook_preprocess_HOOK() for block.html.twig.
bartik_preprocess_html core/themes/bartik/bartik.theme Implements hook_preprocess_HOOK() for HTML document templates.
bartik_preprocess_maintenance_page core/themes/bartik/bartik.theme Implements hook_preprocess_HOOK() for maintenance-page.html.twig.

Pages

Other projects