You are here

public function TemplateInterface::getWeight in Wysiwyg API template plugin 8.2

Same name and namespace in other branches
  1. 3.0.x modules/wysiwyg_template_core/src/TemplateInterface.php \Drupal\wysiwyg_template_core\TemplateInterface::getWeight()

Gets the template weight.

Return value

int The template weight.

1 method overrides TemplateInterface::getWeight()
Template::getWeight in src/Entity/Template.php
Gets the template weight.

File

modules/wysiwyg_template_core/src/TemplateInterface.php, line 42

Class

TemplateInterface
Provides an interface for defining Template entities.

Namespace

Drupal\wysiwyg_template_core

Code

public function getWeight() : int;