You are here

public function EntityFieldValueAccessDeniedEvent::setIndex in Permissions by Term 8

Same name and namespace in other branches
  1. 8.2 modules/permissions_by_entity/src/Event/EntityFieldValueAccessDeniedEvent.php \Drupal\permissions_by_entity\Event\EntityFieldValueAccessDeniedEvent::setIndex()

Sets the index.

Parameters

int $index: The current index.

File

modules/permissions_by_entity/src/Event/EntityFieldValueAccessDeniedEvent.php, line 110

Class

EntityFieldValueAccessDeniedEvent
Class EntityFieldValueAccessDeniedEvent.

Namespace

Drupal\permissions_by_entity\Event

Code

public function setIndex($index) {
  $this->index = $index;
}