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. Other projects
Title Object type File name Summary
LruMemoryCache::invalidateMultiple function core/lib/Drupal/Core/Cache/MemoryCache/LruMemoryCache.php Marks cache items as invalid.
LruMemoryCache::invalidateTags function core/lib/Drupal/Core/Cache/MemoryCache/LruMemoryCache.php Marks cache items with any of the specified tags as invalid.
LruMemoryCacheTest::testInvalidate function core/tests/Drupal/Tests/Core/Cache/LruMemoryCacheTest.php Tests invalidation from the LRU memory cache.
LruMemoryCacheTest::testInvalidateNumeric function core/tests/Drupal/Tests/Core/Cache/LruMemoryCacheTest.php Tests invalidation with numeric keys from the LRU memory cache.
MachineName::getTransliterationLanguageOverrides function core/lib/Drupal/Core/Render/Element/MachineName.php Gets transliteration language overrides for a language.
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.
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::testHiddenFields function core/modules/field_ui/tests/src/Functional/ManageFieldsFunctionalTest.php Tests that Field UI respects the 'no_ui' flag in the field type definition.
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.
ManageFieldsTest::testFieldUiDefinitionsAlter function core/modules/field_ui/tests/src/Functional/ManageFieldsTest.php Tests hook_field_info_entity_type_ui_definitions_alter().
ManageFieldsTest::testLabelFieldFormValidation function core/modules/field_ui/tests/src/FunctionalJavascript/ManageFieldsTest.php Tests the form validation for label field.
Mapping::getDynamicallyValidKeys function core/lib/Drupal/Core/Config/Schema/Mapping.php Gets all dynamically valid keys.
Mapping::getValidKeys function core/lib/Drupal/Core/Config/Schema/Mapping.php Gets all keys allowed in this mapping.

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