public function SectionAssociation::getSchemeId in Workbench Access 8
Returns the scheme id for the Section Association.
Overrides SectionAssociationInterface::getSchemeId
File
- src/
Entity/ SectionAssociation.php, line 111
Class
- SectionAssociation
- Defines the workbench_access SectionAssociation class.
Namespace
Drupal\workbench_access\EntityCode
public function getSchemeId() {
return $this
->bundle();
}