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