function FieldUiLocalTask::create
Same name in other branches
- 9 core/modules/field_ui/src/Plugin/Derivative/FieldUiLocalTask.php \Drupal\field_ui\Plugin\Derivative\FieldUiLocalTask::create()
- 8.9.x core/modules/field_ui/src/Plugin/Derivative/FieldUiLocalTask.php \Drupal\field_ui\Plugin\Derivative\FieldUiLocalTask::create()
- 10 core/modules/field_ui/src/Plugin/Derivative/FieldUiLocalTask.php \Drupal\field_ui\Plugin\Derivative\FieldUiLocalTask::create()
Overrides ContainerDeriverInterface::create
1 call to FieldUiLocalTask::create()
- FieldUiHooks::localTasksAlter in core/
modules/ field_ui/ src/ Hook/ FieldUiHooks.php - Implements hook_local_tasks_alter().
File
-
core/
modules/ field_ui/ src/ Plugin/ Derivative/ FieldUiLocalTask.php, line 63
Class
- FieldUiLocalTask
- Provides local task definitions for all entity bundles.
Namespace
Drupal\field_ui\Plugin\DerivativeCode
public static function create(ContainerInterface $container, $base_plugin_id) {
return new static($container->get('router.route_provider'), $container->get('entity_type.manager'), $container->get('string_translation'), $container->get('entity_display.repository'));
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.