Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
hierarchy_manager-3343978
Manage
Activity
Members
Labels
Plan
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Issue forks
hierarchy_manager-3343978
Commits
e4534dc2
Commit
e4534dc2
authored
5 years ago
by
Mingsong Hu
Browse files
Options
Downloads
Patches
Plain Diff
Correct the class name
parent
5e3cb0fb
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/PluginTypeManager.php
+2
-3
2 additions, 3 deletions
src/PluginTypeManager.php
with
2 additions
and
3 deletions
src/PluginTypeManager.php
+
2
−
3
View file @
e4534dc2
...
...
@@ -6,7 +6,6 @@ use Drupal\Core\Config\Entity\ConfigEntityBase;
use
Drupal\Core\Entity\EntityTypeManagerInterface
;
use
Drupal\hierarchy_manager
\Plugin\HmDisplayPluginManager
;
use
Drupal\hierarchy_manager
\Plugin\HmSetupPluginManager
;
use
DrupalCodeGenerator\Command\Drupal_8\Module\ConfigurationEntity
;
class
PluginTypeManager
{
...
...
@@ -67,7 +66,7 @@ class PluginTypeManager {
/**
* Get a display plugin instance according to a setup plugin.
*
* @param \Drupal\Core\Config\Entity\ConfigEntityBase
;
$display_profile
* @param \Drupal\Core\Config\Entity\ConfigEntityBase $display_profile
* Display profile entity.
* @return NULL|object
* The display plugin instance.
...
...
@@ -87,7 +86,7 @@ class PluginTypeManager {
*
* @param string $setup_plugin_id
* setup plugin ID.
* @return NULL|\Drupal
CodeGenerator\Command\Drupal_8\Module\Configuration
Entity
* @return NULL|\Drupal
\Core\Config\Entity\Config
Entity
Base
* The display profile entity.
*/
public
function
getDisplayProfile
(
string
$setup_plugin_id
)
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment