Catalog recurring setup
Definition at line 18 of file Recurring.php.
◆ __construct()
- Parameters
-
MetadataPool | $metadataPool | |
ExternalFKSetup | $externalFKSetup | |
Definition at line 34 of file Recurring.php.
◆ install()
{Installs DB schema for a module
- Parameters
-
- Returns
- void
}
Implements InstallSchemaInterface.
Definition at line 45 of file Recurring.php.
50 $metadata = $this->metadataPool->getMetadata(CategoryInterface::class);
51 $this->externalFKSetup->install(
53 $metadata->getEntityTable(),
54 $metadata->getIdentifierField(),
55 'catalog_category_product',
◆ $externalFKSetup
◆ $metadataPool
The documentation for this class was generated from the following file: