Search for all

  1. Search 7.x for all
  2. Search 8.9.x for all
  3. Search 10.3.x for all
  4. Search 11.x for all
  5. Search main for all
  6. Other projects
Title Object type File name Summary
media_test_oembed.info.yml file core/modules/media/tests/modules/media_test_oembed/media_test_oembed.info.yml core/modules/media/tests/modules/media_test_oembed/media_test_oembed.info.yml
media_test_oembed.libraries.yml file core/modules/media/tests/modules/media_test_oembed/media_test_oembed.libraries.yml core/modules/media/tests/modules/media_test_oembed/media_test_oembed.libraries.yml
media_test_oembed.module file core/modules/media/tests/modules/media_test_oembed/media_test_oembed.module Helper module for the Media oEmbed tests.
media_test_oembed.routing.yml file core/modules/media/tests/modules/media_test_oembed/media_test_oembed.routing.yml core/modules/media/tests/modules/media_test_oembed/media_test_oembed.routing.yml
media_test_oembed_oembed_resource_url_alter function core/modules/media/tests/modules/media_test_oembed/media_test_oembed.module Implements hook_oembed_resource_url_alter().
media_test_oembed_preprocess_media_oembed_iframe function core/modules/media/tests/modules/media_test_oembed/media_test_oembed.module Implements hook_preprocess_media_oembed_iframe().
media_test_source.info.yml file core/modules/media/tests/modules/media_test_source/media_test_source.info.yml core/modules/media/tests/modules/media_test_source/media_test_source.info.yml
media_test_source.schema.yml file core/modules/media/tests/modules/media_test_source/config/schema/media_test_source.schema.yml core/modules/media/tests/modules/media_test_source/config/schema/media_test_source.schema.yml
media_test_type.info.yml file core/modules/media/tests/modules/media_test_type/media_test_type.info.yml core/modules/media/tests/modules/media_test_type/media_test_type.info.yml
media_test_views.info.yml file core/modules/media/tests/modules/media_test_views/media_test_views.info.yml core/modules/media/tests/modules/media_test_views/media_test_views.info.yml
media_theme function core/modules/media/media.module Implements hook_theme().
media_theme_suggestions_media function core/modules/media/media.module Implements hook_theme_suggestions_HOOK().
media_update_last_removed function core/modules/media/media.install Implements hook_update_last_removed().
media_views_query_substitutions function core/modules/media/media.module Implements hook_views_query_substitutions().
mediterranean-quiche-umami.html file core/profiles/demo_umami/modules/demo_umami_content/default_content/languages/es/recipe_instructions/mediterranean-quiche-umami.html
mediterranean-quiche-umami.html file core/profiles/demo_umami/modules/demo_umami_content/default_content/languages/en/recipe_instructions/mediterranean-quiche-umami.html
Memory class core/lib/Drupal/Core/Queue/Memory.php Static queue implementation.
Memory.php file core/lib/Drupal/Core/Queue/Memory.php
Memory::$idSequence property core/lib/Drupal/Core/Queue/Memory.php Counter for item ids.
Memory::$queue property core/lib/Drupal/Core/Queue/Memory.php The queue data.
Memory::claimItem function core/lib/Drupal/Core/Queue/Memory.php Claims an item in the queue for processing.
Memory::createItem function core/lib/Drupal/Core/Queue/Memory.php Adds a queue item and store it directly to the queue.
Memory::createQueue function core/lib/Drupal/Core/Queue/Memory.php Creates a queue.
Memory::deleteItem function core/lib/Drupal/Core/Queue/Memory.php Deletes a finished item from the queue.
Memory::deleteQueue function core/lib/Drupal/Core/Queue/Memory.php Deletes a queue and every item in the queue.
Memory::numberOfItems function core/lib/Drupal/Core/Queue/Memory.php Retrieves the number of items in the queue.
Memory::releaseItem function core/lib/Drupal/Core/Queue/Memory.php Releases an item that the worker could not process.
Memory::__construct function core/lib/Drupal/Core/Queue/Memory.php Constructs a Memory object.
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::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::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.

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