Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 8.9.x for %s
  4. Search 10.3.x for %s
  5. Search 11.x for %s
  6. Other projects
Title Object type File name Summary
MessengerTrait::setMessenger function core/lib/Drupal/Core/Messenger/MessengerTrait.php Sets the messenger.
MetadataBag::CSRF_TOKEN_SEED constant core/lib/Drupal/Core/Session/MetadataBag.php The key used to store the CSRF token seed in the session.
MetadataBag::getCsrfTokenSeed function core/lib/Drupal/Core/Session/MetadataBag.php Get the CSRF token seed.
MetadataBag::setCsrfTokenSeed function core/lib/Drupal/Core/Session/MetadataBag.php Set the CSRF token seed.
MetadataBag::stampNew function core/lib/Drupal/Core/Session/MetadataBag.php
MetadataBag::__construct function core/lib/Drupal/Core/Session/MetadataBag.php Constructs a new metadata bag instance.
MetadataBagTest class core/tests/Drupal/Tests/Core/Session/MetadataBagTest.php Tests Drupal\Core\Session\MetadataBag.
MetadataBagTest.php file core/tests/Drupal/Tests/Core/Session/MetadataBagTest.php
MetadataBagTest::testStampNew function core/tests/Drupal/Tests/Core/Session/MetadataBagTest.php Tests stamp new.
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 Reinitializes the route processor manager as a mock object.
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.
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.
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')]
MethodRouteMissingName class core/tests/Drupal/Tests/Core/Routing/UnsupportedRouteAttributePropertiesTest.php Test class.
MethodRouteMissingName::attributeMethod function core/tests/Drupal/Tests/Core/Routing/UnsupportedRouteAttributePropertiesTest.php #[Route('/test_method_attribute')]
method_filter.jsonapi service core/modules/jsonapi/jsonapi.services.yml Drupal\jsonapi\Routing\ReadOnlyModeMethodFilter
migrate.install file core/modules/migrate/migrate.install Contains install and update functions for Migrate.
migrate.links.menu.yml file core/modules/migrate/migrate.links.menu.yml core/modules/migrate/migrate.links.menu.yml
migrate.permissions.yml file core/modules/migrate/migrate.permissions.yml core/modules/migrate/migrate.permissions.yml
migrate.plugin_event_subscriber service core/modules/migrate/migrate.services.yml Drupal\migrate\Plugin\PluginEventSubscriber
migrate.post_update.php file core/modules/migrate/migrate.post_update.php Post update functions for migrate.
migrate.services.yml file core/modules/migrate/migrate.services.yml core/modules/migrate/migrate.services.yml
migrate.stub service core/modules/migrate/migrate.services.yml Drupal\migrate\MigrateStub

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