<?php namespace Drupal\layout_builder\Plugin\Block; class InlineBlock { use UnknownTrait; } try { new ReflectionClass('Drupal\layout_builder\Plugin\Block\InlineBlock'); } catch (\Throwable $e) { echo 'caught you!'; }
You have javascript disabled. You will not be able to edit any code.