|
|
@ -7,9 +7,9 @@ use Drupal\Core\Block\TitleBlockPluginInterface; |
|
|
|
use Drupal\Core\Cache\CacheableDependencyInterface; |
|
|
|
use Drupal\Core\Cache\CacheableDependencyInterface; |
|
|
|
use Drupal\Core\Cache\CacheableMetadata; |
|
|
|
use Drupal\Core\Cache\CacheableMetadata; |
|
|
|
use Drupal\Core\Controller\TitleResolverInterface; |
|
|
|
use Drupal\Core\Controller\TitleResolverInterface; |
|
|
|
use Drupal\Core\Plugin\ContextAwarePluginInterface; |
|
|
|
|
|
|
|
use Drupal\Core\Plugin\Context\ContextHandlerInterface; |
|
|
|
use Drupal\Core\Plugin\Context\ContextHandlerInterface; |
|
|
|
use Drupal\Core\Plugin\Context\ContextRepositoryInterface; |
|
|
|
use Drupal\Core\Plugin\Context\ContextRepositoryInterface; |
|
|
|
|
|
|
|
use Drupal\Core\Plugin\ContextAwarePluginInterface; |
|
|
|
use Drupal\Core\Render\Element; |
|
|
|
use Drupal\Core\Render\Element; |
|
|
|
use Drupal\Core\Routing\RouteMatchInterface; |
|
|
|
use Drupal\Core\Routing\RouteMatchInterface; |
|
|
|
use Drupal\Core\Session\AccountInterface; |
|
|
|
use Drupal\Core\Session\AccountInterface; |
|
|
|