You are here

function test_function_controller_with_argument in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/tests/Drupal/Tests/Core/Entity/EntityResolverManagerTest.php \Drupal\Tests\Core\Entity\test_function_controller_with_argument()
2 string references to 'test_function_controller_with_argument'
EntityResolverManagerTest::providerTestSetRouteOptionsWithContentController in core/tests/Drupal/Tests/Core/Entity/EntityResolverManagerTest.php
Data provider for testSetRouteOptionsWithContentController.
EntityResolverManagerTest::providerTestSetRouteOptionsWithStandardRouteWithArgument in core/tests/Drupal/Tests/Core/Entity/EntityResolverManagerTest.php
Data provider for testSetRouteOptionsWithStandardRouteWithArgument.

File

core/tests/Drupal/Tests/Core/Entity/EntityResolverManagerTest.php, line 527
Contains \Drupal\Tests\Core\Entity\EntityResolverManagerTest.

Namespace

Drupal\Tests\Core\Entity

Code

function test_function_controller_with_argument($argument) {
}