Issue #3300706: Context exception when trying to create url
2 unresolved threads
Merge request reports
Activity
added 1 commit
- 670d57e9 - Update src/Plugin/view_mode_page/AliasType/EntityAliasTypeBase.php
added 5 commits
-
670d57e9...e24dc2fa - 2 commits from branch
project:4.0.x
- 1a977910 - Removed deprecated ContextAwarePluginBase.
- 965c1547 - Replaced deprecated node_type condition with entity_bundle.
- 7d0453f8 - Merge branch '3300706-context-exception-when' of...
Toggle commit list-
670d57e9...e24dc2fa - 2 commits from branch
120 124 * {@inheritdoc} 121 125 */ 122 126 public function applies($object) { 127 $test = $this->getEntityTypeId(); changed this line in version 4 of the diff
7 7 use Drupal\Core\Extension\ModuleHandlerInterface; 8 8 use Drupal\Core\Language\LanguageManagerInterface; 9 9 use Drupal\Core\Plugin\ContainerFactoryPluginInterface; 10 use Drupal\Core\Plugin\ContextAwarePluginBase; 10 use Drupal\Core\Plugin\Context\Context; changed this line in version 4 of the diff
added 3 commits
-
7d0453f8...e70ca62b - 2 commits from branch
project:4.0.x
- 50d3c0d3 - Merge remote-tracking branch 'origin/4.0.x' into 3300706-context-exception-when
-
7d0453f8...e70ca62b - 2 commits from branch
Please register or sign in to reply