Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 8.9.x for all
  4. Search 10.3.x for all
  5. Search main for all
  6. Other projects
Title Object type File name Summary
MakeUniqueEntityFieldTest::$migrationConfiguration property core/modules/migrate/tests/src/Unit/process/MakeUniqueEntityFieldTest.php The migration configuration, initialized to set the ID to test.
MakeUniqueEntityFieldTest::entityQueryExpects function core/modules/migrate/tests/src/Unit/process/MakeUniqueEntityFieldTest.php Helper function to add expectations to the mock entity query object.
MakeUniqueEntityFieldTest::providerTestMakeUniqueEntityField function core/modules/migrate/tests/src/Unit/process/MakeUniqueEntityFieldTest.php Data provider for testMakeUniqueEntityField().
MakeUniqueEntityFieldTest::setUp function core/modules/migrate/tests/src/Unit/process/MakeUniqueEntityFieldTest.php
MakeUniqueEntityFieldTest::testMakeUniqueEntityField function core/modules/migrate/tests/src/Unit/process/MakeUniqueEntityFieldTest.php Tests making an entity field value unique.
MakeUniqueEntityFieldTest::testMakeUniqueEntityFieldEntityInvalidLength function core/modules/migrate/tests/src/Unit/process/MakeUniqueEntityFieldTest.php Tests that invalid length option throws an exception.
MakeUniqueEntityFieldTest::testMakeUniqueEntityFieldEntityInvalidStart function core/modules/migrate/tests/src/Unit/process/MakeUniqueEntityFieldTest.php Tests that invalid start position throws an exception.
MakeUniqueEntityFieldTest::testMakeUniqueEntityFieldMigrated function core/modules/migrate/tests/src/Unit/process/MakeUniqueEntityFieldTest.php Tests making an entity field value unique only for migrated entities.
ManagedFile class core/modules/file/src/Element/ManagedFile.php Provides an AJAX/progress aware widget for uploading and saving a file.
ManagedFile.php file core/modules/file/src/Element/ManagedFile.php
ManagedFile::fileUsage function core/modules/file/src/Element/ManagedFile.php Wraps the file usage service.
ManagedFile::getInfo function core/modules/file/src/Element/ManagedFile.php
ManagedFile::preRenderManagedFile function core/modules/file/src/Element/ManagedFile.php Render API callback: Hides display of the upload or remove controls.
ManagedFile::processManagedFile function core/modules/file/src/Element/ManagedFile.php Render API callback: Expands the managed_file element type.
ManagedFile::submit function core/modules/file/src/Element/ManagedFile.php Form submission handler for upload/remove buttons of managed_file elements.
ManagedFile::uploadAjaxCallback function core/modules/file/src/Element/ManagedFile.php The #ajax callback for managed_file upload forms.
ManagedFile::validateManagedFile function core/modules/file/src/Element/ManagedFile.php Render API callback: Validates the managed_file element.
ManagedFile::valueCallback function core/modules/file/src/Element/ManagedFile.php
ManagedFileFidValidationTest class core/modules/file/tests/src/Functional/ManagedFileFidValidationTest.php Tests the file validation in the ManagedFile element for private files.
ManagedFileFidValidationTest.php file core/modules/file/tests/src/Functional/ManagedFileFidValidationTest.php
ManagedFileFidValidationTest::$anotherUser property core/modules/file/tests/src/Functional/ManagedFileFidValidationTest.php Another user with limited access.
ManagedFileFidValidationTest::$defaultTheme property core/modules/file/tests/src/Functional/ManagedFileFidValidationTest.php
ManagedFileFidValidationTest::$fileOwner property core/modules/file/tests/src/Functional/ManagedFileFidValidationTest.php File owner user.
ManagedFileFidValidationTest::$ownerFile property core/modules/file/tests/src/Functional/ManagedFileFidValidationTest.php A private file owned by the file owner.
ManagedFileFidValidationTest::setUp function core/modules/file/tests/src/Functional/ManagedFileFidValidationTest.php
ManagedFileFidValidationTest::testOtherUserCannotAccessOwnerFile function core/modules/file/tests/src/Functional/ManagedFileFidValidationTest.php Tests that another user cannot access the owner's temporary file.
ManagedFileFidValidationTest::testOtherUsersFileIdNotAcceptedViaUrl function core/modules/file/tests/src/Functional/ManagedFileFidValidationTest.php Tests that other users' file IDs are rejected when passed via URL.
ManagedFileFidValidationTest::testOtherUsersFileIdNotAcceptedWithUpload function core/modules/file/tests/src/Functional/ManagedFileFidValidationTest.php Tests that other users' file IDs are rejected even with a valid upload.
ManagedFileTest class core/modules/file/tests/src/Kernel/ManagedFileTest.php Managed file element test.
ManagedFileTest.php file core/modules/file/tests/src/Kernel/ManagedFileTest.php
ManagedFileTest::buildForm function core/modules/file/tests/src/Kernel/ManagedFileTest.php
ManagedFileTest::getFormId function core/modules/file/tests/src/Kernel/ManagedFileTest.php
ManagedFileTest::submitForm function core/modules/file/tests/src/Kernel/ManagedFileTest.php
ManagedFileTest::testManagedFileElement function core/modules/file/tests/src/Kernel/ManagedFileTest.php Tests that managed file elements can be programmatically submitted.
ManagedFileTest::validateForm function core/modules/file/tests/src/Kernel/ManagedFileTest.php
ManageDisplayTest class core/modules/field_ui/tests/src/FunctionalJavascript/ManageDisplayTest.php Tests the Field UI "Manage display" and "Manage form display" screens.
ManageDisplayTest class core/modules/field_ui/tests/src/Functional/ManageDisplayTest.php Tests the Field UI "Manage display" and "Manage form display" screens.
ManageDisplayTest.php file core/modules/field_ui/tests/src/FunctionalJavascript/ManageDisplayTest.php
ManageDisplayTest.php file core/modules/field_ui/tests/src/Functional/ManageDisplayTest.php
ManageDisplayTest::$defaultTheme property core/modules/field_ui/tests/src/FunctionalJavascript/ManageDisplayTest.php
ManageDisplayTest::$defaultTheme property core/modules/field_ui/tests/src/Functional/ManageDisplayTest.php
ManageDisplayTest::$displayStorage property core/modules/field_ui/tests/src/FunctionalJavascript/ManageDisplayTest.php The display storage.
ManageDisplayTest::$entityTypeManager property core/modules/field_ui/tests/src/FunctionalJavascript/ManageDisplayTest.php The entity type manager.
ManageDisplayTest::$modules property core/modules/field_ui/tests/src/FunctionalJavascript/ManageDisplayTest.php
ManageDisplayTest::$modules property core/modules/field_ui/tests/src/Functional/ManageDisplayTest.php
ManageDisplayTest::$type property core/modules/field_ui/tests/src/FunctionalJavascript/ManageDisplayTest.php The content type.
ManageDisplayTest::$type property core/modules/field_ui/tests/src/Functional/ManageDisplayTest.php
ManageDisplayTest::$vocabulary property core/modules/field_ui/tests/src/Functional/ManageDisplayTest.php
ManageDisplayTest::assertFieldSelectOptions function core/modules/field_ui/tests/src/FunctionalJavascript/ManageDisplayTest.php Checks if a select element contains the specified options.
ManageDisplayTest::assertFieldSelectOptions function core/modules/field_ui/tests/src/Functional/ManageDisplayTest.php Checks if a select element contains the specified options.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.