Search for exists
- Search 7.x for exists
- Search 9.5.x for exists
- Search 10.3.x for exists
- Search 11.x for exists
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
SelectInterface::havingNotExists | function | core/ |
Sets a HAVING condition that the specified subquery returns no values. |
SelectSubqueryTest::testExistsSubquerySelect | function | core/ |
Tests EXISTS subquery conditionals on SELECT statements. |
SelectSubqueryTest::testNotExistsSubquerySelect | function | core/ |
Tests NOT EXISTS subquery conditionals on SELECT statements. |
SessionExistsCacheContext | class | core/ |
Defines the SessionExistsCacheContext service, for "session or not" caching. |
SessionExistsCacheContext.php | file | core/ |
|
SessionExistsCacheContext::$requestStack | property | core/ |
The request stack. |
SessionExistsCacheContext::$sessionConfiguration | property | core/ |
The session configuration. |
SessionExistsCacheContext::getCacheableMetadata | function | core/ |
Gets the cacheability metadata for the context. |
SessionExistsCacheContext::getContext | function | core/ |
Returns the string representation of the cache context. |
SessionExistsCacheContext::getLabel | function | core/ |
Returns the label of the cache context. |
SessionExistsCacheContext::__construct | function | core/ |
Constructs a new SessionExistsCacheContext class. |
SessionExistsCacheContextTest | class | core/ |
Tests the 'session.exists' cache context service. |
SessionExistsCacheContextTest.php | file | core/ |
|
SessionExistsCacheContextTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
SessionExistsCacheContextTest::$modules | property | core/ |
Modules to enable. |
SessionExistsCacheContextTest::assertSessionCookieOnClient | function | core/ |
Asserts whether a session cookie is present on the client or not. |
SessionExistsCacheContextTest::testCacheContext | function | core/ |
Tests \Drupal\Core\Cache\Context\SessionExistsCacheContext::getContext(). |
session_exists_cache_context_test.info.yml | file | core/ |
core/modules/system/tests/modules/session_exists_cache_context_test/session_exists_cache_context_test.info.yml |
session_exists_cache_context_test.module | file | core/ |
Test module. |
session_exists_cache_context_test_page_top | function | core/ |
Implements hook_page_top(). |
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::testSetIfNotExists | function | core/ |
Tests the setIfNotExists() methods. |
SharedTempStoreTest::testSetIfOwnerWhenNotExists | function | core/ |
Tests the setIfOwner() method when no key exists. |
SharedTempStoreTest::testSetIfOwnerWhenNotExists | function | core/ |
Tests the setIfOwner() method when no key exists. |
shortcut_set_title_exists | function | core/ |
Check to see if a shortcut set with the given title already exists. |
StateFileExists | class | core/ |
Tests that core modules have a migrate_drupal.yml file as needed. |
StateFileExists.php | file | core/ |
|
StateFileExists::$modules | property | core/ |
Modules to enable. |
StateFileExists::$stateFileRequired | property | core/ |
Modules that should have a migrate_drupal.yml file. |
StateFileExists::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. |
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::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. |
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.