public function EntityResolverManagerTest::providerTestSetRouteOptionsWithStandardRouteWithArgument in Drupal 10
Same name and namespace in other branches
- 8 core/tests/Drupal/Tests/Core/Entity/EntityResolverManagerTest.php \Drupal\Tests\Core\Entity\EntityResolverManagerTest::providerTestSetRouteOptionsWithStandardRouteWithArgument()
- 9 core/tests/Drupal/Tests/Core/Entity/EntityResolverManagerTest.php \Drupal\Tests\Core\Entity\EntityResolverManagerTest::providerTestSetRouteOptionsWithStandardRouteWithArgument()
Data provider for testSetRouteOptionsWithStandardRouteWithArgument.
File
- core/
tests/ Drupal/ Tests/ Core/ Entity/ EntityResolverManagerTest.php, line 120 - Contains \Drupal\Tests\Core\Entity\EntityResolverManagerTest.
Class
- EntityResolverManagerTest
- @coversDefaultClass \Drupal\Core\Entity\EntityResolverManager @group Entity
Namespace
Drupal\Tests\Core\EntityCode
public function providerTestSetRouteOptionsWithStandardRouteWithArgument() {
return [
[
'Drupal\\Tests\\Core\\Entity\\BasicControllerClass::exampleControllerMethodWithArgument',
],
[
'Drupal\\Tests\\Core\\Entity\\test_function_controller_with_argument',
],
];
}