Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. StateInterface.php

function StateInterface::canTransitionTo

Determines if the state can transition to the provided state ID.

Parameters

$to_state_id: The state to transition to.

Return value

bool TRUE if the state can transition to the provided state ID. FALSE, if not.

2 methods override StateInterface::canTransitionTo()
ContentModerationState::canTransitionTo in core/modules/content_moderation/src/ContentModerationState.php
Determines if the state can transition to the provided state ID.
State::canTransitionTo in core/modules/workflows/src/State.php
Determines if the state can transition to the provided state ID.

File

core/modules/workflows/src/StateInterface.php, line 52

Class

StateInterface
An interface for state value objects.

Namespace

Drupal\workflows

Code

public function canTransitionTo($to_state_id);

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal