Search for exists
- Search 7.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 |
|---|---|---|---|
| DatabaseStorage::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::doSetWithExpireIfNotExists | function | core/ |
Sets a value for a given key with a time to live if it does not yet exist. |
| 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. |
| DefaultPluginManager::providerExists | function | core/ |
Determines if the provider of a definition exists. |
| DefaultPluginManagerTest::testProviderExists | function | core/ |
@covers ::findDefinitions[[api-linebreak]] @covers ::extractProviderFromDefinition[[api-linebreak]] |
| DeprecatedArray::offsetExists | function | core/ |
#[\ReturnTypeWillChange] |
| 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/ |
Tests 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::assertFileEntryNotExists | function | core/ |
Asserts that a file does not exist in the database. |
| FileNotExistsException | class | core/ |
Exception thrown when a file is expected to exist but does not. |
| FileNotExistsException.php | file | core/ |
|
| FileReadOnlyStorage::exists | function | core/ |
Checks whether the PHP code exists in storage. |
| FileStorage::exists | function | core/ |
Returns whether a configuration object exists. |
| FileStorage::exists | function | core/ |
Checks whether the PHP code exists in storage. |
| FileSystemInterface::EXISTS_ERROR | constant | core/ |
Flag for dealing with existing files: Do nothing and return FALSE. |
| FileSystemInterface::EXISTS_RENAME | constant | core/ |
Flag for dealing with existing files: Appends number until name is unique. |
| FileSystemInterface::EXISTS_REPLACE | constant | core/ |
Flag for dealing with existing files: Replace the existing file. |
| FileSystemTest::testCopyFailureIfFileAlreadyExists | function | core/ |
@covers ::copy[[api-linebreak]] |
| FileSystemTest::testEnsureFileExistsBeforeCopy | function | core/ |
@covers ::copy[[api-linebreak]] |
| FilterFormatFormBase::exists | function | core/ |
Determines if the format already exists. |
| GenerateThemeTest::assertThemeExists | function | core/ |
Asserts the theme exists. Returns the parsed *.info.yml file. |
| HelpTopicPluginManager::providerExists | function | core/ |
Determines if the provider of a definition exists. |
| HighWaterTest::assertNodeExists | function | core/ |
Assert that node with given title exists. |
| HighWaterTest::nodeExists | function | core/ |
Checks if node with given title exists. |
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.