jhedstrom / DrupalDriver

A collection of drivers for controlling Drupal.
GNU General Public License v2.0
64 stars 95 forks source link

Add FieldHandler for Name fields #268

Open sensespidey opened 7 months ago

sensespidey commented 7 months ago

Since it looks like #155 seems to be stalled, and I don't see another way of adding a project-level FieldHandler class to provide support for contributed modules, I need a way to support Name fields while creating entities with Drupal Driver.

I've implemented a simple NameHandler.php within the drupal-driver src namespace. It's extremely minimal for the moment, but serves my current purpose, so I won't bother to flesh it out further, since it probably shouldn't live here anyway. PR incoming.