By magtak on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
8.x
Issue links:
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
I found the file at the
I found the file at the following location as of Drupal8 beta9:
core/modules/views/src/Plugin/views/display/Page.php