Interface DrupalJsonApiParamsInterface

interface DrupalJsonApiParamsInterface {
    initialize(input: string | object | DrupalJsonApiParamsInterface): this;
    getQueryObject(): object;
}

Implemented by

Methods

  • Returns object