-
In Drupal 7 when you do "drush vget [varname]" it always shows the variable as it would be presented to Drupal's UI, including any variables that are overridden via the appropriate settings.php file. …
-
Hi,
I am working with symfony2.8 and dunglas bundle.
This is my services.yml:
services:
# API
```
resource.member:
parent: "api.resource"
arguments: [ "AppBundle\\Entity\\User" ]
call…
-
I'm need of a custom route ordering/matching for my project and I can't find a way to do so. First I should say that we use singular resources so the pluralize option is set to false. My project uses …
-
### Issue
I'm getting the error in the title when clearing my local storage and then triggering a replication with the remote server.
### Info
- Environment: browser
- Platform: Chrome
- Adapter: Ind…
-
Hello,
I'm searching the way to :
- Modify route name, example : rename route ../api/contacts to api/persons
- Override a controller specific action for a given entity. example : to format returned …
-
Hi
## Steps to reproduce
### Main site
- create a new site with the standard profile named "Main site"
- create a custom content type named "Test"
- create two custom fields named "Test" (text field)…
-
We have a setup when we have to varnish an Envoy-fronted server, and have defined Varnish [probes](https://www.varnish-cache.org/trac/wiki/BackendPolling#Howtoconfigurepolling) to test the backend hea…
-
Dividing the functionality between cpass, cget, and cput is getting annoying
-
Hello,
following the doc, to enable serialization group on property, it's needed to set annotations :
``` php
/**
* @Groups({"contacts"})
*/
protected $moyensComm;
```
I would li…
-
I read your recent article.
I am notoriously lazy (and I don't know much at all).
Wget I am using a lot because "wget url" is so simple. I did not even know that you could use curl with an option to…
ghost updated
8 years ago