constant Breakpoint::SOURCE_TYPE_MODULE

Denotes that a breakpoint or breakpoint group is defined by a module.

File

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

Class

Breakpoint
Defines the Breakpoint entity.

Namespace

Drupal\breakpoint\Plugin\Core\Entity

Code

const SOURCE_TYPE_MODULE = 'module';