Closed bencroker closed 3 years ago
@khalwat Craft generates the CustomFieldBehavior class only if the file already exists – the 10 second rule comes only later in the generation process. https://github.com/craftcms/cms/blob/96fc9a3f2fc7caabc44d12d786dea2a39ffa4b62/src/Craft.php#L183-L186
CustomFieldBehavior
@khalwat Craft generates the
CustomFieldBehavior
class only if the file already exists – the 10 second rule comes only later in the generation process. https://github.com/craftcms/cms/blob/96fc9a3f2fc7caabc44d12d786dea2a39ffa4b62/src/Craft.php#L183-L186