You are here

protected property JsonFeed::$usesAJAX in JSON Feed 8

Whether the display allows the use of AJAX or not.

Type: bool

Overrides DisplayPluginBase::$usesAJAX

File

src/Plugin/views/display/JsonFeed.php, line 30

Class

JsonFeed
The plugin that handles a JSON feed.

Namespace

Drupal\json_feed\Plugin\views\display

Code

protected $usesAJAX = FALSE;