Overrides ContextProviderInterface::getAvailableContexts
public function getAvailableContexts() { $context = EntityContext::fromEntityTypeId('taxonomy_term', $this->t('Term from URL')); return [ 'taxonomy_term' => $context, ]; }