| UuidTest.php |
file |
core/tests/Drupal/Tests/Component/Uuid/UuidTest.php |
|
| UuidTest::providerTestValidation |
function |
core/tests/Drupal/Tests/Component/Uuid/UuidTest.php |
Data provider for UUID instance tests. |
| UuidTest::providerUuidInstances |
function |
core/tests/Drupal/Tests/Component/Uuid/UuidTest.php |
Data provider for UUID instance tests. |
| UuidTest::testGenerateUuid |
function |
core/tests/Drupal/Tests/Component/Uuid/UuidTest.php |
Tests generating valid UUIDs. |
| UuidTest::testUuidIsUnique |
function |
core/tests/Drupal/Tests/Component/Uuid/UuidTest.php |
Tests that generated UUIDs are unique. |
| UuidTest::testValidation |
function |
core/tests/Drupal/Tests/Component/Uuid/UuidTest.php |
Tests UUID validation. |
| UuidValidatorTest |
class |
core/tests/Drupal/KernelTests/Core/Validation/UuidValidatorTest.php |
Tests the UUID validator. |
| UuidValidatorTest.php |
file |
core/tests/Drupal/KernelTests/Core/Validation/UuidValidatorTest.php |
|
| UuidValidatorTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Validation/UuidValidatorTest.php |
Modules to install. |
| UuidValidatorTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Validation/UuidValidatorTest.php |
|
| UuidValidatorTest::testUuid |
function |
core/tests/Drupal/KernelTests/Core/Validation/UuidValidatorTest.php |
|
| ViewUI::uuid |
function |
core/modules/views_ui/src/ViewUI.php |
Gets the entity UUID (Universally Unique Identifier). |
| _editor_get_file_uuids_by_field |
function |
core/modules/editor/editor.module |
Finds all files referenced (data-entity-uuid) by formatted text fields. |
| _editor_parse_file_uuids |
function |
core/modules/editor/editor.module |
Parse an HTML snippet for any linked file with data-entity-uuid attributes. |
| _views_test_query_access_restrict_by_uuid |
function |
core/modules/views/tests/modules/views_test_query_access/views_test_query_access.module |
Excludes entities with the 'hidden-ENTITY_TYPE_ID' UUID from a query. |