- Issue created by @somatick
- Status changed to Fixed
2 months ago 8:44pm 5 February 2025 Automatically closed - issue fixed for 2 weeks with no activity.
An invalid regex in the meetsCondition method of EmbeddedContentButton will produce a warning, this results in a lot of log noise even though it's in a try catch block
Warning: preg_match(): Delimiter must not be alphanumeric, backslash, or NUL in Drupal\embedded_content\Entity\EmbeddedContentButton->meetsCondition()
Suppress error messages as well as ignoring exceptions.
Active
2.0
Code
Automatically closed - issue fixed for 2 weeks with no activity.