Skip to content

v0.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Jan 19:39
· 179 commits to main since this release

Added

  • Integration with symfony service type provider for \Drupal::service
  • Config entity support (autocomplete, references)
  • Field properties autocomplete e.g. $node->get('field_address')->addr| (it will autocomplete address_line1, address_line2)
  • Node::load/create/loadMultiple type provider
  • Almost all base fields are autocompleted now. (fields specified in a few static methods on the same class WIP)
  • Storage autocomplete for getAccessControlHandler, getStorage, getViewBuilder, getListBuilder, getFormObject, getRouteProviders, hasHandler methods.
  • Type provider for storage again work! But now it provider only interfaces

Fixed

  • Fixed bug related to broken entities type provider.
  • Fields autocomplete in inappropriate places.