interface BreakpointInterface (View source)

Interface for Breakpoint plugins.

Methods

string
getLabel()

Returns the translated label.

int
getWeight()

Returns the weight.

string
getMediaQuery()

Returns the media query.

array
getMultipliers()

Returns the multipliers.

string
getProvider()

Returns the provider.

string
getGroup()

Returns the breakpoint group.

Details

string getLabel()

Returns the translated label.

Return Value

string

The translated label.

int getWeight()

Returns the weight.

Return Value

int

The weight.

string getMediaQuery()

Returns the media query.

Return Value

string

The media query.

array getMultipliers()

Returns the multipliers.

Return Value

array

The multipliers.

string getProvider()

Returns the provider.

Return Value

string

The provider.

string getGroup()

Returns the breakpoint group.

Return Value

string

The breakpoint group.