Search for Id
| Title | Object type | File name | Summary |
|---|---|---|---|
| UuidReferenceInterface.php | file | core/ |
|
| UuidReferenceInterface::getUuid | function | core/ |
Get the uuid from the data array. |
| UuidResolver | class | core/ |
Resolves entities from data that contains an entity UUID. |
| UuidResolver.php | file | core/ |
|
| UuidResolver::$entityRepository | property | core/ |
The entity repository. |
| UuidResolver::resolve | function | core/ |
|
| UuidResolver::__construct | function | core/ |
Constructs a UuidResolver object. |
| UuidResolverTest | class | core/ |
Tests Drupal\serialization\EntityResolver\UuidResolver. |
| UuidResolverTest.php | file | core/ |
|
| UuidResolverTest::$entityRepository | property | core/ |
The mock entity repository service. |
| UuidResolverTest::$resolver | property | core/ |
The UuidResolver instance. |
| UuidResolverTest::setUp | function | core/ |
|
| UuidResolverTest::testResolveNoEntity | function | core/ |
Tests resolve() with correct interface but no matching entity for the UUID. |
| UuidResolverTest::testResolveNotInInterface | function | core/ |
Tests resolve() with a class using the incorrect interface. |
| UuidResolverTest::testResolveNoUuid | function | core/ |
Tests resolve() with a class using the correct interface but no UUID. |
| UuidResolverTest::testResolveWithEntity | function | core/ |
Tests resolve() when a UUID corresponds to an entity. |
| UuidTest | class | core/ |
Tests the handling of Universally Unique Identifiers (UUIDs). |
| UuidTest.php | file | core/ |
|
| UuidTest::providerTestValidation | function | core/ |
Data provider for UUID instance tests. |
| UuidTest::providerUuidInstances | function | core/ |
Data provider for UUID instance tests. |
| UuidTest::testGenerateUuid | function | core/ |
Tests generating valid UUIDs. |
| UuidTest::testUuidIsUnique | function | core/ |
Tests that generated UUIDs are unique. |
| UuidTest::testValidation | function | core/ |
Tests UUID validation. |
| UuidValidatorTest | class | core/ |
Tests the UUID validator. |
| UuidValidatorTest.php | file | core/ |
|
| UuidValidatorTest::$modules | property | core/ |
|
| UuidValidatorTest::setUp | function | core/ |
|
| UuidValidatorTest::testUuid | function | core/ |
Tests the UUID. |
| ValidateHostnameTest | class | core/ |
Tests Drupal\Core\DrupalKernel. |
| ValidateHostnameTest.php | file | core/ |
|
| ValidateHostnameTest::providerTestValidateHostname | function | core/ |
Provides test data for testValidateHostname(). |
| ValidateHostnameTest::testValidateHostname | function | core/ |
Tests validate hostname. |
| ValidateMigrationStateTest | class | core/ |
Tests the migration state information in module.migrate_drupal.yml. |
| ValidateMigrationStateTest | class | core/ |
Tests the migration state information in module.migrate_drupal.yml. |
| ValidateMigrationStateTest.php | file | core/ |
|
| ValidateMigrationStateTest.php | file | core/ |
|
| ValidateMigrationStateTest::$modules | property | core/ |
|
| ValidateMigrationStateTest::$modules | property | core/ |
|
| ValidateMigrationStateTestTrait | trait | core/ |
Tests the migration state information in module.migrate_drupal.yml. |
| ValidateMigrationStateTestTrait.php | file | core/ |
|
| ValidateMigrationStateTestTrait::enableAllModules | function | core/ |
Enable all available modules. |
| ValidateMigrationStateTestTrait::testMigrationState | function | core/ |
Tests the migration information in .migrate_drupal.yml. |
| validation.basic_recursive_validator_factory | service | core/ |
Drupal\Core\Validation\BasicRecursiveValidatorFactory |
| validation.constraint | service | core/ |
Drupal\Core\Validation\ConstraintManager |
| ValidationErrorBlock | class | core/ |
Provides a 'Block with validation error' test block. |
| ValidationErrorBlock.php | file | core/ |
|
| ValidationErrorBlock::build | function | core/ |
Builds and returns the renderable array for this block plugin. |
| ValidationErrorBlock::validateConfigurationForm | function | core/ |
Most block plugins should not override this method. To add validation for a specific block type, override BlockBase::blockValidate(). |
| ValidationResult | class | core/ |
A value object to contain the results of a validation. |
| ValidationResult.php | file | core/ |
Pagination
- Previous page
- Page 185
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.