You are here

public function DomainStorageInterface::loadOptionsList in Domain Access 8

Returns the list of domains formatted for a form options list.

Return value

array A weight-sorted array of id => label for use in forms.

1 method overrides DomainStorageInterface::loadOptionsList()
DomainStorage::loadOptionsList in domain/src/DomainStorage.php
Returns the list of domains formatted for a form options list.

File

domain/src/DomainStorageInterface.php, line 56

Class

DomainStorageInterface
Provides an interface for domain entity storage.

Namespace

Drupal\domain

Code

public function loadOptionsList();