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 |
---|---|---|---|
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. |
Recipe::validateRecipeExists | function | core/ |
Validates that a recipe exists. |
RecipeConfigStorageWrapper::exists | function | core/ |
Returns whether a configuration object exists. |
RecipeConfigStorageWrapperTest::testLeftSideExists | function | core/ |
Validate that the first storage checks existence first. |
RecipeConfigStorageWrapperTest::testNotExists | function | core/ |
Validate FALSE when neither storage contains a key. |
RecipeConfigStorageWrapperTest::testRightSideExists | function | core/ |
Validate that we fall back to the second storage. |
RecipeExtensionConfigStorage::exists | function | core/ |
Returns whether a configuration object exists. |
RecipeOverrideConfigStorage::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. |
RoleExistsConstraint | class | core/ |
Checks if a role exists. |
RoleExistsConstraint.php | file | core/ |
|
RoleExistsConstraint::$message | property | core/ |
The error message if validation fails. |
RoleExistsConstraintValidator | class | core/ |
Validates that a role exists. |
RoleExistsConstraintValidator.php | file | core/ |
|
RoleExistsConstraintValidator::create | function | core/ |
Instantiates a new instance of this class. |
RoleExistsConstraintValidator::validate | function | core/ |
|
RoleExistsConstraintValidator::__construct | function | core/ |
Create a new RoleExistsConstraintValidator instance. |
RoleExistsConstraintValidatorTest | class | core/ |
@group user @group Validation |
RoleExistsConstraintValidatorTest.php | file | core/ |
|
RoleExistsConstraintValidatorTest::$modules | property | core/ |
Modules to install. |
RoleExistsConstraintValidatorTest::testRoleExists | function | core/ |
Tests when the constraint's entityTypeId value is not valid. |
RoleExistsConstraintValidatorTest::testValueMustBeAString | function | core/ |
Tests that the constraint validator will only work with strings. |
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::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\pgsql\Driver\Database\pgsql\Schema::extensionExists |
SchemaTest::testTableExists | function | core/ |
Tests the method tableExists(). |
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. |
Pagination
- Previous page
- Page 6
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.