Total Complexity | 2 |
Total Lines | 16 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
21 | trait ToggleableOperationAttributeTrait |
||
22 | { |
||
23 | /** |
||
24 | * @var ResourceMetadataFactoryInterface|null |
||
25 | */ |
||
26 | private $resourceMetadataFactory; |
||
27 | |||
28 | private function isOperationAttributeDisabled(array $attributes, string $attribute, bool $default = false, bool $resourceFallback = true): bool |
||
39 |