eZ\Publish\Core\FieldType\Page\Type::createValueFromInput PHP Метод

createValueFromInput() защищенный Метод

Inspects given $inputValue and potentially converts it into a dedicated value object.
protected createValueFromInput ( Value $inputValue ) : Value
$inputValue Value
Результат Value The potentially converted and structurally plausible value.
    protected function createValueFromInput($inputValue)
    {
        return $inputValue;
    }