You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
public function &get($instance_id) {
$resource = parent::get($instance_id);
// Allow altering the resource, this way we can read the resource's
// definition to return a different class that is using composition.
drupal_alter('restful_resource', $resource);
$resource = $resource->isEnabled() ? $resource : NULL;
}
The text was updated successfully, but these errors were encountered:
All hooks hook_restful_resource_alter are called all time when resource getting from resource collection.
/restful/src/Resource/ResourcePluginCollection.php
The text was updated successfully, but these errors were encountered: