Search for exists
- Search 7.x for exists
- Search 9.5.x for exists
- Search 8.9.x for exists
- Search 11.x for exists
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
ConfigExistsConstraintValidator.php | file | core/ |
|
ConfigExistsConstraintValidator::$configFactory | property | core/ |
The config factory service. |
ConfigExistsConstraintValidator::create | function | core/ |
Instantiates a new instance of this class. |
ConfigExistsConstraintValidator::validate | function | core/ |
|
ConfigExistsConstraintValidator::__construct | function | core/ |
Constructs a ConfigExistsConstraintValidator object. |
ConfigExistsConstraintValidatorTest | class | core/ |
Tests the ConfigExists constraint validator. |
ConfigExistsConstraintValidatorTest.php | file | core/ |
|
ConfigExistsConstraintValidatorTest::$modules | property | core/ |
Modules to install. |
ConfigExistsConstraintValidatorTest::testValidation | function | core/ |
Tests the ConfigExists constraint validator. |
ConfigSingleImportForm::$configExists | property | core/ |
If the config exists, this is that object. Otherwise, FALSE. |
ConfigTestForm::exists | function | core/ |
Determines if the entity already exists. |
ContentImportTest::providerImportEntityThatAlreadyExists | function | core/ |
|
ContentImportTest::testImportEntityThatAlreadyExists | function | core/ |
@dataProvider providerImportEntityThatAlreadyExists |
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. |
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::doSetIfNotExists | function | core/ |
Saves a value for a given key if it does not exist yet. |
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 @covers ::extractProviderFromDefinition |
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. |
EntityBundleExistsConstraint | class | core/ |
Checks if a bundle exists on a certain content entity type. |
EntityBundleExistsConstraint.php | file | core/ |
|
EntityBundleExistsConstraint::$entityTypeId | property | core/ |
The entity type ID which should have the given bundle. |
EntityBundleExistsConstraint::$message | property | core/ |
The error message if validation fails. |
EntityBundleExistsConstraint::getDefaultOption | function | core/ |
@todo Add method return type declaration. |
EntityBundleExistsConstraint::getRequiredOptions | function | core/ |
@todo Add method return type declaration. |
EntityBundleExistsConstraintValidator | class | core/ |
Validates that a bundle exists on a certain content entity type. |
EntityBundleExistsConstraintValidator.php | file | core/ |
|
EntityBundleExistsConstraintValidator::create | function | core/ |
Instantiates a new instance of this class. |
EntityBundleExistsConstraintValidator::validate | function | core/ |
|
EntityBundleExistsConstraintValidator::__construct | function | core/ |
Constructs an EntityBundleExistsConstraintValidator object. |
EntityBundleExistsConstraintValidatorTest | class | core/ |
@group Entity @group Validation |
EntityBundleExistsConstraintValidatorTest.php | file | core/ |
|
EntityBundleExistsConstraintValidatorTest::$modules | property | core/ |
Modules to install. |
EntityBundleExistsConstraintValidatorTest::setUp | function | core/ |
|
EntityBundleExistsConstraintValidatorTest::testDynamicEntityType | function | core/ |
Tests getting the entity type ID. |
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.