public function ChangeMultipleOgMembershipRolesBase::execute in Organic groups 8
Executes the plugin.
Overrides ExecutableInterface::execute
File
- src/
Plugin/ Action/ ChangeMultipleOgMembershipRolesBase.php, line 84
Class
- ChangeMultipleOgMembershipRolesBase
- Provides a base class for actions that change multiple roles at once.
Namespace
Drupal\og\Plugin\ActionCode
public function execute($object = NULL) {
$this
->executeMultiple([
$object,
]);
}