eZ\Publish\Core\FieldType\Tests\IntegerTest::getValidatorConfigurationSchemaExpectation PHP Метод

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

Returns the validator configuration schema expected from the field type.
protected getValidatorConfigurationSchemaExpectation ( ) : array
Результат array
    protected function getValidatorConfigurationSchemaExpectation()
    {
        return array('IntegerValueValidator' => array('minIntegerValue' => array('type' => 'int', 'default' => null), 'maxIntegerValue' => array('type' => 'int', 'default' => null)));
    }