public function FormModeManagerInterface::tasksIsPrimary in Form mode manager 8.2
Same name and namespace in other branches
- 8 src/FormModeManagerInterface.php \Drupal\form_mode_manager\FormModeManagerInterface::tasksIsPrimary()
Determine Local tasks position for an entity.
Parameters
string $entity_type_id: The entity type id.
Return value
bool True if tasks does display at primary position.
1 method overrides FormModeManagerInterface::tasksIsPrimary()
- FormModeManager::tasksIsPrimary in src/
FormModeManager.php - Determine Local tasks position for an entity.
File
- src/
FormModeManagerInterface.php, line 214
Class
- FormModeManagerInterface
- Interface FormModeManagerInterface.
Namespace
Drupal\form_mode_managerCode
public function tasksIsPrimary($entity_type_id);