public function ResourceInterface::isEnabled in RESTful 7.2
Checks if the resource is enabled.
Return value
bool TRUE if the resource plugin is enabled.
2 methods override ResourceInterface::isEnabled()
- Resource::isEnabled in src/
Plugin/ resource/ Resource.php - Checks if the resource is enabled.
- ResourceDecoratorBase::isEnabled in src/
Plugin/ resource/ Decorators/ ResourceDecoratorBase.php - Checks if the resource is enabled.
File
- src/
Plugin/ resource/ ResourceInterface.php, line 338 - Contains \Drupal\restful\Plugin\resource\ResourceInterface.
Class
- ResourceInterface
- Interface ResourceInterface.
Namespace
Drupal\restful\Plugin\resourceCode
public function isEnabled();