Action.php

Same filename in this branch
  1. 9 core/modules/system/src/Entity/Action.php
  2. 9 core/modules/system/src/Plugin/migrate/source/Action.php
  3. 9 core/lib/Drupal/Core/Annotation/Action.php
Same filename and directory in other branches
  1. 8.9.x core/modules/action/src/Plugin/migrate/source/Action.php
  2. 8.9.x core/modules/system/src/Entity/Action.php
  3. 8.9.x core/lib/Drupal/Core/Annotation/Action.php
  4. 10 core/modules/system/src/Entity/Action.php
  5. 10 core/modules/system/src/Plugin/migrate/source/Action.php
  6. 10 core/lib/Drupal/Core/Action/Attribute/Action.php
  7. 10 core/lib/Drupal/Core/Annotation/Action.php
  8. 11.x core/modules/system/src/Entity/Action.php
  9. 11.x core/modules/system/src/Plugin/migrate/source/Action.php
  10. 11.x core/lib/Drupal/Core/Action/Attribute/Action.php
  11. 11.x core/lib/Drupal/Core/Annotation/Action.php

Namespace

Drupal\action\Plugin\migrate\source

File

core/modules/action/src/Plugin/migrate/source/Action.php

View source
<?php

namespace Drupal\action\Plugin\migrate\source;

@trigger_error('The ' . __NAMESPACE__ . '\\Action is deprecated in drupal:9.4.0 and is removed from drupal:10.0.0. Use \\Drupal\\system\\Plugin\\migrate\\source\\Action instead. See https://www.drupal.org/node/3110401', E_USER_DEPRECATED);
use Drupal\system\Plugin\migrate\source\Action as SystemAction;

/**
 * Drupal 6/7 action source from database.
 *
 * For available configuration keys, refer to the parent classes.
 *
 * @see \Drupal\migrate\Plugin\migrate\source\SqlBase
 * @see \Drupal\migrate\Plugin\migrate\source\SourcePluginBase
 *
 * @deprecated in drupal:9.4.0 and is removed from drupal:10.0.0. Use
 *   \Drupal\system\Plugin\migrate\source\Action instead.
 *
 * @see https://www.drupal.org/node/3110401
 */
class Action extends SystemAction {

}

Classes

Title Deprecated Summary
Action

in drupal:9.4.0 and is removed from drupal:10.0.0. Use \Drupal\system\Plugin\migrate\source\Action instead.

Drupal 6/7 action source from database.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.