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 |
---|---|---|---|
QueryInterface::notExists | function | core/ |
Queries for an empty field. |
ReadOnlyStorage::exists | function | core/ |
Returns whether a configuration object exists. |
ReflectionTest::existsForTesting | function | core/ |
|
RegressionTest::testDBFieldExists | function | core/ |
Tests the \Drupal\Core\Database\Schema::fieldExists() method. |
RegressionTest::testDBIndexExists | function | core/ |
Tests the Schema::indexExists() method. |
RegressionTest::testDBTableExists | function | core/ |
Tests the Schema::tableExists() method. |
Schema::constraintExists | function | core/ |
Helper function: check if a constraint (PK, FK, UK) exists. |
Schema::extensionExists | function | core/ |
Determines whether the PostgreSQL extension is created. |
Schema::fieldExists | function | core/ |
Check if a column exists in the given table. |
Schema::fieldExists | function | core/ |
Check if a column exists in the given table. |
Schema::fieldExists | function | core/ |
Check if a column exists in the given table. |
Schema::indexExists | function | core/ |
Checks if an index exists in the given table. |
Schema::indexExists | function | core/ |
Checks if an index exists in the given table. |
Schema::indexExists | function | core/ |
Checks if an index exists in the given table. |
Schema::indexExists | function | core/ |
Checks if an index exists in the given table. |
Schema::indexExists | function | core/ |
Checks if an index exists in the given table. |
Schema::tableExists | function | core/ |
Check if a table exists. |
Schema::tableExists | function | core/ |
Check if a table exists. |
Schema::tableExists | function | core/ |
Check if a table exists. |
SchemaObjectExistsException | class | core/ |
Exception thrown if an object being created already exists. |
SchemaObjectExistsException.php | file | core/ |
|
SchemaTest::testPgsqlExtensionExists | function | core/ |
@covers \Drupal\Core\Database\Driver\pgsql\Schema::extensionExists |
SearchPageFormBase::exists | function | core/ |
Determines if the search page entity already exists. |
Select::havingExists | function | core/ |
Sets a HAVING condition that the specified subquery returns values. |
Select::havingNotExists | function | core/ |
Sets a HAVING condition that the specified subquery returns no values. |
SelectExtender::exists | function | core/ |
Sets a condition that the specified subquery returns values. |
SelectExtender::havingExists | function | core/ |
Sets a HAVING condition that the specified subquery returns values. |
SelectExtender::havingNotExists | function | core/ |
Sets a HAVING condition that the specified subquery returns no values. |
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 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(). |
Pagination
- Previous page
- Page 4
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.