UuidTest |
class |
core/tests/Drupal/Tests/Component/Uuid/UuidTest.php |
Tests the handling of Universally Unique Identifiers (UUIDs). |
UuidTest.php |
file |
core/tests/Drupal/Tests/Component/Uuid/UuidTest.php |
|
UuidTest::providerTestValidation |
function |
core/tests/Drupal/Tests/Component/Uuid/UuidTest.php |
Dataprovider for UUID instance tests. |
UuidTest::providerUuidInstances |
function |
core/tests/Drupal/Tests/Component/Uuid/UuidTest.php |
Dataprovider 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. |
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. |