You are here

public function CookieCategoryInterface::getWeight in EU Cookie Compliance (GDPR Compliance) 2.0.x

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

Get this category's weight.

Return value

int The weight of this category.

1 method overrides CookieCategoryInterface::getWeight()
CookieCategory::getWeight in src/Entity/CookieCategory.php
Get this category's weight.

File

src/Entity/CookieCategoryInterface.php, line 18

Class

CookieCategoryInterface
Provides an interface for defining Cookie category entities.

Namespace

Drupal\eu_cookie_compliance\Entity

Code

public function getWeight();