You are here

public function DomainElementManagerInterface::disallowedOptions in Domain Access 8

Finds options not accessible to the current user.

Parameters

\Drupal\Core\Form\FormStateInterface $form_state: The form state object.

array $field: The field element being processed.

1 method overrides DomainElementManagerInterface::disallowedOptions()
DomainElementManager::disallowedOptions in domain/src/DomainElementManager.php
Finds options not accessible to the current user.

File

domain/src/DomainElementManagerInterface.php, line 63

Class

DomainElementManagerInterface
Handles hidden field options for domain entity references.

Namespace

Drupal\domain

Code

public function disallowedOptions(FormStateInterface $form_state, array $field);