Search for id

  1. Search 7.x for id
  2. Search 9.5.x for id
  3. Search 8.9.x for id
  4. Search 10.3.x for id
  5. Search main for id
  6. Other projects
Title Object type File name Summary
MachineName::validateMachineName function core/lib/Drupal/Core/Render/Element/MachineName.php Form element validation handler for machine_name elements.
MachineNameTest::getFormId function core/tests/Drupal/KernelTests/Core/Render/Element/MachineNameTest.php Returns a unique string identifying the form.
MachineNameTest::providerTestMachineNames function core/modules/migrate/tests/src/Unit/process/MachineNameTest.php Provides test cases for MachineNameTest::testMachineNames().
MachineNameTest::providerTestValueCallback function core/tests/Drupal/Tests/Core/Render/Element/MachineNameTest.php Data provider for testValueCallback().
MachineNameTest::testInvalidConfiguration function core/modules/migrate/tests/src/Unit/process/MachineNameTest.php Tests that the replacement regular expression is a string.
MachineNameTest::validateForm function core/tests/Drupal/KernelTests/Core/Render/Element/MachineNameTest.php Form validation handler.
Mail::$id property core/lib/Drupal/Core/Annotation/Mail.php The plugin ID.
MailerCaptureServiceProvider class core/modules/mailer/tests/modules/mailer_capture/src/MailerCaptureServiceProvider.php Enforce mailer transport which captures sent messages in a key value store.
MailerCaptureServiceProvider.php file core/modules/mailer/tests/modules/mailer_capture/src/MailerCaptureServiceProvider.php
MailerCaptureServiceProvider::alter function core/modules/mailer/tests/modules/mailer_capture/src/MailerCaptureServiceProvider.php Modifies existing service definitions.
MailerCaptureTestForm::getFormId function core/modules/mailer/tests/modules/mailer_capture_test/src/Form/MailerCaptureTestForm.php Returns a unique string identifying the form.
MailerDsnConfigValidationTest class core/tests/Drupal/KernelTests/Core/Config/MailerDsnConfigValidationTest.php Tests validation of mailer dsn config.
MailerDsnConfigValidationTest.php file core/tests/Drupal/KernelTests/Core/Config/MailerDsnConfigValidationTest.php
MailerDsnConfigValidationTest::$configManager property core/tests/Drupal/KernelTests/Core/Config/MailerDsnConfigValidationTest.php Config manager service.
MailerDsnConfigValidationTest::$modules property core/tests/Drupal/KernelTests/Core/Config/MailerDsnConfigValidationTest.php Modules to install.
MailerDsnConfigValidationTest::setUp function core/tests/Drupal/KernelTests/Core/Config/MailerDsnConfigValidationTest.php
MailerDsnConfigValidationTest::testMailerHostValidation function core/tests/Drupal/KernelTests/Core/Config/MailerDsnConfigValidationTest.php Tests the validation of the mailer host.
MailerDsnConfigValidationTest::testMailerPortValidation function core/tests/Drupal/KernelTests/Core/Config/MailerDsnConfigValidationTest.php Tests the validation of the port used by the mailer.
MailerDsnConfigValidationTest::testMailerSchemeValidation function core/tests/Drupal/KernelTests/Core/Config/MailerDsnConfigValidationTest.php Tests the validation of the mailer scheme.
MailerDsnConfigValidationTest::testMailerTransportDefaultOptionsValidation function core/tests/Drupal/KernelTests/Core/Config/MailerDsnConfigValidationTest.php Tests the validation of the default options of the mailer.
MailerDsnConfigValidationTest::testMailerTransportNativeOptionsValidation function core/tests/Drupal/KernelTests/Core/Config/MailerDsnConfigValidationTest.php Tests the validation of the options for the 'native' mailer scheme.
MailerDsnConfigValidationTest::testMailerTransportNullOptionsValidation function core/tests/Drupal/KernelTests/Core/Config/MailerDsnConfigValidationTest.php Tests the validation of the options for the 'null' mailer scheme.
MailerDsnConfigValidationTest::testMailerTransportSendmailOptionsValidation function core/tests/Drupal/KernelTests/Core/Config/MailerDsnConfigValidationTest.php Tests the validation of the options for the 'sendmail' mailer scheme.
MailerDsnConfigValidationTest::testMailerTransportSMTPOptionsValidation function core/tests/Drupal/KernelTests/Core/Config/MailerDsnConfigValidationTest.php Tests the validation of the options for the 'smtps' mailer scheme.
MailerDsnConfigValidationTest::testMailerUserPasswordValidation function core/tests/Drupal/KernelTests/Core/Config/MailerDsnConfigValidationTest.php Tests the validation of the password for the mailer user.
MailHandlerTest::testInvalidRecipient function core/modules/contact/tests/src/Unit/MailHandlerTest.php Tests the children() method with an invalid key.
main_content_renderer.extra_wide_modal service core/modules/system/tests/modules/dialog_renderer_test/dialog_renderer_test.services.yml Drupal\dialog_renderer_test\Render\MainContent\WideModalRenderer
main_content_renderer.wide_modal service core/modules/system/tests/modules/dialog_renderer_test/dialog_renderer_test.services.yml Drupal\dialog_renderer_test\Render\MainContent\WideModalRenderer
MakeUniqueEntityFieldTest::providerTestMakeUniqueEntityField function core/modules/migrate/tests/src/Unit/process/MakeUniqueEntityFieldTest.php Data provider for testMakeUniqueEntityField().
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.
ManagedFile::validateManagedFile function core/modules/file/src/Element/ManagedFile.php Render API callback: Validates the managed_file element.
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 The theme to install as the default for testing.
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::getFormId function core/modules/file/tests/src/Kernel/ManagedFileTest.php Returns a unique string identifying the form.
ManagedFileTest::validateForm function core/modules/file/tests/src/Kernel/ManagedFileTest.php Form validation handler.
ManageDisplayTest::testWidgetUI function core/modules/field_ui/tests/src/FunctionalJavascript/ManageDisplayTest.php Tests widget settings.
ManagedStorageTest::testInvalidStorage function core/tests/Drupal/KernelTests/Core/Config/Storage/ManagedStorageTest.php Tests an invalid storage.
ManageFieldsFunctionalTest::testFieldNameValidation function core/modules/field_ui/tests/src/Functional/ManageFieldsFunctionalTest.php Tests validation of duplicate and disallowed field names.
ManageFieldsFunctionalTest::testInvalidUrlsAndDestinations function core/modules/field_ui/tests/src/Functional/ManageFieldsFunctionalTest.php Tests invalid field UI URLs and destinations.
ManageFieldsMultipleTypesTest::entityTypesProvider function core/modules/field_ui/tests/src/Functional/ManageFieldsMultipleTypesTest.php Data provider for testing Field UI with multiple entity types.
ManageFieldsTest::testAllowedValuesFormValidation function core/modules/field_ui/tests/src/FunctionalJavascript/ManageFieldsTest.php Tests the form validation for allowed values field.

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