Important: #105538 - list_type and sub types
See forge#105538
Description
Due to the removal of the plugin content element (
list
) and the corresponding
plugin subtype field
list_
the fifth parameter
$plugin
of
Extension
is now unused and can be omitted.
It is only kept for backwards compatibility. However, be aware that passing any
value other than
CType
will trigger a
\Invalid
.
Please also note that due to the removal of the
list_
field in
tt_
, passing list_
as second parameter
$field
to
Extension
will now - as for
any other non-existent field - trigger a
\Runtime
.