Search for exists

  1. Search 7.x for exists
  2. Search 9.5.x for exists
  3. Search 8.9.x for exists
  4. Search 10.3.x for exists
  5. Other projects
Title Object type File name Summary
TrackChangesTest::assertTermExists function core/modules/migrate/tests/src/Kernel/TrackChangesTest.php Assert that term with given name exists.
TrackChangesTest::termExists function core/modules/migrate/tests/src/Kernel/TrackChangesTest.php Checks if term with given name exists.
TwigComponentLoader::exists function core/modules/sdc/src/Twig/TwigComponentLoader.php
Update10101::sequenceExists function core/modules/pgsql/src/Update10101.php Checks if a sequence exists.
VocabularyForm::exists function core/modules/taxonomy/src/VocabularyForm.php Determines if the vocabulary already exists.
WebAssert::buttonExists function core/tests/Drupal/Tests/WebAssert.php Checks that specific button exists on the current page.
WebAssert::buttonNotExists function core/tests/Drupal/Tests/WebAssert.php Checks that the specific button does NOT exist on the current page.
WebAssert::hiddenFieldExists function core/tests/Drupal/Tests/WebAssert.php Checks that specific hidden field exists.
WebAssert::hiddenFieldNotExists function core/tests/Drupal/Tests/WebAssert.php Checks that specific hidden field does not exist.
WebAssert::linkByHrefExists function core/tests/Drupal/Tests/WebAssert.php Passes if a link containing a given href (part) is found.
WebAssert::linkByHrefExistsExact function core/tests/Drupal/Tests/WebAssert.php Passes if a link with a given href is found.
WebAssert::linkByHrefNotExists function core/tests/Drupal/Tests/WebAssert.php Passes if a link containing a given href (part) is not found.
WebAssert::linkByHrefNotExistsExact function core/tests/Drupal/Tests/WebAssert.php Passes if a link with a given href is not found.
WebAssert::linkExists function core/tests/Drupal/Tests/WebAssert.php Passes if a link with the specified label is found.
WebAssert::linkExistsExact function core/tests/Drupal/Tests/WebAssert.php Passes if a link with the exactly specified label is found.
WebAssert::linkNotExists function core/tests/Drupal/Tests/WebAssert.php Passes if a link with the specified label is not found.
WebAssert::linkNotExistsExact function core/tests/Drupal/Tests/WebAssert.php Passes if a link with the exactly specified label is not found.
WebAssert::optionExists function core/tests/Drupal/Tests/WebAssert.php Checks that specific option in a select field exists on the current page.
WebAssert::optionNotExists function core/tests/Drupal/Tests/WebAssert.php Checks that an option in a select field does NOT exist on the current page.
WebAssert::responseHeaderExists function core/tests/Drupal/Tests/WebAssert.php Asserts that the current response header has a specific entry.
WebAssert::selectExists function core/tests/Drupal/Tests/WebAssert.php Checks that specific select field exists on the current page.
WebAssert::statusMessageExists function core/tests/Drupal/Tests/WebAssert.php Asserts that a status message exists.
WebAssert::statusMessageNotExists function core/tests/Drupal/Tests/WebAssert.php Asserts that a status message does not exist.
WebAssertTest::testInvalidLinkByHrefExists function core/tests/Drupal/FunctionalTests/WebAssertTest.php Tests linkExistsByHref() functionality fail.
WebAssertTest::testInvalidLinkByHrefExists function core/tests/Drupal/Tests/Core/Test/WebAssertTest.php Tests linkExistsByHref() functionality fail.
WebAssertTest::testInvalidLinkByHrefExistsExact function core/tests/Drupal/FunctionalTests/WebAssertTest.php Tests linkByHrefExistsExact() functionality fail.
WebAssertTest::testInvalidLinkByHrefExistsExact function core/tests/Drupal/Tests/Core/Test/WebAssertTest.php Tests linkByHrefExistsExact() functionality fail.
WebAssertTest::testInvalidLinkByHrefNotExistsExact function core/tests/Drupal/FunctionalTests/WebAssertTest.php Tests linkByHrefNotExistsExact() functionality fail.
WebAssertTest::testInvalidLinkByHrefNotExistsExact function core/tests/Drupal/Tests/Core/Test/WebAssertTest.php Tests linkByHrefNotExistsExact() functionality fail.
WebAssertTest::testInvalidLinkByHrefNotExistsFull function core/tests/Drupal/FunctionalTests/WebAssertTest.php Tests LinkByHrefNotExists() functionality fail full match.
WebAssertTest::testInvalidLinkByHrefNotExistsFull function core/tests/Drupal/Tests/Core/Test/WebAssertTest.php Tests LinkByHrefNotExists() functionality fail full match.
WebAssertTest::testInvalidLinkByHrefNotExistsPartial function core/tests/Drupal/FunctionalTests/WebAssertTest.php Tests LinkByHrefNotExists() functionality fail partial match.
WebAssertTest::testInvalidLinkByHrefNotExistsPartial function core/tests/Drupal/Tests/Core/Test/WebAssertTest.php Tests LinkByHrefNotExists() functionality fail partial match.
WebAssertTest::testInvalidLinkExistsExact function core/tests/Drupal/FunctionalTests/WebAssertTest.php Tests linkExistsExact() functionality fail.
WebAssertTest::testInvalidLinkExistsExact function core/tests/Drupal/Tests/Core/Test/WebAssertTest.php Tests linkExistsExact() functionality fail.
WebAssertTest::testInvalidLinkNotExistsExact function core/tests/Drupal/FunctionalTests/WebAssertTest.php Tests linkNotExistsExact() functionality fail.
WebAssertTest::testInvalidLinkNotExistsExact function core/tests/Drupal/Tests/Core/Test/WebAssertTest.php Tests linkNotExistsExact() functionality fail.
WebAssertTest::testLinkByHrefExists function core/tests/Drupal/FunctionalTests/WebAssertTest.php Tests linkExistsByHref() functionality.
WebAssertTest::testLinkByHrefExists function core/tests/Drupal/Tests/Core/Test/WebAssertTest.php Tests linkExistsByHref() functionality.
WebAssertTest::testLinkByHrefExistsExact function core/tests/Drupal/FunctionalTests/WebAssertTest.php Tests linkExistsByHref() functionality.
WebAssertTest::testLinkByHrefExistsExact function core/tests/Drupal/Tests/Core/Test/WebAssertTest.php Tests linkExistsByHref() functionality.
WebAssertTest::testLinkByHrefNotExists function core/tests/Drupal/FunctionalTests/WebAssertTest.php Tests linkByHrefNotExists() functionality.
WebAssertTest::testLinkByHrefNotExists function core/tests/Drupal/Tests/Core/Test/WebAssertTest.php Tests linkByHrefNotExists() functionality.
WebAssertTest::testLinkByHrefNotExistsExact function core/tests/Drupal/FunctionalTests/WebAssertTest.php Tests linkByHrefNotExistsExact() functionality.
WebAssertTest::testLinkByHrefNotExistsExact function core/tests/Drupal/Tests/Core/Test/WebAssertTest.php Tests linkByHrefNotExistsExact() functionality.
WebAssertTest::testLinkExistsExact function core/tests/Drupal/FunctionalTests/WebAssertTest.php Tests linkExistsExact() functionality.
WebAssertTest::testLinkExistsExact function core/tests/Drupal/Tests/Core/Test/WebAssertTest.php Tests linkExistsExact() functionality.
WebAssertTest::testLinkNotExistsExact function core/tests/Drupal/FunctionalTests/WebAssertTest.php Tests linkNotExistsExact() functionality.
WebAssertTest::testLinkNotExistsExact function core/tests/Drupal/Tests/Core/Test/WebAssertTest.php Tests linkNotExistsExact() functionality.
WebAssertTest::testResponseHeaderExists function core/tests/Drupal/FunctionalTests/WebAssertTest.php Tests WebAssert::responseHeaderExists().

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