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 |
---|---|---|---|
FileFieldTestBase::assertFileExists | function | core/ |
Asserts that a file exists physically on disk. |
FileFieldTestBase::assertFileNotExists | function | core/ |
Asserts that a file does not exist on disk. |
FileFieldTestBaseTrait::assertFileExists | function | core/ |
Asserts that a file exists physically on disk. |
FileFieldTestBaseTrait::assertFileNotExists | function | core/ |
Asserts that a file does not exist on disk. |
FileFieldValidateTest::testAssertFileExistsDeprecation | function | core/ |
Tests deprecation of the assertFileExists and assertFileNotExists methods. |
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 |
FileSystemTest::testEnsureFileExistsBeforeCopy | function | core/ |
@covers ::copy |
FILE_EXISTS_ERROR | constant | core/ |
Flag for dealing with existing files: Do nothing and return FALSE. |
FILE_EXISTS_RENAME | constant | core/ |
Flag for dealing with existing files: Appends number until name is unique. |
FILE_EXISTS_REPLACE | constant | core/ |
Flag for dealing with existing files: Replace the existing file. |
FilterFormatFormBase::exists | function | core/ |
Determines if the format already exists. |
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. |
InstallStorage::exists | function | core/ |
Returns whether a configuration object exists. |
ItemList::offsetExists | function | core/ |
|
KeyValueStoreExpirableInterface::setWithExpireIfNotExists | function | core/ |
Sets a value for a given key with a time to live if it does not yet exist. |
KeyValueStoreInterface::setIfNotExists | function | core/ |
Saves a value for a given key if it does not exist yet. |
LayoutBuilderUiTest::assertHighlightNotExists | function | core/ |
Waits for the dialog to close and confirms no highlights are present. |
LayoutPluginManager::providerExists | function | core/ |
Determines if the provider of a definition exists. |
LegacyAliasStorageTest::testAliasExists | function | core/ |
@covers ::aliasExists @expectedDeprecation \Drupal\Core\Path\AliasStorage is deprecated in drupal:8.8.0 and is removed from drupal:9.0.0. Use the "path_alias.repository" service instead, or the entity storage handler for the… |
LegacyAliasStorageTest::testLanguageAliasExists | function | core/ |
@covers ::languageAliasExists @expectedDeprecation \Drupal\Core\Path\AliasStorage is deprecated in drupal:8.8.0 and is removed from drupal:9.0.0. Use the "path_alias.repository" service instead, or the entity storage handler for the… |
LegacyStateFileExists | class | core/ |
Extends StateFileExists to test with deprecated modules. |
LegacyStateFileExists.php | file | core/ |
|
LegacyStateFileExists::$excludeDeprecated | property | core/ |
Flag to exclude deprecated modules from the tests. |
MakeUniqueBase::exists | function | core/ |
This is a query checking the existence of some value. |
MakeUniqueEntityField::exists | function | core/ |
This is a query checking the existence of some value. |
ManagedStorage::exists | function | core/ |
Returns whether a configuration object exists. |
MatcherDumper::ensureTableExists | function | core/ |
Checks if the tree table exists and create it if not. |
MediaLibraryTestBase::assertElementExistsAfterWait | function | core/ |
Waits for the specified selector and returns it if not empty. |
MediaLibraryTestBase::waitForFieldExists | function | core/ |
Checks for the existence of a field on page after wait. |
MediaListBuilder::$thumbnailStyleExists | property | core/ |
Indicates whether the 'thumbnail' image style exists. |
MemoryStorage::exists | function | core/ |
Returns whether a configuration object exists. |
MemoryStorage::setIfNotExists | function | core/ |
Saves a value for a given key if it does not exist yet. |
MenuForm::menuNameExists | function | core/ |
Returns whether a menu name already exists. |
MenuTreeStorage::ensureTableExists | function | core/ |
Checks if the tree table exists and create it if not. |
MigrateFieldFormatterSettingsTest::assertComponentNotExists | function | core/ |
Asserts that a particular component is NOT included in a display. |
MigrateFieldFormatterSettingsTest::assertComponentNotExists | function | core/ |
Asserts that a particular component is NOT included in a display. |
MigrateSearchPageTest::testModuleExists | function | core/ |
Tests that search page is only migrated for modules enabled on D8 site. |
ModuleHandler::moduleExists | function | core/ |
Determines whether a given module is enabled. |
ModuleHandlerInterface::moduleExists | function | core/ |
Determines whether a given module is enabled. |
ModuleHandlerTest::testModuleExists | function | core/ |
Test module exists returns correct module status. |
Pagination
- Previous page
- Page 3
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.