Search for create

  1. Search 7.x-2.x for create
  2. Other projects
Title Object type File name Summary
EntityPathAliasCreateDeriver class src/Plugin/RulesAction/EntityPathAliasCreateDeriver.php Derives entity create plugin definitions based on content entity types.
EntityPathAliasCreateDeriver.php file src/Plugin/RulesAction/EntityPathAliasCreateDeriver.php
EntityPathAliasCreateDeriver::$entityTypeManager property src/Plugin/RulesAction/EntityPathAliasCreateDeriver.php The entity type manager.
EntityPathAliasCreateDeriver::create function src/Plugin/RulesAction/EntityPathAliasCreateDeriver.php Creates a new class instance.
EntityPathAliasCreateDeriver::getDerivativeDefinitions function src/Plugin/RulesAction/EntityPathAliasCreateDeriver.php Gets the definition of all derivatives of a base plugin.
EntityPathAliasCreateDeriver::__construct function src/Plugin/RulesAction/EntityPathAliasCreateDeriver.php Creates a new EntityPathAliasCreateDeriver object.
EntityPathAliasCreateTest class tests/src/Unit/Integration/RulesAction/EntityPathAliasCreateTest.php @coversDefaultClass \Drupal\rules\Plugin\RulesAction\EntityPathAliasCreate
@group RulesAction
EntityPathAliasCreateTest.php file tests/src/Unit/Integration/RulesAction/EntityPathAliasCreateTest.php
EntityPathAliasCreateTest::$action property tests/src/Unit/Integration/RulesAction/EntityPathAliasCreateTest.php The action to be tested.
EntityPathAliasCreateTest::$aliasStorage property tests/src/Unit/Integration/RulesAction/EntityPathAliasCreateTest.php The mocked alias storage service.
EntityPathAliasCreateTest::getMockEntity function tests/src/Unit/Integration/RulesAction/EntityPathAliasCreateTest.php Creates a mock entity.
EntityPathAliasCreateTest::setUp function tests/src/Unit/Integration/RulesAction/EntityPathAliasCreateTest.php
EntityPathAliasCreateTest::testActionExecutionWithSavedEntity function tests/src/Unit/Integration/RulesAction/EntityPathAliasCreateTest.php Tests the action execution with a saved entity.
EntityPathAliasCreateTest::testActionExecutionWithUnsavedEntity function tests/src/Unit/Integration/RulesAction/EntityPathAliasCreateTest.php Tests the action execution with an unsaved entity.
EntityPathAliasCreateTest::testSummary function tests/src/Unit/Integration/RulesAction/EntityPathAliasCreateTest.php Tests the summary.
EntityPresaveDeriver::create function src/Plugin/RulesEvent/EntityPresaveDeriver.php Creates a new class instance.
EntityTypeOptions::create function src/TypedData/Options/EntityTypeOptions.php Instantiates a new instance of this class.
EntityUpdateDeriver::create function src/Plugin/RulesEvent/EntityUpdateDeriver.php Creates a new class instance.
EntityViewDeriver::create function src/Plugin/RulesEvent/EntityViewDeriver.php Creates a new class instance.
ExecutionMetadataState::create function src/Context/ExecutionMetadataState.php Creates the object.
ExecutionMetadataStateInterface::create function src/Context/ExecutionMetadataStateInterface.php Creates the object.
ExecutionState::create function src/Context/ExecutionState.php Creates the object.
ExpressionContainerBase::create function src/Engine/ExpressionContainerBase.php
ExpressionManager::createAction function src/Engine/ExpressionManager.php Creates a new action expression.
ExpressionManager::createActionSet function src/Engine/ExpressionManager.php Creates a new action set.
ExpressionManager::createAnd function src/Engine/ExpressionManager.php Creates a new 'and' condition container.
ExpressionManager::createCondition function src/Engine/ExpressionManager.php Creates a new condition expression.
ExpressionManager::createInstance function src/Engine/ExpressionManager.php
ExpressionManager::createOr function src/Engine/ExpressionManager.php Creates a new 'or' condition container.
ExpressionManager::createRule function src/Engine/ExpressionManager.php Creates a new rule.
ExpressionManagerInterface::createAction function src/Engine/ExpressionManagerInterface.php Creates a new action expression.
ExpressionManagerInterface::createActionSet function src/Engine/ExpressionManagerInterface.php Creates a new action set.
ExpressionManagerInterface::createAnd function src/Engine/ExpressionManagerInterface.php Creates a new 'and' condition container.
ExpressionManagerInterface::createCondition function src/Engine/ExpressionManagerInterface.php Creates a new condition expression.
ExpressionManagerInterface::createInstance function src/Engine/ExpressionManagerInterface.php
ExpressionManagerInterface::createOr function src/Engine/ExpressionManagerInterface.php Creates a new 'or' condition container.
ExpressionManagerInterface::createRule function src/Engine/ExpressionManagerInterface.php Creates a new rule.
FieldListOptions::create function src/TypedData/Options/FieldListOptions.php Instantiates a new instance of this class.
IpIsBanned::create function src/Plugin/Condition/IpIsBanned.php Creates an instance of the plugin.
LanguageOptions::create function src/TypedData/Options/LanguageOptions.php Instantiates a new instance of this class.
NodeTypeOptions::create function src/TypedData/Options/NodeTypeOptions.php Instantiates a new instance of this class.
PathAliasCreate class src/Plugin/RulesAction/PathAliasCreate.php Provides a 'Create any path alias' action.
PathAliasCreate.php file src/Plugin/RulesAction/PathAliasCreate.php
PathAliasCreate::$aliasStorage property src/Plugin/RulesAction/PathAliasCreate.php The alias storage service.
PathAliasCreate::create function src/Plugin/RulesAction/PathAliasCreate.php Creates an instance of the plugin.
PathAliasCreate::doExecute function src/Plugin/RulesAction/PathAliasCreate.php Creates an alias for an existing path.
PathAliasCreate::__construct function src/Plugin/RulesAction/PathAliasCreate.php Constructs a PathAliasCreate object.
PathAliasCreateTest class tests/src/Unit/Integration/RulesAction/PathAliasCreateTest.php @coversDefaultClass \Drupal\rules\Plugin\RulesAction\PathAliasCreate
@group RulesAction
PathAliasCreateTest.php file tests/src/Unit/Integration/RulesAction/PathAliasCreateTest.php
PathAliasCreateTest::$action property tests/src/Unit/Integration/RulesAction/PathAliasCreateTest.php The action to be tested.