Issue #2120001 by tim.plunkett: Remove leftover ContentTranslationLocalTasks.

8.0.x
Nathaniel Catchpole 2013-10-31 11:53:00 +00:00
parent 7a553c0d07
commit b3ba231bee
2 changed files with 0 additions and 19 deletions

View File

@ -1,4 +1,3 @@
content_translation.local_tasks:
derivative: 'Drupal\content_translation\Plugin\Derivative\ContentTranslationLocalTasks'
class: 'Drupal\content_translation\Plugin\ContentTranslationLocalTasks'
weight: 100

View File

@ -1,18 +0,0 @@
<?php
/**
* @file
* Contains \Drupal\content_translation\Plugin\ContentTranslationLocalTasks.
*/
namespace Drupal\content_translation\Plugin;
use Drupal\Core\Menu\LocalTaskDefault;
use Symfony\Component\HttpFoundation\Request;
/**
* Provides route parameter manipulation for content translation local tasks.
*/
class ContentTranslationLocalTasks extends LocalTaskDefault {
}