public function FlexiformDisplayInterface::access in Flexiform 7
Check the access for this form display.
Parameters
array $context: (optional) An array of settings and values to help the plugin return the entity
Return value
bool TRUE if the user can access this display. False otherwise.
1 method overrides FlexiformDisplayInterface::access()
- FlexiformDisplayBase::access in includes/
flexiform.display.inc - Check the access for this form display.
File
- includes/
flexiform.display.inc, line 73 - Specify base display classes for flexiforms.
Class
- FlexiformDisplayInterface
- Interface for all display classes.
Code
public function access($context = array());