|
Merge::notExists |
function |
drupal/core/lib/Drupal/Core/Database/Query/Merge.php |
Implements Drupal\Core\Database\Query\ConditionInterface::notExists(). |
|
Select::notExists |
function |
drupal/core/lib/Drupal/Core/Database/Query/Select.php |
Sets a condition that the specified subquery returns no values. |
|
Update::notExists |
function |
drupal/core/lib/Drupal/Core/Database/Query/Update.php |
Implements Drupal\Core\Database\Query\ConditionInterface::notExists(). |
|
Delete::notExists |
function |
drupal/core/lib/Drupal/Core/Database/Query/Delete.php |
Implements Drupal\Core\Database\Query\ConditionInterface::notExists(). |
|
Condition::notExists |
function |
drupal/core/modules/field/modules/field_sql_storage/lib/Drupal/field_sql_storage/Entity/Condition.php |
Implements Drupal\Core\Entity\Query\ConditionInterface::notExists(). |
|
QueryBase::notExists |
function |
drupal/core/lib/Drupal/Core/Entity/Query/QueryBase.php |
Implements Drupal\Core\Entity\Query\QueryInterface::notExists(). |
|
Condition::notExists |
function |
drupal/core/lib/Drupal/Core/Database/Query/Condition.php |
Implements Drupal\Core\Database\Query\ConditionInterface::notExists(). |
|
Select::havingNotExists |
function |
drupal/core/lib/Drupal/Core/Database/Query/Select.php |
|
|
TempStore::setIfNotExists |
function |
drupal/core/modules/user/lib/Drupal/user/TempStore.php |
Stores a particular key/value pair only if the key doesn't already exist. |
|
QueryInterface::notExists |
function |
drupal/core/lib/Drupal/Core/Entity/Query/QueryInterface.php |
Queries for the nonexistence of a field. |
|
SelectExtender::notExists |
function |
drupal/core/lib/Drupal/Core/Database/Query/SelectExtender.php |
Sets a condition that the specified subquery returns no values. |
|
ConditionInterface::notExists |
function |
drupal/core/lib/Drupal/Core/Database/Query/ConditionInterface.php |
Sets a condition that the specified subquery returns no values. |
|
MemoryStorage::setIfNotExists |
function |
drupal/core/lib/Drupal/Core/KeyValueStore/MemoryStorage.php |
Implements Drupal\Core\KeyValueStore\KeyValueStoreInterface::setIfNotExists(). |
|
ConditionInterface::notExists |
function |
drupal/core/lib/Drupal/Core/Entity/Query/ConditionInterface.php |
Queries for the existence of a field. |
|
DatabaseStorage::setIfNotExists |
function |
drupal/core/lib/Drupal/Core/KeyValueStore/DatabaseStorage.php |
Implements Drupal\Core\KeyValueStore\KeyValueStoreInterface::setIfNotExists(). |
|
StorageTestBase::testSetIfNotExists |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/KeyValueStore/StorageTestBase.php |
Tests the setIfNotExists() method. |
|
FileFieldTestBase::assertFileNotExists |
function |
drupal/core/modules/file/lib/Drupal/file/Tests/FileFieldTestBase.php |
Asserts that a file does not exist on disk. |
|
KeyValueStoreInterface::setIfNotExists |
function |
drupal/core/lib/Drupal/Core/KeyValueStore/KeyValueStoreInterface.php |
Saves a value for a given key if it does not exist yet. |
|
FileTest::testConstructWhenFileNotExists |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/File/FileTest.php |
|
|
FileFieldTestBase::assertFileEntryNotExists |
function |
drupal/core/modules/file/lib/Drupal/file/Tests/FileFieldTestBase.php |
Asserts that a file does not exist in the database. |
|
SelectSubqueryTest::testNotExistsSubquerySelect |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectSubqueryTest.php |
Tests NOT EXISTS subquery conditionals on SELECT statements. |
|
UploadedFileTest::testConstructWhenFileNotExists |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/File/UploadedFileTest.php |
|
|
DatabaseStorageExpirable::setWithExpireIfNotExists |
function |
drupal/core/lib/Drupal/Core/KeyValueStore/DatabaseStorageExpirable.php |
Implements Drupal\Core\KeyValueStore\KeyValueStoreExpirableInterface::setWithExpireIfNotExists(). |
|
KeyValueStoreExpirableInterface::setWithExpireIfNotExists |
function |
drupal/core/lib/Drupal/Core/KeyValueStore/KeyValueStoreExpirableInterface.php |
Sets a value for a given key with a time to live if it does not yet exist. |
|
KernelTest::testInitializeBundlesThrowsExceptionWhenAParentDoesNotExists |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/KernelTest.php |
@expectedException \LogicException |