You are here

public function FormModeManagerInterface::tasksIsPrimary in Form mode manager 8

Same name and namespace in other branches
  1. 8.2 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 181

Class

FormModeManagerInterface
Interface FormModeManagerInterface.

Namespace

Drupal\form_mode_manager

Code

public function tasksIsPrimary($entity_type_id);