You are here

public function ResourceInterface::getResourceName in RESTful 7.2

Gets the resource name.

@returns string The name of the current resource.

2 methods override ResourceInterface::getResourceName()
Resource::getResourceName in src/Plugin/resource/Resource.php
Gets the resource name.
ResourceDecoratorBase::getResourceName in src/Plugin/resource/Decorators/ResourceDecoratorBase.php
Gets the resource name.

File

src/Plugin/resource/ResourceInterface.php, line 139
Contains \Drupal\restful\Plugin\resource\ResourceInterface.

Class

ResourceInterface
Interface ResourceInterface.

Namespace

Drupal\restful\Plugin\resource

Code

public function getResourceName();