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 |
|---|---|---|---|
| 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. |
| 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. |
| RecipeOverrideConfigStorage::exists | function | core/ |
Returns whether a configuration object exists. |
| ReflectionTest::existsForTesting | function | core/ |
This method exists for reflection testing only. |
| 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/ |
Tests Role Exists Constraint Validator. |
| 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. |
| SandboxManagerBase::sandboxDirectoryExists | function | core/ |
Determines if the stage directory exists. |
| SandboxManagerBaseTest::testStageDirectoryExists | function | core/ |
Tests stage directory exists. |
| 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. |
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.