DocParser::$classExists |
property |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/DocParser.php |
This hashmap is used internally to cache results of class_exists()
look-ups. |
ClassLoader::classExists |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/ClassLoader.php |
Checks whether a class with a given name exists. A class "exists" if it is either
already defined in the current request or if there is an autoloader on the SPL
autoload stack that is a) responsible for the class in question and b) is able… |
Collection::offsetExists |
function |
drupal/core/vendor/guzzle/common/Guzzle/Common/Collection.php |
ArrayAccess implementation of offsetExists() |
StorageInterface::exists |
function |
drupal/core/lib/Drupal/Core/Config/StorageInterface.php |
Returns whether a configuration object exists. |
Schema::constraintExists |
function |
drupal/core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php |
Helper function: check if a constraint (PK, FK, UK) exists. |
CacheArray::offsetExists |
function |
drupal/core/lib/Drupal/Core/Utility/CacheArray.php |
Implements ArrayAccess::offsetExists(). |
shortcut_set_title_exists |
function |
drupal/core/modules/shortcut/shortcut.module |
Check to see if a shortcut set with the given title already exists. |
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. |
system_date_format_exists |
function |
drupal/core/modules/system/system.admin.inc |
Checks if the chosen machine_name exists or not. |
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::exists |
function |
drupal/core/lib/Drupal/Core/Database/Query/ConditionInterface.php |
Sets a condition that the specified subquery returns values. |
menu_edit_menu_name_exists |
function |
drupal/core/modules/menu/menu.admin.inc |
Returns whether a menu name already exists. |
CollectionTest::testExists |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Collections/CollectionTest.php |
|
GenericEvent::offsetExists |
function |
drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/GenericEvent.php |
ArrayAccess has argument. |
ConditionInterface::exists |
function |
drupal/core/lib/Drupal/Core/Entity/Query/ConditionInterface.php |
Queries for the existence of a field. |
SchemaObjectExistsException |
class |
drupal/core/lib/Drupal/Core/Database/SchemaObjectExistsException.php |
Exception thrown if an object being created already exists. |
FieldInstance::offsetExists |
function |
drupal/core/modules/field/lib/Drupal/field/FieldInstance.php |
Implements ArrayAccess::offsetExists(). |
_field_ui_field_name_exists |
function |
drupal/core/modules/field_ui/field_ui.admin.inc |
Render API callback: Checks if a field machine name is taken. |
FileReadOnlyStorage::exists |
function |
drupal/core/lib/Drupal/Component/PhpStorage/FileReadOnlyStorage.php |
Implements Drupal\Component\PhpStorage\PhpStorageInterface::exists(). |
ThemeRegistry::offsetExists |
function |
drupal/core/lib/Drupal/Core/Utility/ThemeRegistry.php |
Overrides CacheArray::offsetExists(). |
PhpStorageInterface::exists |
function |
drupal/core/lib/Drupal/Component/PhpStorage/PhpStorageInterface.php |
Checks whether the PHP code exists in storage. |
AttributeArray::offsetExists |
function |
drupal/core/lib/Drupal/Core/Template/AttributeArray.php |
Implements ArrayAccess::offsetExists(). |
ArrayUnitTest::testKeyExists |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Common/ArrayUnitTest.php |
Tests existence of array key. |
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. |
ArrayCollection::offsetExists |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Collections/ArrayCollection.php |
ArrayAccess implementation of offsetExists() |
DefaultFileLocator::fileExists |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/DefaultFileLocator.php |
Check if a file can be found for this class name. |
SymfonyFileLocator::fileExists |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/SymfonyFileLocator.php |
Check if a file can be found for this class name. |
drupal_array_nested_key_exists |
function |
drupal/core/includes/common.inc |
Determines whether a nested array contains the requested keys. |
CommentTestBase::commentExists |
function |
drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentTestBase.php |
Checks current page for specified comment. |
DatabaseStorage::setIfNotExists |
function |
drupal/core/lib/Drupal/Core/KeyValueStore/DatabaseStorage.php |
Implements Drupal\Core\KeyValueStore\KeyValueStoreInterface::setIfNotExists(). |
CacheTestBase::checkCacheExists |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Cache/CacheTestBase.php |
Checks whether or not a cache entry exists. |
SchemaObjectExistsException.php |
file |
drupal/core/lib/Drupal/Core/Database/SchemaObjectExistsException.php |
Definition of Drupal\Core\Database\SchemaObjectExistsException |
ClassLoaderTest::testClassExists |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/ClassLoaderTest.php |
|
CacheTestBase::assertCacheExists |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Cache/CacheTestBase.php |
Asserts that a cache entry exists. |
RegressionTest::testDBTableExists |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/RegressionTest.php |
Tests the db_table_exists() function. |
RegressionTest::testDBFieldExists |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/RegressionTest.php |
Tests the db_field_exists() function. |
RegressionTest::testDBIndexExists |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/RegressionTest.php |
Tests the db_index_exists() function. |
MTimeProtectedFileStorage::exists |
function |
drupal/core/lib/Drupal/Component/PhpStorage/MTimeProtectedFileStorage.php |
Implements Drupal\Component\PhpStorage\PhpStorageInterface::exists(). |
FileFieldTestBase::assertFileExists |
function |
drupal/core/modules/file/lib/Drupal/file/Tests/FileFieldTestBase.php |
Asserts that a file exists physically on disk. |
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. |
SymfonyFileLocatorTest::testFileExists |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/Mapping/SymfonyFileLocatorTest.php |
|
DefaultFileLocatorTest::testFileExists |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/Mapping/DefaultFileLocatorTest.php |
|
KeyValueStoreInterface::setIfNotExists |
function |
drupal/core/lib/Drupal/Core/KeyValueStore/KeyValueStoreInterface.php |
Saves a value for a given key if it does not exist yet. |
FileFieldTestBase::assertFileEntryExists |
function |
drupal/core/modules/file/lib/Drupal/file/Tests/FileFieldTestBase.php |
Asserts that a file exists in the database. |
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. |