You are here

public function TemplateInterface::getWeight in Wysiwyg API template plugin 3.0.x

Same name and namespace in other branches
  1. 8.2 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 43

Class

TemplateInterface
Provides an interface for defining Template entities.

Namespace

Drupal\wysiwyg_template_core

Code

public function getWeight() : int;