constant Breakpoint::SOURCE_TYPE_USER_DEFINED

Denotes that a breakpoint or breakpoint group is defined by the user.

File

drupal/core/modules/breakpoint/lib/Drupal/breakpoint/Plugin/Core/Entity/Breakpoint.php, line 53
Definition of Drupal\breakpoint\Plugin\Core\Entity\Breakpoint.

Class

Breakpoint
Defines the Breakpoint entity.

Namespace

Drupal\breakpoint\Plugin\Core\Entity

Code

const SOURCE_TYPE_USER_DEFINED = 'custom';