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

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

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