Search for %s

  1. Search 7.x for %s
  2. Search 8.9.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
media_library_views_pre_render function core/modules/media_library/media_library.module Implements hook_views_pre_render().
media_post_update_modify_base_field_author_override function core/modules/media/media.post_update.php Updates stale references to Drupal\media\Entity\Media::getCurrentUserId.
media_preprocess_media_reference_help function core/modules/media/media.module Implements hook_preprocess_HOOK() for media reference widgets.
media_removed_post_updates function core/modules/media/media.post_update.php Implements hook_removed_post_updates().
media_requirements function core/modules/media/media.install Implements hook_requirements().
media_test_embed.info.yml file core/modules/media/tests/modules/media_test_embed/media_test_embed.info.yml core/modules/media/tests/modules/media_test_embed/media_test_embed.info.yml
media_test_embed.module file core/modules/media/tests/modules/media_test_embed/media_test_embed.module Helper module for the Media Embed text editor plugin tests.
media_test_embed.route_subscriber service core/modules/media/tests/modules/media_test_embed/media_test_embed.services.yml Drupal\media_test_embed\Routing\RouteSubscriber
media_test_embed.services.yml file core/modules/media/tests/modules/media_test_embed/media_test_embed.services.yml core/modules/media/tests/modules/media_test_embed/media_test_embed.services.yml
media_test_embed_entity_access function core/modules/media/tests/modules/media_test_embed/media_test_embed.module Implements hook_entity_access().
media_test_embed_entity_view_alter function core/modules/media/tests/modules/media_test_embed/media_test_embed.module Implements hook_entity_view_alter().
media_test_embed_preprocess_media_embed_error function core/modules/media/tests/modules/media_test_embed/media_test_embed.module Implements hook_preprocess_HOOK().
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_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().
Memory::$idSequence property core/lib/Drupal/Core/Queue/Memory.php Counter for item ids.
Memory::numberOfItems function core/lib/Drupal/Core/Queue/Memory.php
Memory::releaseItem function core/lib/Drupal/Core/Queue/Memory.php
Memory::__construct function core/lib/Drupal/Core/Queue/Memory.php Constructs a Memory object.
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::getRequestTime function core/lib/Drupal/Core/Cache/MemoryBackend.php Wrapper method for REQUEST_TIME constant.
MemoryBackend::invalidateTags function core/lib/Drupal/Core/Cache/MemoryBackend.php
MemoryBackend::isAllowed function core/lib/Drupal/Core/Flood/MemoryBackend.php
MemoryBackend::register function core/lib/Drupal/Core/Flood/MemoryBackend.php
MemoryBackend::reset function core/lib/Drupal/Core/Cache/MemoryBackend.php Reset statically cached variables.
MemoryBackend::set function core/lib/Drupal/Core/Cache/MemoryBackend.php
MemoryBackend::setMultiple function core/lib/Drupal/Core/Cache/MemoryBackend.php
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::$bins property core/lib/Drupal/Core/Cache/MemoryBackendFactory.php Instantiated memory cache bins.
MemoryBackendTest class core/tests/Drupal/Tests/Core/Flood/MemoryBackendTest.php Tests the memory flood implementation.
MemoryBackendTest class core/tests/Drupal/KernelTests/Core/Cache/MemoryBackendTest.php Unit test of the memory cache backend using the generic cache unit test base.
MemoryBackendTest.php file core/tests/Drupal/KernelTests/Core/Cache/MemoryBackendTest.php
MemoryBackendTest.php file core/tests/Drupal/Tests/Core/Flood/MemoryBackendTest.php
MemoryBackendTest::$flood property core/tests/Drupal/Tests/Core/Flood/MemoryBackendTest.php The tested memory flood backend.
MemoryBackendTest::createCacheBackend function core/tests/Drupal/KernelTests/Core/Cache/MemoryBackendTest.php Creates a new instance of MemoryBackend.
MemoryBackendTest::setUp function core/tests/Drupal/Tests/Core/Flood/MemoryBackendTest.php
MemoryBackendTest::testAllowedProceeding function core/tests/Drupal/Tests/Core/Flood/MemoryBackendTest.php Tests an allowed flood event.
MemoryBackendTest::testExpiring function core/tests/Drupal/Tests/Core/Flood/MemoryBackendTest.php Tests a flood event with expiring, so cron will allow to proceed.

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