Action.php
Same filename in this branch
Same filename in other branches
- 8.9.x core/modules/action/src/Plugin/migrate/source/Action.php
- 8.9.x core/modules/system/src/Entity/Action.php
- 8.9.x core/lib/Drupal/Core/Annotation/Action.php
- 10 core/modules/system/src/Entity/Action.php
- 10 core/modules/system/src/Plugin/migrate/source/Action.php
- 10 core/lib/Drupal/Core/Action/Attribute/Action.php
- 10 core/lib/Drupal/Core/Annotation/Action.php
- 11.x core/modules/system/src/Entity/Action.php
- 11.x core/modules/system/src/Plugin/migrate/source/Action.php
- 11.x core/lib/Drupal/Core/Action/Attribute/Action.php
- 11.x core/lib/Drupal/Core/Annotation/Action.php
Namespace
Drupal\action\Plugin\migrate\sourceFile
-
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.