Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
e6bc96b3
Commit
e6bc96b3
authored
Feb 07, 2017
by
alexpott
Browse files
Issue
#2845650
by mradcliffe: Make entity route providers public instead of internal
parent
9c777482
Changes
2
Hide whitespace changes
Inline
Side-by-side
core/lib/Drupal/Core/Entity/Routing/AdminHtmlRouteProvider.php
View file @
e6bc96b3
...
@@ -11,8 +11,6 @@
...
@@ -11,8 +11,6 @@
* administrative theme.
* administrative theme.
*
*
* @see \Drupal\Core\Entity\Routing\DefaultHtmlRouteProvider.
* @see \Drupal\Core\Entity\Routing\DefaultHtmlRouteProvider.
*
* @internal
*/
*/
class
AdminHtmlRouteProvider
extends
DefaultHtmlRouteProvider
{
class
AdminHtmlRouteProvider
extends
DefaultHtmlRouteProvider
{
...
...
core/lib/Drupal/Core/Entity/Routing/DefaultHtmlRouteProvider.php
View file @
e6bc96b3
...
@@ -26,8 +26,6 @@
...
@@ -26,8 +26,6 @@
* - collection
* - collection
*
*
* @see \Drupal\Core\Entity\Routing\AdminHtmlRouteProvider.
* @see \Drupal\Core\Entity\Routing\AdminHtmlRouteProvider.
*
* @internal
*/
*/
class
DefaultHtmlRouteProvider
implements
EntityRouteProviderInterface
,
EntityHandlerInterface
{
class
DefaultHtmlRouteProvider
implements
EntityRouteProviderInterface
,
EntityHandlerInterface
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment