Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 8.9.x for all
  4. Search 10.3.x for all
  5. Search 11.x for all
  6. Other projects
Title Object type File name Summary
MetadataBubblingUrlGenerator class core/lib/Drupal/Core/Render/MetadataBubblingUrlGenerator.php Decorator for the URL generator, which bubbles bubbleable URL metadata.
MetadataBubblingUrlGenerator.php file core/lib/Drupal/Core/Render/MetadataBubblingUrlGenerator.php
MetadataBubblingUrlGenerator::$renderer property core/lib/Drupal/Core/Render/MetadataBubblingUrlGenerator.php The renderer.
MetadataBubblingUrlGenerator::$urlGenerator property core/lib/Drupal/Core/Render/MetadataBubblingUrlGenerator.php The non-bubbling URL generator.
MetadataBubblingUrlGenerator::bubble function core/lib/Drupal/Core/Render/MetadataBubblingUrlGenerator.php Bubbles the bubbleable metadata to the current render context.
MetadataBubblingUrlGenerator::generate function core/lib/Drupal/Core/Render/MetadataBubblingUrlGenerator.php
MetadataBubblingUrlGenerator::generateFromRoute function core/lib/Drupal/Core/Render/MetadataBubblingUrlGenerator.php
MetadataBubblingUrlGenerator::getContext function core/lib/Drupal/Core/Render/MetadataBubblingUrlGenerator.php
MetadataBubblingUrlGenerator::getPathFromRoute function core/lib/Drupal/Core/Render/MetadataBubblingUrlGenerator.php
MetadataBubblingUrlGenerator::setContext function core/lib/Drupal/Core/Render/MetadataBubblingUrlGenerator.php
MetadataBubblingUrlGenerator::__construct function core/lib/Drupal/Core/Render/MetadataBubblingUrlGenerator.php Constructs a new bubbling URL generator service.
MetadataBubblingUrlGeneratorTest class core/tests/Drupal/Tests/Core/Render/MetadataBubblingUrlGeneratorTest.php Confirm that the MetadataBubblingUrlGenerator is functioning properly.
MetadataBubblingUrlGeneratorTest.php file core/tests/Drupal/Tests/Core/Render/MetadataBubblingUrlGeneratorTest.php
MetadataBubblingUrlGeneratorTest::$renderer property core/tests/Drupal/Tests/Core/Render/MetadataBubblingUrlGeneratorTest.php The renderer.
MetadataBubblingUrlGeneratorTest::$urlGenerator property core/tests/Drupal/Tests/Core/Render/MetadataBubblingUrlGeneratorTest.php The URL generator.
MetadataBubblingUrlGeneratorTest::providerUrlBubbleableMetadataBubbling function core/tests/Drupal/Tests/Core/Render/MetadataBubblingUrlGeneratorTest.php Data provider for ::testUrlBubbleableMetadataBubbling().
MetadataBubblingUrlGeneratorTest::setUp function core/tests/Drupal/Tests/Core/Render/MetadataBubblingUrlGeneratorTest.php
MetadataBubblingUrlGeneratorTest::setUpMockRenderer function core/tests/Drupal/Tests/Core/Render/MetadataBubblingUrlGeneratorTest.php Initializes the $renderer as a mock object.
MetadataBubblingUrlGeneratorTest::setUpMockRouteProcessorManager function core/tests/Drupal/Tests/Core/Render/MetadataBubblingUrlGeneratorTest.php
MetadataBubblingUrlGeneratorTest::testUrlBubbleableMetadataBubbling function core/tests/Drupal/Tests/Core/Render/MetadataBubblingUrlGeneratorTest.php Tests bubbling of cacheable metadata for URLs.
MetaEventSubscriber class core/modules/jsonapi/tests/modules/jsonapi_test_meta_events/src/EventSubscriber/MetaEventSubscriber.php Event subscriber which tests adding metadata to ResourceObjects and relationships.
MetaEventSubscriber.php file core/modules/jsonapi/tests/modules/jsonapi_test_meta_events/src/EventSubscriber/MetaEventSubscriber.php
MetaEventSubscriber::addRelationshipMeta function core/modules/jsonapi/tests/modules/jsonapi_test_meta_events/src/EventSubscriber/MetaEventSubscriber.php
MetaEventSubscriber::addResourceObjectMeta function core/modules/jsonapi/tests/modules/jsonapi_test_meta_events/src/EventSubscriber/MetaEventSubscriber.php
MetaEventSubscriber::currentUserHasAdminRole function core/modules/jsonapi/tests/modules/jsonapi_test_meta_events/src/EventSubscriber/MetaEventSubscriber.php
MetaEventSubscriber::getSubscribedEvents function core/modules/jsonapi/tests/modules/jsonapi_test_meta_events/src/EventSubscriber/MetaEventSubscriber.php
MetapackageUpdateTest class core/tests/Drupal/Tests/Composer/Generator/MetapackageUpdateTest.php Test to see if the metapackages are up-to-date with the root composer.lock.
MetapackageUpdateTest.php file core/tests/Drupal/Tests/Composer/Generator/MetapackageUpdateTest.php
MetapackageUpdateTest::testUpdated function core/tests/Drupal/Tests/Composer/Generator/MetapackageUpdateTest.php Tests to see if the generated metapackages are in sync with composer.lock.
MetapackageUpdateTest::updatedTestData function core/tests/Drupal/Tests/Composer/Generator/MetapackageUpdateTest.php Provides test data for testUpdated.
MethodCallable class core/tests/Drupal/Tests/Core/Utility/CallableResolverTest.php A test class with callable methods.
MethodCallable::method function core/tests/Drupal/Tests/Core/Utility/CallableResolverTest.php A test method that returns "foo".
MethodCallable::__invoke function core/tests/Drupal/Tests/Core/Utility/CallableResolverTest.php A test __invoke method.
MethodFilter class core/lib/Drupal/Core/Routing/MethodFilter.php Filters routes based on the HTTP method.
MethodFilter.php file core/lib/Drupal/Core/Routing/MethodFilter.php
MethodFilter::filter function core/lib/Drupal/Core/Routing/MethodFilter.php
MethodFilterTest class core/tests/Drupal/Tests/Core/Routing/MethodFilterTest.php Tests Drupal\Core\Routing\MethodFilter.
MethodFilterTest.php file core/tests/Drupal/Tests/Core/Routing/MethodFilterTest.php
MethodFilterTest::testCollectionOrder function core/tests/Drupal/Tests/Core/Routing/MethodFilterTest.php Ensures that the incoming and outgoing collections have the same order.
MethodFilterTest::testFilteredMethods function core/tests/Drupal/Tests/Core/Routing/MethodFilterTest.php Tests filtered methods.
MethodFilterTest::testMethodNotAllowedException function core/tests/Drupal/Tests/Core/Routing/MethodFilterTest.php Tests method not allowed exception.
MethodFilterTest::testMethodNotAllowedExceptionWithMultipleRoutes function core/tests/Drupal/Tests/Core/Routing/MethodFilterTest.php Tests method not allowed exception with multiple routes.
MethodFilterTest::testWithAllowedMethod function core/tests/Drupal/Tests/Core/Routing/MethodFilterTest.php Tests with allowed method.
MethodFilterTest::testWithAllowedMethodAndMultipleMatchingRoutes function core/tests/Drupal/Tests/Core/Routing/MethodFilterTest.php Tests with allowed method and multiple matching routes.
MethodRouteCondition class core/tests/Drupal/Tests/Core/Routing/UnsupportedRouteAttributePropertiesTest.php Test class.
MethodRouteCondition::attributeMethod function core/tests/Drupal/Tests/Core/Routing/UnsupportedRouteAttributePropertiesTest.php #[Route('/test_method_attribute', 'MethodRouteCondition', condition: "context.getMethod() == 'GET'")]
MethodRouteLocale class core/tests/Drupal/Tests/Core/Routing/UnsupportedRouteAttributePropertiesTest.php Test class.
MethodRouteLocale::attributeMethod function core/tests/Drupal/Tests/Core/Routing/UnsupportedRouteAttributePropertiesTest.php #[Route('/test_method_attribute', 'MethodRouteLocale', locale: 'de')]
MethodRouteLocalizedPaths class core/tests/Drupal/Tests/Core/Routing/UnsupportedRouteAttributePropertiesTest.php Test class.
MethodRouteLocalizedPaths::attributeMethod function core/tests/Drupal/Tests/Core/Routing/UnsupportedRouteAttributePropertiesTest.php #[Route([
'de' => '/test_method_attribute',
], 'MethodRouteLocalizedPaths')]

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