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