🇩🇪Germany @Christian.wiedemann

Account created on 14 July 2010, about 15 years ago
#

Merge Requests

More

Recent comments

🇩🇪Germany Christian.wiedemann

christian.wiedemann made their first commit to this issue’s fork.

🇩🇪Germany Christian.wiedemann

heyho nice wishes from munich. I rebased and added the abstract to the class.

🇩🇪Germany Christian.wiedemann

1. From my point of view the PropTypeConversionTrait should be a service (PropTypeConverter). And the base class should simple provide the service for easy access.
2. We should avoid renderInIsolation. What is the use case behind. Can we check for '#markup' or #plain_text'?

$renderer = \Drupal::service('renderer');
      $value = (string) $renderer->renderInIsolation($array);
      if ($strip_tags_from_render_arrays) {
        $value = strip_tags($value);
      }

Production build 0.71.5 2024