Search for parameters

  1. Search 7.x for parameters
  2. Search 9.5.x for parameters
  3. Search 8.9.x for parameters
  4. Search 11.x for parameters
  5. Other projects
Title Object type File name Summary
BulkFormTest::testConfirmRouteWithParameters function core/modules/views/tests/src/Functional/BulkFormTest.php Tests that route parameters are passed to the confirmation form route.
ConfigEntityMapper::getBaseRouteParameters function core/modules/config_translation/src/ConfigEntityMapper.php Returns the route parameters for the base route the mapper is attached to.
ConfigEntityMapperTest::testGetOverviewRouteParameters function core/modules/config_translation/tests/src/Unit/ConfigEntityMapperTest.php Tests ConfigEntityMapper::getOverviewRouteParameters().
ConfigFieldMapper::getBaseRouteParameters function core/modules/config_translation/src/ConfigFieldMapper.php Returns the route parameters for the base route the mapper is attached to.
ConfigMapperInterface::getAddRouteParameters function core/modules/config_translation/src/ConfigMapperInterface.php Returns the route parameters for the translation add form route.
ConfigMapperInterface::getBaseRouteParameters function core/modules/config_translation/src/ConfigMapperInterface.php Returns the route parameters for the base route the mapper is attached to.
ConfigMapperInterface::getDeleteRouteParameters function core/modules/config_translation/src/ConfigMapperInterface.php Returns the route parameters for the translation deletion route.
ConfigMapperInterface::getEditRouteParameters function core/modules/config_translation/src/ConfigMapperInterface.php Returns the route parameters for the translation edit form route.
ConfigMapperInterface::getOverviewRouteParameters function core/modules/config_translation/src/ConfigMapperInterface.php Returns the route parameters for the translation overview route.
ConfigNamesMapper::getAddRouteParameters function core/modules/config_translation/src/ConfigNamesMapper.php Returns the route parameters for the translation add form route.
ConfigNamesMapper::getBaseRouteParameters function core/modules/config_translation/src/ConfigNamesMapper.php Returns the route parameters for the base route the mapper is attached to.
ConfigNamesMapper::getDeleteRouteParameters function core/modules/config_translation/src/ConfigNamesMapper.php Returns the route parameters for the translation deletion route.
ConfigNamesMapper::getEditRouteParameters function core/modules/config_translation/src/ConfigNamesMapper.php Returns the route parameters for the translation edit form route.
ConfigNamesMapper::getOverviewRouteParameters function core/modules/config_translation/src/ConfigNamesMapper.php Returns the route parameters for the translation overview route.
ConfigNamesMapperTest::testGetAddRouteParameters function core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php Tests ConfigNamesMapper::getAddRouteParameters().
ConfigNamesMapperTest::testGetBaseRouteParameters function core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php Tests ConfigNamesMapper::getBaseRouteParameters().
ConfigNamesMapperTest::testGetDeleteRouteParameters function core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php Tests ConfigNamesMapper::getDeleteRouteParameters().
ConfigNamesMapperTest::testGetEditRouteParameters function core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php Tests ConfigNamesMapper::getEditRouteParameters().
ConfigNamesMapperTest::testGetOverviewRouteParameters function core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php Tests ConfigNamesMapper::getOverviewRouteParameters().
ConstraintViolationBuilder::setParameters function core/lib/Drupal/Core/Validation/ConstraintViolationBuilder.php
Container::$parameters property core/lib/Drupal/Component/DependencyInjection/Container.php The parameters of the container.
Container::resolveServicesAndParameters function core/lib/Drupal/Component/DependencyInjection/Container.php Resolves arguments that represent services or variables to the real values.
ContainerTest::testResolveServicesAndParametersForArgumentsUsingDeepArray function core/tests/Drupal/Tests/Component/DependencyInjection/ContainerTest.php Tests that services with an array of arguments work correctly.
ContainerTest::testResolveServicesAndParametersForInvalidArgument function core/tests/Drupal/Tests/Component/DependencyInjection/ContainerTest.php Tests that an invalid argument throw an Exception.
ContainerTest::testResolveServicesAndParametersForInvalidArguments function core/tests/Drupal/Tests/Component/DependencyInjection/ContainerTest.php Tests that invalid arguments throw an Exception.
ContainerTest::testResolveServicesAndParametersForOptionalServiceDependencies function core/tests/Drupal/Tests/Component/DependencyInjection/ContainerTest.php Tests that services that are optional work correctly.
ContainerTest::testResolveServicesAndParametersForPrivateService function core/tests/Drupal/Tests/Component/DependencyInjection/ContainerTest.php Tests that private services work correctly.
ContainerTest::testResolveServicesAndParametersForRawArgument function core/tests/Drupal/Tests/Component/DependencyInjection/ContainerTest.php Tests that raw type services arguments are resolved correctly.
ContainerTest::testResolveServicesAndParametersForServiceInstantiatedFromParameter function core/tests/Drupal/Tests/Component/DependencyInjection/ContainerTest.php Tests that a parameter that points to a service works correctly.
ContainerTest::testResolveServicesAndParametersForServiceReferencedViaServiceClosure function core/tests/Drupal/Tests/Component/DependencyInjection/ContainerTest.php Tests that services wrapped in a closure work correctly.
ContainerTest::testResolveServicesAndParametersForSharedPrivateService function core/tests/Drupal/Tests/Component/DependencyInjection/ContainerTest.php Tests that private service sharing works correctly.
CurrentRouteMatch::getParameters function core/lib/Drupal/Core/Routing/CurrentRouteMatch.php Returns the bag of all processed route parameters.
CurrentRouteMatch::getRawParameters function core/lib/Drupal/Core/Routing/CurrentRouteMatch.php Returns the bag of all raw route parameters.
DefaultsSectionStorage::getRouteParameters function core/modules/layout_builder/src/Plugin/SectionStorage/DefaultsSectionStorage.php Provides the route parameters needed to generate a URL for this object.
DemoUmamiProfileTest::installParameters function core/profiles/demo_umami/tests/src/Functional/DemoUmamiProfileTest.php Returns the parameters that will be used when the test installs Drupal.
DrupalKernel::getKernelParameters function core/lib/Drupal/Core/DrupalKernel.php Returns the kernel parameters.
DrupalTranslator::processParameters function core/lib/Drupal/Core/Validation/DrupalTranslator.php Processes the parameters array for use with TranslatableMarkup.
EntityAccessCheckTest::testAccessWithDifferentRouteParameters function core/tests/Drupal/Tests/Core/Entity/EntityAccessCheckTest.php @covers ::access[[api-linebreak]]
EntityBase::urlRouteParameters function core/lib/Drupal/Core/Entity/EntityBase.php Gets an array of placeholders for this entity.
EntityDisplayModeBase::urlRouteParameters function core/lib/Drupal/Core/Entity/EntityDisplayModeBase.php Gets an array of placeholders for this entity.
EntityFormTest::testAddPageWithMultipleParameters function core/modules/system/tests/src/Functional/Entity/EntityFormTest.php Tests the route add-page with multiple parameters.
EntityResolverManager::setParametersFromEntityInformation function core/lib/Drupal/Core/Entity/EntityResolverManager.php Sets the upcasting information using the _entity_* route defaults.
EntityResolverManager::setParametersFromReflection function core/lib/Drupal/Core/Entity/EntityResolverManager.php Sets the upcasting information using reflection.
EntityResolverManagerTest::testSetRouteOptionsWithEntityViewRouteAndManualParameters function core/tests/Drupal/Tests/Core/Entity/EntityResolverManagerTest.php Tests setRouteOptions() with an _entity_view route.
FieldConfig::urlRouteParameters function core/modules/field/src/Entity/FieldConfig.php Gets an array of placeholders for this entity.
FunctionalTestSetupTrait::installParameters function core/lib/Drupal/Core/Test/FunctionalTestSetupTrait.php Returns the parameters that will be used when the test installs Drupal.
HelpTopicTranslatedTestBase::installParameters function core/modules/help/tests/src/Functional/HelpTopicTranslatedTestBase.php Returns the parameters that will be used when the test installs Drupal.
InstallerExistingConfigTestBase::installParameters function core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigTestBase.php Returns the parameters that will be used when the test installs Drupal.
InstallerSiteConfigProfileTest::installParameters function core/tests/Drupal/FunctionalTests/Installer/InstallerSiteConfigProfileTest.php Returns the parameters that will be used when the test installs Drupal.
InstallerTestBase::$parameters property core/tests/Drupal/FunctionalTests/Installer/InstallerTestBase.php Additional parameters to use for installer screens.

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