eZ\Publish\Core\Persistence\Legacy\Content\UrlAlias\SlugConverter::__construct PHP Method

__construct() public method

Creates a new URL slug converter.
public __construct ( TransformationProcessor $transformationProcessor, array $configuration = [] )
$transformationProcessor eZ\Publish\Core\Persistence\TransformationProcessor
$configuration array
    public function __construct(TransformationProcessor $transformationProcessor, array $configuration = array())
    {
        $this->transformationProcessor = $transformationProcessor;
        $this->configuration = $configuration + $this->configuration;
    }