Retrieve the options when this is a new access control plugin
Overrides AccessPluginBase::defineOptions
protected function defineOptions() {
$options = parent::defineOptions();
$options['access'] = array(
'default' => FALSE,
'bool' => TRUE,
);
return $options;
}