function AddToAllBundles::__construct
File
-
core/
modules/ field/ src/ Plugin/ ConfigAction/ AddToAllBundles.php, line 31
Class
- AddToAllBundles
- Adds a field to all bundles of its target entity type.
Namespace
Drupal\field\Plugin\ConfigActionCode
public function __construct(private readonly EntityTypeManagerInterface $entityTypeManager, private readonly EntityTypeBundleInfoInterface $entityTypeBundleInfo, private readonly ConfigManagerInterface $configManager) {
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.