Search for exists
- Search 7.x for exists
- Search 9.5.x for exists
- Search 8.9.x for exists
- Search 11.x for exists
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
NestedArray::keyExists | function | core/ |
Determines whether a nested array contains the requested keys. |
NestedArrayTest::testKeyExists | function | core/ |
Tests existence of array key. |
NonPublicSchemaTest::testExtensionExists | function | core/ |
@covers ::extensionExists @covers ::tableExists |
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. |
PluginExistsConstraint | class | core/ |
Checks if a plugin exists and optionally implements a particular interface. |
PluginExistsConstraint.php | file | core/ |
|
PluginExistsConstraint::$allowFallback | property | core/ |
Whether or not to consider fallback plugin IDs as valid. |
PluginExistsConstraint::$interface | property | core/ |
Optional name of the interface that the plugin must implement. |
PluginExistsConstraint::$invalidInterfaceMessage | property | core/ |
The error message if a plugin does not implement the expected interface. |
PluginExistsConstraint::$manager | property | core/ |
The ID of the plugin manager service. |
PluginExistsConstraint::$unknownPluginMessage | property | core/ |
The error message if a plugin does not exist. |
PluginExistsConstraint::create | function | core/ |
Creates an instance of the plugin. |
PluginExistsConstraint::getDefaultOption | function | core/ |
|
PluginExistsConstraint::getRequiredOptions | function | core/ |
|
PluginExistsConstraint::__construct | function | core/ |
Constructs a PluginExistsConstraint. |
PluginExistsConstraintTest | class | core/ |
@group Plugin @group Validation |
PluginExistsConstraintTest.php | file | core/ |
|
PluginExistsConstraintTest::testMissingOption | function | core/ |
Tests missing option. |
PluginExistsConstraintTest::testOption | function | core/ |
Tests with different option keys. |
PluginExistsConstraintValidator | class | core/ |
Validates the PluginExists constraint. |
PluginExistsConstraintValidator.php | file | core/ |
|
PluginExistsConstraintValidator::validate | function | core/ |
|
PluginExistsConstraintValidatorTest | class | core/ |
@group Plugin @group Validation |
PluginExistsConstraintValidatorTest.php | file | core/ |
|
PluginExistsConstraintValidatorTest::$modules | property | core/ |
Modules to install. |
PluginExistsConstraintValidatorTest::testFallbackPluginIds | function | core/ |
Tests that fallback plugin IDs can be considered valid or invalid. |
PluginExistsConstraintValidatorTest::testValidation | function | core/ |
Tests validation of plugin existence. |
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. |
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. |
Pagination
- Previous page
- Page 5
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.