Search for id
| Title | Object type | File name | Summary |
|---|---|---|---|
| LockFileValidator::KEY | constant | core/ |
The key under which to store the hash of the active lock file. |
| LockFileValidator::storeHash | function | core/ |
Stores the XXH64 hash of the active lock file. |
| LockFileValidator::validate | function | core/ |
Checks that the active lock file is unchanged during stage operations. |
| LockFileValidator::__construct | function | core/ |
|
| LockFileValidatorTest | class | core/ |
Tests Drupal\package_manager\Validator\LockFileValidator. |
| LockFileValidatorTest.php | file | core/ |
|
| LockFileValidatorTest::$activeDir | property | core/ |
The path of the active directory in the test project. |
| LockFileValidatorTest::providerValidateStageEvents | function | core/ |
Data provider for test methods that validate the stage directory. |
| LockFileValidatorTest::register | function | core/ |
Registers test-specific services. |
| LockFileValidatorTest::setUp | function | core/ |
|
| LockFileValidatorTest::testApplyWithNoChange | function | core/ |
Tests validation when the staged and active lock files are identical. |
| LockFileValidatorTest::testCreateWithLock | function | core/ |
Tests that if an active lock file exists, a stage can be created. |
| LockFileValidatorTest::testCreateWithNoLock | function | core/ |
Tests that if no active lock file exists, a stage cannot be created. |
| LockFileValidatorTest::testLockFileChanged | function | core/ |
Tests validation when the lock file has changed. |
| LockFileValidatorTest::testLockFileDeleted | function | core/ |
Tests validation when the lock file is deleted. |
| LockFileValidatorTest::testNoStoredHash | function | core/ |
Tests exception when a stored hash of the active lock file is unavailable. |
| LockFileValidatorTest::testStatusCheckAvailableStage | function | core/ |
Tests StatusCheckEvent when the stage is available. |
| LoggerChannelTest::providerTestLog | function | core/ |
Data provider for self::testLog(). |
| LoggingForm::getFormId | function | core/ |
Returns a unique string identifying the form. |
| LogMessageParserTest::providerTestParseMessagePlaceholders | function | core/ |
Data provider for testParseMessagePlaceholders(). |
| LogTest::providerTestLog | function | core/ |
Provides data for testLog. |
| LruMemoryCache::invalidate | function | core/ |
Marks a cache item as invalid. |
| LruMemoryCache::invalidateMultiple | function | core/ |
Marks cache items as invalid. |
| LruMemoryCache::invalidateTags | function | core/ |
Marks cache items with any of the specified tags as invalid. |
| LruMemoryCacheTest::testInvalidate | function | core/ |
Tests invalidation from the LRU memory cache. |
| LruMemoryCacheTest::testInvalidateNumeric | function | core/ |
Tests invalidation with numeric keys from the LRU memory cache. |
| MachineName::getTransliterationLanguageOverrides | function | core/ |
Gets transliteration language overrides for a language. |
| MachineName::validateMachineName | function | core/ |
Form element validation handler for machine_name elements. |
| MachineNameTest::getFormId | function | core/ |
Returns a unique string identifying the form. |
| MachineNameTest::providerTestMachineNames | function | core/ |
Provides test cases for MachineNameTest::testMachineNames(). |
| MachineNameTest::providerTestValueCallback | function | core/ |
Data provider for testValueCallback(). |
| MachineNameTest::testInvalidConfiguration | function | core/ |
Tests that the replacement regular expression is a string. |
| MachineNameTest::validateForm | function | core/ |
Form validation handler. |
| Mail::$id | property | core/ |
The plugin ID. |
| MailerCaptureServiceProvider | class | core/ |
Enforce mailer transport which captures sent messages in a key value store. |
| MailerCaptureServiceProvider.php | file | core/ |
|
| MailerCaptureServiceProvider::alter | function | core/ |
Modifies existing service definitions. |
| MailerCaptureTestForm::getFormId | function | core/ |
Returns a unique string identifying the form. |
| MailerDsnConfigValidationTest | class | core/ |
Tests validation of mailer dsn config. |
| MailerDsnConfigValidationTest.php | file | core/ |
|
| MailerDsnConfigValidationTest::$configManager | property | core/ |
Config manager service. |
| MailerDsnConfigValidationTest::$modules | property | core/ |
Modules to install. |
| MailerDsnConfigValidationTest::setUp | function | core/ |
|
| MailerDsnConfigValidationTest::testMailerHostValidation | function | core/ |
Tests the validation of the mailer host. |
| MailerDsnConfigValidationTest::testMailerPortValidation | function | core/ |
Tests the validation of the port used by the mailer. |
| MailerDsnConfigValidationTest::testMailerSchemeValidation | function | core/ |
Tests the validation of the mailer scheme. |
| MailerDsnConfigValidationTest::testMailerTransportDefaultOptionsValidation | function | core/ |
Tests the validation of the default options of the mailer. |
| MailerDsnConfigValidationTest::testMailerTransportNativeOptionsValidation | function | core/ |
Tests the validation of the options for the 'native' mailer scheme. |
| MailerDsnConfigValidationTest::testMailerTransportNullOptionsValidation | function | core/ |
Tests the validation of the options for the 'null' mailer scheme. |
| MailerDsnConfigValidationTest::testMailerTransportSendmailOptionsValidation | function | core/ |
Tests the validation of the options for the 'sendmail' mailer scheme. |
Pagination
- Previous page
- Page 107
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.