function RestResourceConfig::getResourcePlugin

Retrieves the REST resource plugin.

Return value

\Drupal\rest\Plugin\ResourceInterface The resource plugin

Overrides RestResourceConfigInterface::getResourcePlugin

File

core/modules/rest/src/Entity/RestResourceConfig.php, line 105

Class

RestResourceConfig
Defines a RestResourceConfig configuration entity class.

Namespace

Drupal\rest\Entity

Code

public function getResourcePlugin() {
  return $this->getPluginCollections()['resource']
    ->get($this->plugin_id);
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.