12 calls to _workflow_info_fields() in Workflow 8
- Workflow::isDeletable in src/
Entity/ Workflow.php - Returns if the Workflow may be deleted.
- WorkflowFieldConstraintValidator::isValidFieldname in src/
Plugin/ Validation/ Constraint/ WorkflowFieldConstraintValidator.php - WorkflowHistoryAccess::access in src/
Access/ WorkflowHistoryAccess.php - Check if the user has permissions to view this workflow.
- WorkflowItem::storageSettingsForm in src/
Plugin/ Field/ FieldType/ WorkflowItem.php - Implements hook_field_settings_form() -> ConfigFieldItemInterface::settingsForm().
- WorkflowState::count in src/
Entity/ WorkflowState.php - Returns the number of entities with this state.
- WorkflowState::deactivate in src/
Entity/ WorkflowState.php - Deactivate a Workflow State, moving existing content to a given State.
- WorkflowStateActionBase::buildConfigurationForm in src/
Plugin/ Action/ WorkflowStateActionBase.php - Form constructor.
- WorkflowTransitionBlock::blockAccess in src/
Plugin/ Block/ WorkflowTransitionBlock.php - Indicates whether the block should be shown.
- WorkflowTransitionListBuilder::showColumnFieldname in src/
WorkflowTransitionListBuilder.php - Determines if the column 'Field name' must be shown.
- workflow_entity_delete in ./
workflow.module - Implements hook_entity_delete().
- workflow_get_workflows_by_type in ./
workflow.module - Get a specific workflow, given an entity type. Only one workflow is possible per node type. Caveat: gives undefined results with multiple workflows per entity. @todo Support multiple workflows per entity.
- workflow_get_workflow_field_names in ./
workflow.module - Gets an Options list of field names.