function RestResourceConfigInterface::getResourcePlugin

Retrieves the REST resource plugin.

Return value

\Drupal\rest\Plugin\ResourceInterface The resource plugin

1 method overrides RestResourceConfigInterface::getResourcePlugin()
RestResourceConfig::getResourcePlugin in core/modules/rest/src/Entity/RestResourceConfig.php
Retrieves the REST resource plugin.

File

core/modules/rest/src/RestResourceConfigInterface.php, line 29

Class

RestResourceConfigInterface
Defines a configuration entity to store enabled REST resources.

Namespace

Drupal\rest

Code

public function getResourcePlugin();

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