public function UserSectionStorageInterface::getPotentialEditors in Workbench Access 8
Gets a list of editors who may be assigned to a section.
This method does not remove editors already assigned to a section.
Parameters
string $id: The section id.
Return value
array An array of user ids.
1 method overrides UserSectionStorageInterface::getPotentialEditors()
- UserSectionStorage::getPotentialEditors in src/
UserSectionStorage.php - Gets a list of editors who may be assigned to a section.
File
- src/
UserSectionStorageInterface.php, line 69
Class
- UserSectionStorageInterface
- Defines an interface for storing and retrieving sections for a user.
Namespace
Drupal\workbench_accessCode
public function getPotentialEditors($id);