Search for exists
- Search 7.x for exists
- Search 8.9.x for exists
- Search 10.3.x for exists
- Search 11.x for exists
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
SharedTempStore::setIfNotExists | function | core/ |
Stores a particular key/value pair only if the key doesn't already exist. |
SharedTempStoreTest::testSetIfNotExists | function | core/ |
Tests the setIfNotExists() methods. |
SharedTempStoreTest::testSetIfOwnerWhenNotExists | function | core/ |
Tests the setIfOwner() method when no key exists. |
SortTest::testFileExists | function | core/ |
Tests that the phpcs.xml.dist file exists. |
StateFileExistsTest | class | core/ |
Tests that core modules have a migrate_drupal.yml file as needed. |
StateFileExistsTest.php | file | core/ |
|
StateFileExistsTest::$modules | property | core/ |
Modules to enable. |
StateFileExistsTest::$stateFileRequired | property | core/ |
Modules that should have a migrate_drupal.yml file. |
StateFileExistsTest::testMigrationState | function | core/ |
Tests that the migrate_drupal.yml files exist as needed. |
StorageInterface::exists | function | core/ |
Returns whether a configuration object exists. |
StorageReplaceDataWrapper::exists | function | core/ |
Returns whether a configuration object exists. |
StorageTestBase::testSetIfNotExists | function | core/ |
Tests the setIfNotExists() method. |
StringLoader::exists | function | core/ |
|
SwitchShortcutSet::exists | function | core/ |
Determines if a shortcut set exists already. |
TemporaryArrayObjectThrowingExceptions::offsetExists | function | core/ |
Returns whether the requested index exists. |
TestDrupal6SqlBase::moduleExistsWrapper | function | core/ |
Wrapper method to test protected method moduleExists(). |
TestLoader::exists | function | core/ |
|
ThemeHandler::themeExists | function | core/ |
Determines whether a given theme is installed. |
ThemeHandlerInterface::themeExists | function | core/ |
Determines whether a given theme is installed. |
ThemeRegistryLoaderTest::testLoaderReturnsFalseForExistsOnNonexistent | function | core/ |
@covers ::findTemplate |
TrackChangesTest::assertTermExists | function | core/ |
Assert that term with given name exists. |
TrackChangesTest::termExists | function | core/ |
Checks if term with given name exists. |
VocabularyForm::exists | function | core/ |
Determines if the vocabulary already exists. |
WebAssert::buttonExists | function | core/ |
Checks that specific button exists on the current page. |
WebAssert::buttonNotExists | function | core/ |
Checks that the specific button does NOT exist on the current page. |
WebAssert::cookieExists | function | core/ |
|
WebAssert::elementAttributeExists | function | core/ |
|
WebAssert::elementExists | function | core/ |
|
WebAssert::elementNotExists | function | core/ |
|
WebAssert::fieldExists | function | core/ |
|
WebAssert::fieldNotExists | function | core/ |
|
WebAssert::hiddenFieldExists | function | core/ |
Checks that specific hidden field exists. |
WebAssert::hiddenFieldNotExists | function | core/ |
Checks that specific hidden field does not exist. |
WebAssert::linkByHrefExists | function | core/ |
Passes if a link containing a given href (part) is found. |
WebAssert::linkByHrefNotExists | function | core/ |
Passes if a link containing a given href (part) is not found. |
WebAssert::linkExists | function | core/ |
Passes if a link with the specified label is found. |
WebAssert::linkExistsExact | function | core/ |
Passes if a link with the exactly specified label is found. |
WebAssert::linkNotExists | function | core/ |
Passes if a link with the specified label is not found. |
WebAssert::linkNotExistsExact | function | core/ |
Passes if a link with the exactly specified label is not found. |
WebAssert::optionExists | function | core/ |
Checks that specific option in a select field exists on the current page. |
WebAssert::optionNotExists | function | core/ |
Checks that an option in a select field does NOT exist on the current page. |
WebAssert::responseHeaderExists | function | core/ |
Asserts that the current response header has a specific entry. |
WebAssert::selectExists | function | core/ |
Checks that specific select field exists on the current page. |
WebAssert::statusMessageExists | function | core/ |
Asserts that a status message exists. |
WebAssert::statusMessageNotExists | function | core/ |
Asserts that a status message does not exist. |
WebAssertArgumentsTest::testButtonExists | function | core/ |
@covers ::buttonExists |
WebAssertArgumentsTest::testButtonNotExists | function | core/ |
@covers ::buttonNotExists |
WebAssertArgumentsTest::testCookieExists | function | core/ |
@covers ::cookieExists |
WebAssertArgumentsTest::testElementAttributeExists | function | core/ |
@covers ::elementAttributeExists |
WebAssertArgumentsTest::testElementExists | function | core/ |
@covers ::elementExists |
Pagination
- Previous page
- Page 5
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.