public function SectionAssociationInterface::getCurrentRoleIds in Workbench Access 8
Returns an array of currently assigned role ids for the section.
Return value
array A positional array of role ids.
1 method overrides SectionAssociationInterface::getCurrentRoleIds()
- SectionAssociation::getCurrentRoleIds in src/
Entity/ SectionAssociation.php - Returns an array of currently assigned role ids for the section.
File
- src/
Entity/ SectionAssociationInterface.php, line 36
Class
- SectionAssociationInterface
- An interface for Section Association entity.
Namespace
Drupal\workbench_access\EntityCode
public function getCurrentRoleIds();