Change record status: 
Introduced in branch: 
8.x
Description: 

See https://drupal.org/node/1882526

and see core/modules/views/lib/Drupal/views/Plugin/views/display/Page.php for an example.

In your class' php file, do not forget to set a namespace such as:
namespace Drupal\my_module\Plugin\views;
else you'll get a "cannot redeclare class" error.

Impacts: 
Module developers

Comments

neograph734’s picture

I found the file at the following location as of Drupal8 beta9:
core/modules/views/src/Plugin/views/display/Page.php