Skip to content
Snippets Groups Projects
Commit e4534dc2 authored by Mingsong Hu's avatar Mingsong Hu
Browse files

Correct the class name

parent 5e3cb0fb
No related branches found
No related tags found
No related merge requests found
......@@ -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|\DrupalCodeGenerator\Command\Drupal_8\Module\ConfigurationEntity
* @return NULL|\Drupal\Core\Config\Entity\ConfigEntityBase
* The display profile entity.
*/
public function getDisplayProfile(string $setup_plugin_id) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment