X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Ffield_ui%2Fsrc%2FEntityDisplayModeListBuilder.php;h=cf44b8b78de6ef74c9622320288f15e8ebadc914;hb=1c1cb0980bfa6caf0c24cce671b6bb541dc87583;hp=c9d89662785b7242698b4186c7f0c1d7a77d64ed;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;p=yaffs-website diff --git a/web/core/modules/field_ui/src/EntityDisplayModeListBuilder.php b/web/core/modules/field_ui/src/EntityDisplayModeListBuilder.php index c9d896627..cf44b8b78 100644 --- a/web/core/modules/field_ui/src/EntityDisplayModeListBuilder.php +++ b/web/core/modules/field_ui/src/EntityDisplayModeListBuilder.php @@ -36,6 +36,8 @@ class EntityDisplayModeListBuilder extends ConfigEntityListBuilder { public function __construct(EntityTypeInterface $entity_type, EntityStorageInterface $storage, array $entity_types) { parent::__construct($entity_type, $storage); + // Override the default limit (50) in order to display all view modes. + $this->limit = FALSE; $this->entityTypes = $entity_types; }