Skip to content
Snippets Groups Projects

Issue #3407778 by kksandr: unnecessary hook removed

2 files
+ 2
33
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -13,7 +13,8 @@ use Drupal\Core\Field\FieldStorageDefinitionInterface;
* @FieldType(
* id = "computed_render_array",
* label = @Translation("Computed render array"),
* default_formatter = "computed_render_array_formatter"
* default_formatter = "computed_render_array_formatter",
* no_ui = TRUE,
* )
*/
class ComputedRenderArrayItem extends FieldItemBase {
Loading