- Issue created by @mxr576
- ππΊHungary mxr576 Hungary
For the record, the same code works as expected without an explicit
'#access' => TRUE,
in a Webform handler's form builder, like \Drupal\foo\Plugin\WebformHandler\Foo::buildConfigurationForm()
. - Status changed to Closed: won't fix
29 days ago 5:12am 23 November 2024 - πΊπΈUnited States jrockowitz Brooklyn, NY
Yes, in a Webform element, a property needs to be included via ::defineDefaultProperties to have #access automatically set to TRUE. Otherwise, you must explicitly set an element on the element edit form #access to TRUE.
We can't change this behavior.