Skip to content

Commit

Permalink
Merge branch 'release-7.0.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jan 13, 2025
2 parents 5300c44 + d8266a3 commit 529920b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions model/menuStructure/Action.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,12 @@ interface Action
*/
public const GROUP_DEFAULT = 'tree';

/**
* Default value of action weight
* @var int
*/
public const WEIGHT_DEFAULT = 0;

/**
* @return string Identifier of action
*/
Expand Down Expand Up @@ -103,4 +109,9 @@ public function isMultiple();
* @return array
*/
public function getRequiredRights();

/**
* @return int Weight of the action
*/
public function getWeight();
}

0 comments on commit 529920b

Please sign in to comment.