Automattic\WooCommerce\Vendor\League\Container\Definition

DefinitionInterface::getConcrete()publicWC 1.0

Get the concrete of the definition.

Method of the class: DefinitionInterface{}

No Hooks.

Return

Mixed.

Usage

$DefinitionInterface = new DefinitionInterface();
$DefinitionInterface->getConcrete();

DefinitionInterface::getConcrete() code WC 8.7.0

public function getConcrete();