Search for exists
- Search 7.x for exists
- Search 9.5.x for exists
- Search 10.3.x for exists
- Search 11.x for exists
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| ConditionInterface::notExists | function | core/ |
Sets a condition that the specified subquery returns no values. |
| ConfigSingleImportForm::$configExists | property | core/ |
If the config exists, this is that object. Otherwise, FALSE. |
| ConfigTestForm::exists | function | core/ |
Determines if the entity already exists. |
| DatabaseBackend::ensureBinExists | function | core/ |
Check if the cache bin exists and create it if not. |
| DatabaseBackend::ensureTableExists | function | core/ |
Check if the flood table exists and create it if not. |
| DatabaseCacheTagsChecksum::ensureTableExists | function | core/ |
Check if the cache tags table exists and create it if not. |
| DatabaseLegacyTest::testDbFieldExists | function | core/ |
Tests deprecation of the db_field_exists() function. |
| DatabaseLegacyTest::testDbIndexExists | function | core/ |
Tests deprecation of the db_index_exists() function. |
| DatabaseLegacyTest::testDbTableExists | function | core/ |
Tests the db_table_exists() function. |
| DatabaseLockBackend::ensureTableExists | function | core/ |
Check if the semaphore table exists and create it if not. |
| DatabaseQueue::ensureTableExists | function | core/ |
Check if the table exists and create it if not. |
| DatabaseStorage::ensureTableExists | function | core/ |
Check if the config table exists and create it if not. |
| DatabaseStorage::exists | function | core/ |
Returns whether a configuration object exists. |
| DatabaseStorage::setIfNotExists | function | core/ |
Saves a value for a given key if it does not exist yet. |
| DatabaseStorageExpirable::setWithExpireIfNotExists | function | core/ |
Sets a value for a given key with a time to live if it does not yet exist. |
| DataDefinition::offsetExists | function | core/ |
This is for BC support only. @todo: Remove in https://www.drupal.org/node/1928868. |
| DateFormatFormBase::exists | function | core/ |
Checks for an existing date format. |
| db_field_exists | function | core/ |
Checks if a column exists in the given table. |
| db_index_exists | function | core/ |
Checks if an index exists in the given table. |
| db_table_exists | function | core/ |
Checks if a table exists. |
| DefaultPluginManager::providerExists | function | core/ |
Determines if the provider of a definition exists. |
| DefaultPluginManagerTest::testProviderExists | function | core/ |
@covers ::findDefinitions[[api-linebreak]] @covers ::extractProviderFromDefinition[[api-linebreak]] |
| Dependency::offsetExists | function | core/ |
|
| DeprecatedArray::offsetExists | function | core/ |
|
| DocParser::$classExists | property | core/ |
This hashmap is used internally to cache results of class_exists() look-ups. |
| DocParser::classExists | function | core/ |
Attempts to check if a class exists or not. This never goes through the PHP autoloading mechanism but uses the {@link AnnotationRegistry} to load classes. |
| Drupal6SqlBaseTest::testDrupal6ModuleExists | function | core/ |
Tests for Drupal6SqlBase::moduleExists(). |
| DrupalSqlBase::moduleExists | function | core/ |
Checks if a given module is enabled in the source Drupal database. |
| DrupalStandardsListenerTrait::classExists | function | core/ |
Helper method to check if a string names a valid class or trait. |
| EntityDisplayModeFormBase::exists | function | core/ |
Determines if the display mode already exists. |
| EntityExists | class | core/ |
This plugin checks if a given entity exists. |
| EntityExists.php | file | core/ |
|
| EntityExists::$storage | property | core/ |
The entity storage. |
| EntityExists::create | function | core/ |
Creates an instance of the plugin. |
| EntityExists::transform | function | core/ |
Performs the associated process. |
| EntityExists::__construct | function | core/ |
EntityExists constructor. |
| EntityExistsTest | class | core/ |
Tests the EntityExists process plugin. |
| EntityExistsTest.php | file | core/ |
|
| EntityExistsTest::$modules | property | core/ |
Modules to enable. |
| EntityExistsTest::setUp | function | core/ |
|
| EntityExistsTest::testEntityExists | function | core/ |
Test the EntityExists plugin. |
| EntityResource::entityExists | function | core/ |
Checks if the given entity exists. |
| ExtensionList::exists | function | core/ |
Determines if an extension exists in the filesystem. |
| FieldStorageAddForm::fieldNameExists | function | core/ |
Checks if a field machine name is taken. |
| FileExistsException | class | core/ |
Exception thrown when a file unexpectedly exists. |
| FileExistsException.php | file | core/ |
|
| FileFieldTestBase::assertFileEntryExists | function | core/ |
Asserts that a file exists in the database. |
| FileFieldTestBase::assertFileEntryExists | function | core/ |
Asserts that a file exists in the database. |
| FileFieldTestBase::assertFileEntryNotExists | function | core/ |
Asserts that a file does not exist in the database. |
| FileFieldTestBase::assertFileEntryNotExists | function | core/ |
Asserts that a file does not exist in the database. |
Pagination
- Previous page
- Page 2
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.