public function ClassResolverInterface::getInstanceFromDefinition

public ClassResolverInterface::getInstanceFromDefinition($definition)

Returns a class instance with a given class definition.

In contrast to controllers you don't specify a method.

Parameters

string $definition: A class name or service name.

Return value

object The instance of the class.

Throws

\InvalidArgumentException If $class is not a valid service identifier and the class does not exist.

File

core/lib/Drupal/Core/DependencyInjection/ClassResolverInterface.php, line 24

Class

ClassResolverInterface
Provides an interface to get a instance of a class with dependency injection.

Namespace

Drupal\Core\DependencyInjection

Code

public function getInstanceFromDefinition($definition);

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!DependencyInjection!ClassResolverInterface.php/function/ClassResolverInterface::getInstanceFromDefinition/8.1.x