Loading src/EntityPrintPermissions.php +1 −1 Original line number Diff line number Diff line Loading @@ -86,7 +86,7 @@ class EntityPrintPermissions implements ContainerInjectionInterface { foreach ($entity_type_bundles as $bundle_key => $entity_type_bundle) { $permissions['entity print access bundle ' . $bundle_key] = [ 'title' => $this->t('%entity_bundle_label: Use all print engines', [ '%entity_bundle_label' => $entity_type_bundle['label'], '%entity_bundle_label' => $entity_type_bundle['label'] ?? $bundle_key, ]), ]; } Loading Loading
src/EntityPrintPermissions.php +1 −1 Original line number Diff line number Diff line Loading @@ -86,7 +86,7 @@ class EntityPrintPermissions implements ContainerInjectionInterface { foreach ($entity_type_bundles as $bundle_key => $entity_type_bundle) { $permissions['entity print access bundle ' . $bundle_key] = [ 'title' => $this->t('%entity_bundle_label: Use all print engines', [ '%entity_bundle_label' => $entity_type_bundle['label'], '%entity_bundle_label' => $entity_type_bundle['label'] ?? $bundle_key, ]), ]; } Loading