Automattic\WooCommerce\Vendor\League\Container\Definition
DefinitionAggregateInterface::getDefinition() public WC 1.0
Get the definition to be extended.
{} It's a method of the class: DefinitionAggregateInterface{}
No Hooks.
Return
DefinitionInterface.
Usage
$DefinitionAggregateInterface = new DefinitionAggregateInterface(); $DefinitionAggregateInterface->getDefinition( $id ) : DefinitionInterface;
- $id(string) (required)
- -
Code of DefinitionAggregateInterface::getDefinition() DefinitionAggregateInterface::getDefinition WC 5.0.0
public function getDefinition(string $id) : DefinitionInterface;