Search for end

  1. Search 7.x for end
  2. Search 9.5.x for end
  3. Search 8.9.x for end
  4. Search 10.3.x for end
  5. Search main for end
  6. Other projects
Title Object type File name Summary
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
ManagedFile::preRenderManagedFile function core/modules/file/src/Element/ManagedFile.php Render API callback: Hides display of the upload or remove controls.
ManageGitIgnoreTest::testAppendToEmptySettingsIsUnmanaged function core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Functional/ManageGitIgnoreTest.php Tests appending to an unmanaged file, and confirm it is not .gitignored.
ManageGitIgnoreTest::testUnmanagedGitIgnoreWhenDisabled function core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Functional/ManageGitIgnoreTest.php Tests scaffold command does not manage the .gitignore file when disabled.
Mapping::render function core/modules/views/src/Plugin/views/style/Mapping.php Overrides Drupal\views\Plugin\views\style\StylePluginBase::render().
Markup::render function core/modules/views/src/Plugin/views/field/Markup.php Renders the field.
MediaAccessTest::testReferencedRendering function core/modules/media/tests/src/Functional/MediaAccessTest.php Tests access for embedded medias.
MediaEmbed::$renderer property core/modules/media/src/Plugin/Filter/MediaEmbed.php The renderer.
MediaEmbed::calculateDependencies function core/modules/media/src/Plugin/Filter/MediaEmbed.php Calculates dependencies for the configured plugin.
MediaEmbed::onCollectionDependencyRemoval function core/modules/media/src/Plugin/Filter/MediaEmbed.php Informs the plugin in a collection to act on removal of dependencies.
MediaEmbed::renderIntoDomNode function core/modules/media/src/Plugin/Filter/MediaEmbed.php Renders the given render array into the given DOM node.
MediaEmbed::renderMedia function core/modules/media/src/Plugin/Filter/MediaEmbed.php Builds the render array for the given media entity in the given langcode.
MediaEmbed::renderMissingMediaIndicator function core/modules/media/src/Plugin/Filter/MediaEmbed.php Builds the render array for the indicator when media cannot be loaded.
MediaEmbedFilterTest::testDependencies function core/modules/media/tests/src/Kernel/MediaEmbedFilterTest.php Tests that the 'media_embed' filter handles dependency removal.
MediaLibraryHooks::viewsPostRender function core/modules/media_library/src/Hook/MediaLibraryHooks.php Implements hook_views_post_render().
MediaLibraryHooks::viewsPreRender function core/modules/media_library/src/Hook/MediaLibraryHooks.php Implements hook_views_pre_render().
MediaLibrarySelectForm::render function core/modules/media_library/src/Plugin/views/field/MediaLibrarySelectForm.php Renders the field.
MediaLibraryWidget::preRenderWidget function core/modules/media_library/src/Plugin/Field/FieldWidget/MediaLibraryWidget.php Prepares the widget's render element for rendering.
MediaSourceBase::calculateDependencies function core/modules/media/src/MediaSourceBase.php Calculates dependencies for the configured plugin.
MediaThumbnailFormatterTest::testRender function core/modules/media/tests/src/Functional/FieldFormatter/MediaThumbnailFormatterTest.php Tests the media thumbnail field formatter.
MediaTypeListBuilder::render function core/modules/media/src/MediaTypeListBuilder.php Builds the entity listing as renderable array for table.html.twig.
MediaUiFunctionalTest::testRenderedEntityReferencedMedia function core/modules/media/tests/src/Functional/MediaUiFunctionalTest.php Tests that media in ER fields use the Rendered Entity formatter by default.
MemoryBackend class core/lib/Drupal/Core/Flood/MemoryBackend.php Defines the memory flood backend. This is used for testing.
MemoryBackend class core/lib/Drupal/Core/Cache/MemoryBackend.php Defines a memory cache implementation.
MemoryBackend.php file core/lib/Drupal/Core/Cache/MemoryBackend.php
MemoryBackend.php file core/lib/Drupal/Core/Flood/MemoryBackend.php
MemoryBackend::$cache property core/lib/Drupal/Core/Cache/MemoryBackend.php Array to store cache objects.
MemoryBackend::$events property core/lib/Drupal/Core/Flood/MemoryBackend.php An array holding flood events, keyed by event name and identifier.
MemoryBackend::$requestStack property core/lib/Drupal/Core/Flood/MemoryBackend.php The request stack.
MemoryBackend::clear function core/lib/Drupal/Core/Flood/MemoryBackend.php Makes the flood control mechanism forget an event for the current visitor.
MemoryBackend::clearByPrefix function core/lib/Drupal/Core/Flood/MemoryBackend.php Makes the flood control mechanism forget an event by identifier prefix.
MemoryBackend::delete function core/lib/Drupal/Core/Cache/MemoryBackend.php Deletes an item from the cache.
MemoryBackend::deleteAll function core/lib/Drupal/Core/Cache/MemoryBackend.php Deletes all cache items in a bin.
MemoryBackend::deleteMultiple function core/lib/Drupal/Core/Cache/MemoryBackend.php Deletes multiple items from the cache.
MemoryBackend::garbageCollection function core/lib/Drupal/Core/Cache/MemoryBackend.php Performs garbage collection on a cache bin.
MemoryBackend::garbageCollection function core/lib/Drupal/Core/Flood/MemoryBackend.php Cleans up expired flood events.
MemoryBackend::get function core/lib/Drupal/Core/Cache/MemoryBackend.php Returns data from the persistent cache.
MemoryBackend::getMultiple function core/lib/Drupal/Core/Cache/MemoryBackend.php Returns data from the persistent cache when given an array of cache IDs.
MemoryBackend::invalidate function core/lib/Drupal/Core/Cache/MemoryBackend.php Marks a cache item as invalid.
MemoryBackend::invalidateAll function core/lib/Drupal/Core/Cache/MemoryBackend.php Marks all cache items as invalid.
MemoryBackend::invalidateMultiple function core/lib/Drupal/Core/Cache/MemoryBackend.php Marks cache items as invalid.
MemoryBackend::invalidateTags function core/lib/Drupal/Core/Cache/MemoryBackend.php Marks cache items with any of the specified tags as invalid.
MemoryBackend::isAllowed function core/lib/Drupal/Core/Flood/MemoryBackend.php Checks whether a user is allowed to proceed with the specified event.
MemoryBackend::prepareItem function core/lib/Drupal/Core/Cache/MemoryBackend.php Prepares a cached item.
MemoryBackend::register function core/lib/Drupal/Core/Flood/MemoryBackend.php Registers an event for the current visitor to the flood control mechanism.
MemoryBackend::removeBin function core/lib/Drupal/Core/Cache/MemoryBackend.php Remove a cache bin.
MemoryBackend::reset function core/lib/Drupal/Core/Cache/MemoryBackend.php Reset statically cached variables.
MemoryBackend::set function core/lib/Drupal/Core/Cache/MemoryBackend.php Stores data in the persistent cache.
MemoryBackend::setMultiple function core/lib/Drupal/Core/Cache/MemoryBackend.php Store multiple items in the persistent cache.
MemoryBackend::__construct function core/lib/Drupal/Core/Cache/MemoryBackend.php Constructs a MemoryBackend object.

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