You are here

public function ResourceManagerInterface::getPlugins in RESTful 7.2

Gets the plugin collection for this plugin manager.

Parameters

bool $only_enabled: Only get the enabled resources. Defaults to TRUE.

Return value

ResourcePluginCollection The plugin collection.

1 method overrides ResourceManagerInterface::getPlugins()
ResourceManager::getPlugins in src/Resource/ResourceManager.php
Gets the plugin collection for this plugin manager.

File

src/Resource/ResourceManagerInterface.php, line 27
Contains \Drupal\restful\Resource\ResourceManagerInterface.

Class

ResourceManagerInterface

Namespace

Drupal\restful\Resource

Code

public function getPlugins($only_enabled = TRUE);