View9Block.php in Content Planner 8
File
src/Plugin/DashboardBlock/View9Block.phpView source
<?php
namespace Drupal\content_planner\Plugin\DashboardBlock;
/**
* Provides a view block for Content Planner Dashboard.
*
* @DashboardBlock(
* id = "view_9_block",
* name = @Translation("Views Widget 9")
* )
*/
class View9Block extends ViewBlockBase {
protected $blockID = 'view_9';
}
Classes
Name | Description |
---|---|
View9Block | Provides a view block for Content Planner Dashboard. |