function ViewsTestDataController::placeholderLazyBuilder

Same name in other branches
  1. 8.9.x core/modules/views/tests/modules/views_test_data/src/Controller/ViewsTestDataController.php \Drupal\views_test_data\Controller\ViewsTestDataController::placeholderLazyBuilder()
  2. 10 core/modules/views/tests/modules/views_test_data/src/Controller/ViewsTestDataController.php \Drupal\views_test_data\Controller\ViewsTestDataController::placeholderLazyBuilder()
  3. 11.x core/modules/views/tests/modules/views_test_data/src/Controller/ViewsTestDataController.php \Drupal\views_test_data\Controller\ViewsTestDataController::placeholderLazyBuilder()

#lazy_builder callback; for testing purposes only.

File

core/modules/views/tests/modules/views_test_data/src/Controller/ViewsTestDataController.php, line 32

Class

ViewsTestDataController
Controller class for views_test_data callbacks.

Namespace

Drupal\views_test_data\Controller

Code

public static function placeholderLazyBuilder() {
    // No-op.
    return [];
}

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