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 |
---|---|---|---|
MTimeProtectedFileStorage::exists | function | core/ |
Checks whether the PHP code exists in storage. |
NegotiatorBase::ensureVersionExists | function | core/ |
Helper method that ensures that a version exists. |
NestedArray::keyExists | function | core/ |
Determines whether a nested array contains the requested keys. |
NestedArrayTest::testKeyExists | function | core/ |
Tests existence of array key. |
NullStorage::exists | function | core/ |
Returns whether a configuration object exists. |
NullStorageExpirable::setIfNotExists | function | core/ |
Saves a value for a given key if it does not exist yet. |
NullStorageExpirable::setWithExpireIfNotExists | function | core/ |
Sets a value for a given key with a time to live if it does not yet exist. |
PathAliasTestTrait::assertPathAliasExists | function | core/ |
Asserts that a path alias exists in the storage. |
PathAliasTestTrait::assertPathAliasNotExists | function | core/ |
Asserts that a path alias does not exist in the storage. |
PhpStorageInterface::exists | function | core/ |
Checks whether the PHP code exists in storage. |
ProviderFilterDecorator::$providerExists | property | core/ |
A callable for testing if a provider exists. |
Query::existsAggregate | function | core/ |
Queries for the existence of a field. |
Query::notExistsAggregate | function | core/ |
Queries for the nonexistence of a field. |
QueryAggregate::existsAggregate | function | core/ |
Queries for the existence of a field. |
QueryAggregate::notExistsAggregate | function | core/ |
Queries for the nonexistence of a field. |
QueryAggregateInterface::existsAggregate | function | core/ |
Queries for the existence of a field. |
QueryAggregateInterface::notExistsAggregate | function | core/ |
Queries for the nonexistence of a field. |
QueryBase::exists | function | core/ |
Queries for a non-empty value on a field. |
QueryBase::notExists | function | core/ |
Queries for an empty field. |
QueryConditionTrait::exists | function | core/ |
|
QueryConditionTrait::notExists | function | core/ |
|
QueryInterface::exists | function | core/ |
Queries for a non-empty value on a field. |
QueryInterface::notExists | function | core/ |
Queries for an empty field. |
ReadOnlyStorage::exists | function | core/ |
Returns whether a configuration object exists. |
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::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::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::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. |
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/ |
|
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. |
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.