Search for exists
- Search 7.x for exists
- Search 9.5.x for exists
- Search 8.9.x for exists
- Search 10.3.x for exists
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
SelectExtender::notExists | function | core/ |
Sets a condition that the specified subquery returns no values. |
SelectInterface::havingExists | function | core/ |
Sets a HAVING condition that the specified subquery returns values. |
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 install. |
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(). |
SessionExistsCacheContextTestHooks | class | core/ |
Hook implementations for session_exists_cache_context_test. |
SessionExistsCacheContextTestHooks.php | file | core/ |
|
SessionExistsCacheContextTestHooks::pageTop | function | core/ |
Implements hook_page_top(). |
SessionHandler::ensureTableExists | function | core/ |
Check if the session table exists and create it if not. |
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/ |
|
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::testSetIfOwnerWhenNotExists | function | core/ |
Tests the setIfOwner() method when no key exists. |
SortTest::testFileExists | function | core/ |
Tests that the phpcs.xml.dist file exists. |
SortTest::testFileExists | function | core/ |
Tests that the file exists. |
StageBase::stageDirectoryExists | function | core/ |
Determines if the stage directory exists. |
StageBaseTest::testStageDirectoryExists | function | core/ |
@covers ::stageDirectoryExists |
StateFileExistsTest | class | core/ |
Tests that core modules have a migrate_drupal.yml file as needed. |
StateFileExistsTest.php | file | core/ |
|
StateFileExistsTest::$modules | property | core/ |
|
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/ |
|
StubSchema::indexExists | function | core/ |
Checks if an index exists in the given table. |
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 |
Pagination
- Previous page
- Page 7
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.