X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Ffield_ui%2Fsrc%2FController%2FFieldConfigListController.php;h=5866405a83e52bf41cc545cc2ed1bdc84ada20ac;hb=1c1cb0980bfa6caf0c24cce671b6bb541dc87583;hp=0a6911a92fc18fb89aa07e97a4be53556c849bfd;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;p=yaffs-website diff --git a/web/core/modules/field_ui/src/Controller/FieldConfigListController.php b/web/core/modules/field_ui/src/Controller/FieldConfigListController.php index 0a6911a92..5866405a8 100644 --- a/web/core/modules/field_ui/src/Controller/FieldConfigListController.php +++ b/web/core/modules/field_ui/src/Controller/FieldConfigListController.php @@ -21,7 +21,8 @@ class FieldConfigListController extends EntityListController { * The current route match. * * @return array - * A render array as expected by drupal_render(). + * A render array as expected by + * \Drupal\Core\Render\RendererInterface::render(). */ public function listing($entity_type_id = NULL, $bundle = NULL, RouteMatchInterface $route_match = NULL) { return $this->entityManager()->getListBuilder('field_config')->render($entity_type_id, $bundle);