Search for to

  1. Search 7.x for to
  2. Search 9.5.x for to
  3. Search 8.9.x for to
  4. Search 10.3.x for to
  5. Other projects
Title Object type File name Summary
MediaMappingsConstraintValidator.php file core/modules/media/src/Plugin/Validation/Constraint/MediaMappingsConstraintValidator.php
MediaMappingsConstraintValidator::validate function core/modules/media/src/Plugin/Validation/Constraint/MediaMappingsConstraintValidator.php
MediaMappingsConstraintValidatorTest class core/modules/media/tests/src/Kernel/MediaMappingsConstraintValidatorTest.php Tests Drupal\media\Plugin\Validation\Constraint\MediaMappingsConstraintValidator.
MediaMappingsConstraintValidatorTest.php file core/modules/media/tests/src/Kernel/MediaMappingsConstraintValidatorTest.php
MediaMappingsConstraintValidatorTest::$modules property core/modules/media/tests/src/Kernel/MediaMappingsConstraintValidatorTest.php Modules to install.
MediaMappingsConstraintValidatorTest::setUp function core/modules/media/tests/src/Kernel/MediaMappingsConstraintValidatorTest.php
MediaMappingsConstraintValidatorTest::testMediaMappingSource function core/modules/media/tests/src/Kernel/MediaMappingsConstraintValidatorTest.php Tests media mapping source.
MediaSourceBase::$configFactory property core/modules/media/src/MediaSourceBase.php The config factory service.
MediaSourceBase::createSourceFieldStorage function core/modules/media/src/MediaSourceBase.php Creates the source field storage definition.
MediaSourceBase::getSourceFieldStorage function core/modules/media/src/MediaSourceBase.php Returns the source field storage definition.
MediaSourceImageTest::testOnlyMainPropertiesTriggerSourceFieldChanged function core/modules/media/tests/src/Functional/MediaSourceImageTest.php Test that non-main properties do not trigger source field value change.
MediaSourceOEmbedVideoTest::testOEmbedSecurityWarning function core/modules/media/tests/src/FunctionalJavascript/MediaSourceOEmbedVideoTest.php Tests that a security warning appears if iFrame domain is not set.
MediaStorage class core/modules/media/src/MediaStorage.php Defines the storage handler class for media.
MediaStorage.php file core/modules/media/src/MediaStorage.php
MediaStorage::save function core/modules/media/src/MediaStorage.php Saves the entity permanently.
MediaTest::getEditorialPermissions function core/modules/jsonapi/tests/src/Functional/MediaTest.php Gets an array of permissions required to view and update any tested entity.
MediaTest::testOnlyDrupalMediaTagProcessed function core/modules/ckeditor5/tests/src/FunctionalJavascript/MediaTest.php Tests that only <drupal-media> tags are processed.
MediaTestConstraintValidator class core/modules/media/tests/modules/media_test_source/src/Plugin/Validation/Constraint/MediaTestConstraintValidator.php Validates the MediaTestConstraint.
MediaTestConstraintValidator.php file core/modules/media/tests/modules/media_test_source/src/Plugin/Validation/Constraint/MediaTestConstraintValidator.php
MediaTestConstraintValidator::validate function core/modules/media/tests/modules/media_test_source/src/Plugin/Validation/Constraint/MediaTestConstraintValidator.php
MediaTestOembedHooks class core/modules/media/tests/modules/media_test_oembed/src/Hook/MediaTestOembedHooks.php Hook implementations for media_test_oembed.
MediaTestOembedHooks.php file core/modules/media/tests/modules/media_test_oembed/src/Hook/MediaTestOembedHooks.php
MediaTestOembedHooks::oembedResourceUrlAlter function core/modules/media/tests/modules/media_test_oembed/src/Hook/MediaTestOembedHooks.php Implements hook_oembed_resource_url_alter().
MediaTestOembedServiceProvider class core/modules/media/tests/modules/media_test_oembed/src/MediaTestOembedServiceProvider.php Replaces oEmbed-related media services with testing versions.
MediaTestOembedServiceProvider.php file core/modules/media/tests/modules/media_test_oembed/src/MediaTestOembedServiceProvider.php
MediaTestOembedServiceProvider::alter function core/modules/media/tests/modules/media_test_oembed/src/MediaTestOembedServiceProvider.php Modifies existing service definitions.
MediaTestOembedThemeHooks class core/modules/media/tests/modules/media_test_oembed/src/Hook/MediaTestOembedThemeHooks.php Theme hook implementations for media_test_oembed.
MediaTestOembedThemeHooks.php file core/modules/media/tests/modules/media_test_oembed/src/Hook/MediaTestOembedThemeHooks.php
MediaTestOembedThemeHooks::preprocessMediaOembedIframe function core/modules/media/tests/modules/media_test_oembed/src/Hook/MediaTestOembedThemeHooks.php Implements hook_preprocess_media_oembed_iframe().
MediaTranslationUITest::getAdministratorPermissions function core/modules/media/tests/src/Functional/MediaTranslationUITest.php Returns an array of permissions needed for the administrator.
MediaTranslationUITest::getEditorPermissions function core/modules/media/tests/src/Functional/MediaTranslationUITest.php Returns an array of permissions needed for the editor.
MediaTranslationUITest::getTranslatorPermissions function core/modules/media/tests/src/Functional/MediaTranslationUITest.php Returns an array of permissions needed for the translator.
MediaTypeForm::$entityDisplayRepository property core/modules/media/src/MediaTypeForm.php Entity display repository service.
media_library.opener.editor service core/modules/media_library/media_library.services.yml Drupal\media_library\MediaLibraryEditorOpener
MemoryBackendFactory class core/lib/Drupal/Core/Cache/MemoryBackendFactory.php Defines a memory cache backend factory.
MemoryBackendFactory.php file core/lib/Drupal/Core/Cache/MemoryBackendFactory.php
MemoryBackendFactory::$bins property core/lib/Drupal/Core/Cache/MemoryBackendFactory.php Instantiated memory cache bins.
MemoryBackendFactory::get function core/lib/Drupal/Core/Cache/MemoryBackendFactory.php Gets a cache backend class for a given cache bin.
MemoryBackendFactory::__construct function core/lib/Drupal/Core/Cache/MemoryBackendFactory.php Constructs a MemoryBackendFactory object.
MemoryCacheFactory class core/lib/Drupal/Core/Cache/MemoryCache/MemoryCacheFactory.php The memory cache factory.
MemoryCacheFactory.php file core/lib/Drupal/Core/Cache/MemoryCache/MemoryCacheFactory.php
MemoryCacheFactory::$bins property core/lib/Drupal/Core/Cache/MemoryCache/MemoryCacheFactory.php Instantiated memory cache bins.
MemoryCacheFactory::get function core/lib/Drupal/Core/Cache/MemoryCache/MemoryCacheFactory.php Gets a cache backend class for a given cache bin.
MemoryCacheFactory::__construct function core/lib/Drupal/Core/Cache/MemoryCache/MemoryCacheFactory.php Constructs a MemoryCounterBackendFactory object.
MemoryCacheGenericTest::$testObjectProperties property core/tests/Drupal/KernelTests/Core/Cache/MemoryCacheGenericTest.php Most cache backends ensure changes to objects do not affect the cache.
MemoryCounterBackendFactory class core/lib/Drupal/Core/Cache/MemoryCounterBackendFactory.php Defines the memory counter backend factory.
MemoryCounterBackendFactory.php file core/lib/Drupal/Core/Cache/MemoryCounterBackendFactory.php
MemoryCounterBackendFactory::$bins property core/lib/Drupal/Core/Cache/MemoryCounterBackendFactory.php Instantiated memory cache bins.
MemoryCounterBackendFactory::get function core/lib/Drupal/Core/Cache/MemoryCounterBackendFactory.php Gets a cache backend class for a given cache bin.
MemoryCounterBackendFactory::__construct function core/lib/Drupal/Core/Cache/MemoryCounterBackendFactory.php Constructs a MemoryCounterBackendFactory object.

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