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
- Search 11.x for exists
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| MemoryStorage::setIfNotExists | function | core/ |
Saves a value for a given key if it does not exist yet. |
| MenuForm::menuNameExists | function | core/ |
Returns whether a menu name already exists. |
| MenuTreeStorage::ensureTableExists | function | core/ |
Checks if the tree table exists and create it if not. |
| MigrateFieldFormatterSettingsTest::assertComponentNotExists | function | core/ |
Asserts that a particular component is NOT included in a display. |
| MigrateFieldFormatterSettingsTest::assertComponentNotExists | function | core/ |
Asserts that a particular component is NOT included in a display. |
| MigrateSearchPageTest::testModuleExists | function | core/ |
Tests that search page is only migrated for modules enabled on D8 site. |
| ModuleHandler::moduleExists | function | core/ |
Determines whether a given module is enabled. |
| ModuleHandlerInterface::moduleExists | function | core/ |
Determines whether a given module is enabled. |
| ModuleHandlerTest::testModuleExists | function | core/ |
Tests module exists returns correct module status. |
| 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. |
| NonPublicSchemaTest::testExtensionExists | function | core/ |
Tests extension exists. |
| 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. |
| PhpTuf\ComposerStager\API\Precondition\Service\ActiveDirExistsInterface | service | core/ |
PhpTuf\ComposerStager\Internal\Precondition\Service\ActiveDirExists |
| PhpTuf\ComposerStager\API\Precondition\Service\StagingDirExistsInterface | service | core/ |
PhpTuf\ComposerStager\Internal\Precondition\Service\StagingDirExists |
| PluginExistsConstraint | class | core/ |
Checks if a plugin exists and optionally implements a particular interface. |
| PluginExistsConstraint.php | file | core/ |
|
| 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 object. |
| PluginExistsConstraintTest | class | core/ |
Tests Drupal\Core\Plugin\Plugin\Validation\Constraint\PluginExistsConstraint. |
| PluginExistsConstraintTest.php | file | core/ |
|
| PluginExistsConstraintTest::testManagerOption | function | core/ |
Tests plugin is created when manager option is set to a valid service ID. |
| PluginExistsConstraintTest::testMissingOption | function | core/ |
Tests missing option. |
| PluginExistsConstraintValidator | class | core/ |
Validates the PluginExists constraint. |
| PluginExistsConstraintValidator.php | file | core/ |
|
| PluginExistsConstraintValidator::validate | function | core/ |
|
| PluginExistsConstraintValidatorTest | class | core/ |
Tests Plugin Exists Constraint Validator. |
| 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/ |
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.