You are here

public property Breakpoint::$sourceType in Breakpoints 8

The breakpoint source type.

Allowed values: Breakpoint::SOURCE_TYPE_THEME Breakpoint::SOURCE_TYPE_MODULE Breakpoint::SOURCE_TYPE_CUSTOM

Type: string

File

lib/Drupal/breakpoint/Breakpoint.php, line 99
Definition of Drupal\breakpoint\Breakpoint.

Class

Breakpoint
Defines the Breakpoint entity.

Namespace

Drupal\breakpoint

Code

public $sourceType = Breakpoint::SOURCE_TYPE_CUSTOM;