Skip to content
Snippets Groups Projects
Commit a6b36505 authored by micha.jakubowski's avatar micha.jakubowski Committed by Claudiu Cristea
Browse files

ISAICP-9407: EuOssCataloguePluginManager.php update

parent 44010b97
No related branches found
No related tags found
1 merge request!210Patch release 2.2.1
...@@ -38,9 +38,9 @@ public function __construct( ...@@ -38,9 +38,9 @@ public function __construct(
$typeCamelized = Container::camelize($type); $typeCamelized = Container::camelize($type);
$interfaceClass = 'Drupal\eu_oss_catalogue\EuOssCatalogue' . $typeCamelized . 'Interface'; $interfaceClass = 'Drupal\eu_oss_catalogue\EuOssCatalogue' . $typeCamelized . 'Interface';
$annotationClass = 'Drupal\eu_oss_catalogue\Annotation\EuOssCatalogue' . $typeCamelized; $attributeClass = 'Drupal\eu_oss_catalogue\Attribute\EuOssCatalogue' . $typeCamelized;
parent::__construct('Plugin/eu_oss_catalogue/' . $typeCamelized, $namespaces, $moduleHandler, $interfaceClass, $annotationClass); parent::__construct('Plugin/eu_oss_catalogue/' . $typeCamelized, $namespaces, $moduleHandler, $interfaceClass, $attributeClass);
$this->alterInfo("eu_oss_catalogue_{$type}_info"); $this->alterInfo("eu_oss_catalogue_{$type}_info");
$tags = $type === 'provider' ? ['config:hosting_platform_list'] : []; $tags = $type === 'provider' ? ['config:hosting_platform_list'] : [];
......
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