options['custom_access']; } /** * {@inheritdoc} */ function option_definition() { $options = parent::option_definition(); $options['custom_access'] = array('default' => TRUE, 'bool' => TRUE); return $options; } }