Issue #1805674 by dawehner: Mini pagers should extend full pagers.

8.0.x
dereine 2012-10-15 11:23:27 -04:00 committed by Tim Plunkett
parent 42d691b74f
commit badda87b58
1 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ use Drupal\Core\Annotation\Plugin;
use Drupal\Core\Annotation\Translation;
/**
* The plugin to handle full pager.
* The plugin to handle mini pager.
*
* @ingroup views_pager_plugins
*
@ -22,7 +22,7 @@ use Drupal\Core\Annotation\Translation;
* help = @Translation("Use the mini pager output.")
* )
*/
class Mini extends PagerPluginBase {
class Mini extends Full {
public function summaryTitle() {
if (!empty($this->options['offset'])) {