You are here

public function AcceptanceMethodPluginManager::getExistingUserPluginOptions in Entity Legal 8

Get existing user plugin option list.

Return value

array

File

src/Plugin/AcceptanceMethodPluginManager.php, line 105
Contains \Drupal\entity_legal\Plugin\AcceptanceMethodPluginManager.

Class

AcceptanceMethodPluginManager
Plugin type manager for acceptance methods.

Namespace

Drupal\entity_legal\Plugin

Code

public function getExistingUserPluginOptions() {
  $existing_user_plugins = $this
    ->getExistingUserPlugins();
  return $this
    ->getPluginsListAsOptions($existing_user_plugins);
}