PermissionCheckerInterface
        PermissionCheckerInterface.php
                :
        13
                
    
            Interface
                Methods¶
                
canCreateInLocation()
            ¶
    
        
        PermissionCheckerInterface.php
                :
        25
                
    
        | 
                     | 
                
                    
                     | 
            
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $location | Location | - | - | 
| $hasAccess | array<string|int, mixed>|bool | - | - | 
Return values
bool
                
getRestrictions()
            ¶
    
        
        PermissionCheckerInterface.php
                :
        20
                
    
        | 
                     | 
                
                    
                     | 
            
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $hasAccess | array<string|int, mixed> | - | - | 
| $class | string | - | - | 
Return values
array<string|int, mixed>