Automatically generated entity classes per bundle for better IDE integration

Categories

Component ID

2335463

Component name

Automatically generated entity classes per bundle for better IDE integration

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Downloads

528

Component created

Component changed

Component body

This module allows you to autocomplete fields in your favorite IDE (ie. PhpStorm) like this:

$node = NodeArticle::create();
$node->field_[autocomplete]

Autocomplete example