You are here

public function ContributorCategoryInterface::getWeight in Bibliography & Citation 2.0.x

Same name and namespace in other branches
  1. 8 modules/bibcite_entity/src/Entity/ContributorCategoryInterface.php \Drupal\bibcite_entity\Entity\ContributorCategoryInterface::getWeight()

Get weight of the Contributor category.

Return value

int Weight of the Contributor category.

1 method overrides ContributorCategoryInterface::getWeight()
ContributorCategory::getWeight in modules/bibcite_entity/src/Entity/ContributorCategory.php
Get weight of the Contributor category.

File

modules/bibcite_entity/src/Entity/ContributorCategoryInterface.php, line 18

Class

ContributorCategoryInterface
Provides an interface for defining Contributor category entities.

Namespace

Drupal\bibcite_entity\Entity

Code

public function getWeight();