Search for end

  1. Search 7.x for end
  2. Search 9.5.x for end
  3. Search 10.3.x for end
  4. Search 11.x for end
  5. Other projects
Title Object type File name Summary
ManageGitIgnoreTest::testAppendToEmptySettingsIsUnmanaged function core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Functional/ManageGitIgnoreTest.php Test 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::$recursiveRenderDepth property core/modules/media/src/Plugin/Filter/MediaEmbed.php An array of counters for the recursive rendering protection.
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::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.
MediaFilterController::$renderer property core/modules/media/src/Controller/MediaFilterController.php The renderer service.
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.
MediaThumbnailFormatter::$renderer property core/modules/media/src/Plugin/Field/FieldFormatter/MediaThumbnailFormatter.php The renderer service.
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 Test that media in ER fields use the Rendered Entity formatter by default.
media_library_views_post_render function core/modules/media_library/media_library.module Implements hook_views_post_render().
media_library_views_pre_render function core/modules/media_library/media_library.module Implements hook_views_pre_render().
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/Flood/MemoryBackend.php
MemoryBackend.php file core/lib/Drupal/Core/Cache/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::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/Flood/MemoryBackend.php Cleans up expired flood events. This method is called automatically on
cron run.
MemoryBackend::garbageCollection function core/lib/Drupal/Core/Cache/MemoryBackend.php Performs garbage collection on a cache bin.
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::getRequestTime function core/lib/Drupal/Core/Cache/MemoryBackend.php Wrapper method for REQUEST_TIME constant.
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/Flood/MemoryBackend.php Construct the MemoryBackend.
MemoryBackend::__sleep function core/lib/Drupal/Core/Cache/MemoryBackend.php Prevents data stored in memory backends from being serialized.
MemoryBackendFactory class core/lib/Drupal/Core/Cache/MemoryBackendFactory.php

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