eZ\Publish\Core\FieldType\Tests\RelationTest::getSettingsSchemaExpectation PHP Метод

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

Returns the settings schema expected from the field type.
protected getSettingsSchemaExpectation ( ) : array
Результат array
    protected function getSettingsSchemaExpectation()
    {
        return array('selectionMethod' => array('type' => 'int', 'default' => RelationType::SELECTION_BROWSE), 'selectionRoot' => array('type' => 'string', 'default' => null));
    }