You are here

protected property FieldRedirectionFormatter::$pageRestrictionOptions in Field Redirection 8.2

Restrictions that may be applied to this redirection.

Type: array

File

src/Plugin/Field/FieldFormatter/FieldRedirectionFormatter.php, line 64

Class

FieldRedirectionFormatter
Plugin implementation of the 'field_redirection_formatter' formatter.

Namespace

Drupal\field_redirection\Plugin\Field\FieldFormatter

Code

protected $pageRestrictionOptions = [
  '0' => 'Redirect on all pages.',
  '1' => 'Redirect only on the following pages.',
  '2' => 'Redirect on all pages except the following pages.',
];