function ViewsTestDataController::placeholderLazyBuilder

Render API callback: For testing placeholdering only.

This function is assigned as a #lazy_builder callback.

File

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

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.