fileExists |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php |
Returns a PHPUnit_Framework_Constraint_FileExists matcher object. |
module_exists |
function |
drupal/core/includes/bootstrap.inc |
Determines whether a given module exists. |
Merge::exists |
function |
drupal/core/lib/Drupal/Core/Database/Query/Merge.php |
Implements Drupal\Core\Database\Query\ConditionInterface::exists(). |
FileExists.php |
file |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Constraint/FileExists.php |
|
Select::exists |
function |
drupal/core/lib/Drupal/Core/Database/Query/Select.php |
Sets a condition that the specified subquery returns values. |
Update::exists |
function |
drupal/core/lib/Drupal/Core/Database/Query/Update.php |
Implements Drupal\Core\Database\Query\ConditionInterface::exists(). |
Delete::exists |
function |
drupal/core/lib/Drupal/Core/Database/Query/Delete.php |
Implements Drupal\Core\Database\Query\ConditionInterface::exists(). |
db_index_exists |
function |
drupal/core/includes/database.inc |
Checks if an index exists in the given table. |
db_table_exists |
function |
drupal/core/includes/database.inc |
Checks if a table exists. |
db_field_exists |
function |
drupal/core/includes/database.inc |
Checks if a column exists in the given table. |
assertFileExists |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php |
Asserts that a file exists. |
Merge::notExists |
function |
drupal/core/lib/Drupal/Core/Database/Query/Merge.php |
Implements Drupal\Core\Database\Query\ConditionInterface::notExists(). |
RedisMock::exists |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Profiler/Mock/RedisMock.php |
Verify if the specified key exists. |
QueryBase::exists |
function |
drupal/core/lib/Drupal/Core/Entity/Query/QueryBase.php |
Implements \Drupal\Core\Entity\Query\QueryInterface::exists(). |
Select::notExists |
function |
drupal/core/lib/Drupal/Core/Database/Query/Select.php |
Sets a condition that the specified subquery returns no values. |
Condition::exists |
function |
drupal/core/modules/field_sql_storage/lib/Drupal/field_sql_storage/Entity/Condition.php |
Implements Drupal\Core\Entity\Query\ConditionInterface::exists(). |
FILE_EXISTS_ERROR |
constant |
drupal/core/includes/file.inc |
Flag for dealing with existing files: Do nothing and return FALSE. |
Update::notExists |
function |
drupal/core/lib/Drupal/Core/Database/Query/Update.php |
Implements Drupal\Core\Database\Query\ConditionInterface::notExists(). |
Condition::exists |
function |
drupal/core/lib/Drupal/Core/Database/Query/Condition.php |
Implements Drupal\Core\Database\Query\ConditionInterface::exists(). |
Delete::notExists |
function |
drupal/core/lib/Drupal/Core/Database/Query/Delete.php |
Implements Drupal\Core\Database\Query\ConditionInterface::notExists(). |
Condition::exists |
function |
drupal/core/lib/Drupal/Core/Config/Entity/Query/Condition.php |
Implements \Drupal\Core\Entity\Query\ConditionInterface::exists(). |
Collection::exists |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Collections/Collection.php |
Tests for the existence of an element that satisfies the given predicate. |
FILE_EXISTS_RENAME |
constant |
drupal/core/includes/file.inc |
Flag for dealing with existing files: Appends number until name is unique. |
Schema::indexExists |
function |
drupal/core/lib/Drupal/Core/Database/Driver/mysql/Schema.php |
Checks if an index exists in the given table. |
Schema::tableExists |
function |
drupal/core/lib/Drupal/Core/Database/Driver/mysql/Schema.php |
Check if a table exists. |
Schema::fieldExists |
function |
drupal/core/lib/Drupal/Core/Database/Driver/mysql/Schema.php |
Check if a column exists in the given table. |
Field::offsetExists |
function |
drupal/core/modules/field/lib/Drupal/field/Plugin/Core/Entity/Field.php |
|
Schema::tableExists |
function |
drupal/core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php |
Check if a table exists. |
Schema::fieldExists |
function |
drupal/core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php |
Check if a column exists in the given table. |
NullStorage::exists |
function |
drupal/core/lib/Drupal/Core/Config/NullStorage.php |
Implements Drupal\Core\Config\StorageInterface::exists(). |
FILE_EXISTS_REPLACE |
constant |
drupal/core/includes/file.inc |
Flag for dealing with existing files: Replace the existing file. |
Schema::indexExists |
function |
drupal/core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php |
Checks if an index exists in the given table. |
FileStorage::exists |
function |
drupal/core/lib/Drupal/Component/PhpStorage/FileStorage.php |
Implements Drupal\Component\PhpStorage\PhpStorageInterface::exists(). |
assertFileNotExists |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php |
Asserts that a file does not exist. |
Event::offsetExists |
function |
drupal/core/vendor/guzzle/common/Guzzle/Common/Event.php |
|
Schema::indexExists |
function |
drupal/core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php |
Checks if an index exists in the given table. |
FileStorage::exists |
function |
drupal/core/lib/Drupal/Core/Config/FileStorage.php |
Implements Drupal\Core\Config\StorageInterface::exists(). |
Schema::tableExists |
function |
drupal/core/lib/Drupal/Core/Database/Schema.php |
Check if a table exists. |
Schema::fieldExists |
function |
drupal/core/lib/Drupal/Core/Database/Schema.php |
Check if a column exists in the given table. |
Schema::indexExists |
function |
drupal/core/lib/Drupal/Core/Database/Schema.php |
Checks if an index exists in the given table. |
QueryBase::notExists |
function |
drupal/core/lib/Drupal/Core/Entity/Query/QueryBase.php |
Implements \Drupal\Core\Entity\Query\QueryInterface::notExists(). |
Select::havingExists |
function |
drupal/core/lib/Drupal/Core/Database/Query/Select.php |
|
Condition::notExists |
function |
drupal/core/modules/field_sql_storage/lib/Drupal/field_sql_storage/Entity/Condition.php |
Implements Drupal\Core\Entity\Query\ConditionInterface::notExists(). |
filter_format_exists |
function |
drupal/core/modules/filter/filter.module |
Determines if a text format exists. |
Condition::notExists |
function |
drupal/core/lib/Drupal/Core/Database/Query/Condition.php |
Implements Drupal\Core\Database\Query\ConditionInterface::notExists(). |
Condition::notExists |
function |
drupal/core/lib/Drupal/Core/Config/Entity/Query/Condition.php |
Implements \Drupal\Core\Entity\Query\ConditionInterface::notExists(). |
CachedStorage::exists |
function |
drupal/core/lib/Drupal/Core/Config/CachedStorage.php |
Implements Drupal\Core\Config\StorageInterface::exists(). |
SchemaStorage::exists |
function |
drupal/core/lib/Drupal/Core/Config/Schema/SchemaStorage.php |
Implements \Drupal\Core\Config\StorageInterface::exists(). |
MenuLink::offsetExists |
function |
drupal/core/modules/menu_link/lib/Drupal/menu_link/Plugin/Core/Entity/MenuLink.php |
Implements ArrayAccess::offsetExists(). |
SelectExtender::exists |
function |
drupal/core/lib/Drupal/Core/Database/Query/SelectExtender.php |
Sets a condition that the specified subquery returns values. |