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