| CurrentDateContext::getAvailableContexts |
function |
src/ContextProvider/CurrentDateContext.php |
Gets all available contexts for the purposes of configuration. |
| CurrentDateContext::getRuntimeContexts |
function |
src/ContextProvider/CurrentDateContext.php |
Gets runtime context values for the given context IDs. |
| CurrentDateContextTest::testGetAvailableContexts |
function |
tests/src/Kernel/ContextProvider/CurrentDateContextTest.php |
@covers ::getAvailableContexts[[api-linebreak]] |
| CurrentPathContext::getAvailableContexts |
function |
src/ContextProvider/CurrentPathContext.php |
Gets all available contexts for the purposes of configuration. |
| CurrentPathContext::getRuntimeContexts |
function |
src/ContextProvider/CurrentPathContext.php |
Gets runtime context values for the given context IDs. |
| CurrentPathContextTest::testGetAvailableContexts |
function |
tests/src/Kernel/ContextProvider/CurrentPathContextTest.php |
@covers ::getAvailableContexts[[api-linebreak]] |
| CurrentPathDataDefinition::getPropertyDefinitions |
function |
src/TypedData/Type/CurrentPathDataDefinition.php |
Gets an array of property definitions of contained properties. |
| DataConvertTest::testInvalidTargetTypeException |
function |
tests/src/Unit/Integration/RulesAction/DataConvertTest.php |
Test the behavior if nonsense target_type is set. |
| DataProcessorManagerTrait::getDataProcessorManager |
function |
src/Context/DataProcessorManagerTrait.php |
Gets the data processor manager. |
| DeleteEventForm::getCancelUrl |
function |
src/Form/DeleteEventForm.php |
Returns the route to go to if the user cancels the action. |
| DeleteEventForm::getConfirmText |
function |
src/Form/DeleteEventForm.php |
Returns a caption for the button that confirms the action. |
| DeleteEventForm::getFormId |
function |
src/Form/DeleteEventForm.php |
Returns a unique string identifying the form. |
| DeleteEventForm::getQuestion |
function |
src/Form/DeleteEventForm.php |
Returns the question to ask the user. |
| DeleteExpressionForm::getCancelUrl |
function |
src/Form/DeleteExpressionForm.php |
Returns the route to go to if the user cancels the action. |
| DeleteExpressionForm::getConfirmText |
function |
src/Form/DeleteExpressionForm.php |
Returns a caption for the button that confirms the action. |
| DeleteExpressionForm::getFormId |
function |
src/Form/DeleteExpressionForm.php |
Returns a unique string identifying the form. |
| DeleteExpressionForm::getQuestion |
function |
src/Form/DeleteExpressionForm.php |
Returns the question to ask the user. |
| DispatchForm::getFormId |
function |
tests/modules/rules_test_event/src/Form/DispatchForm.php |
Returns a unique string identifying the form. |
| EditExpressionForm::getEditedExpression |
function |
src/Form/EditExpressionForm.php |
Gets the currently edited expression from the given component. |
| EditExpressionForm::getFormId |
function |
src/Form/EditExpressionForm.php |
Returns a unique string identifying the form. |
| EditExpressionForm::getTitle |
function |
src/Form/EditExpressionForm.php |
Provides the page title on the form. |
| EmailTypeOptions::getPossibleOptions |
function |
src/TypedData/Options/EmailTypeOptions.php |
Returns an array of possible values with labels for display. |
| EmbeddedComponentForm::getFormHandler |
function |
src/Form/EmbeddedComponentForm.php |
Gets the form handler for the component's expression. |
| EmbeddedComponentForm::getFormId |
function |
src/Form/EmbeddedComponentForm.php |
Returns a unique string identifying the form. |
| EntityBundleOptions::getPossibleOptions |
function |
src/TypedData/Options/EntityBundleOptions.php |
Returns an array of possible values with labels for display. |
| EntityContextDefinition::getAssignmentRestriction |
function |
src/Context/EntityContextDefinition.php |
Determines if this context has an assignment restriction. |
| EntityCreateDeriver::getDerivativeDefinitions |
function |
src/Plugin/RulesAction/EntityCreateDeriver.php |
Gets the definition of all derivatives of a base plugin. |
| EntityDeleteDeriver::getDerivativeDefinitions |
function |
src/Plugin/RulesEvent/EntityDeleteDeriver.php |
Gets the definition of all derivatives of a base plugin. |
| EntityInsertDeriver::getDerivativeDefinitions |
function |
src/Plugin/RulesEvent/EntityInsertDeriver.php |
Gets the definition of all derivatives of a base plugin. |
| EntityPathAliasCreateDeriver::getDerivativeDefinitions |
function |
src/Plugin/RulesAction/EntityPathAliasCreateDeriver.php |
Gets the definition of all derivatives of a base plugin. |
| EntityPathAliasCreateTest::getMockEntity |
function |
tests/src/Unit/Integration/RulesAction/EntityPathAliasCreateTest.php |
Creates a mock entity. |
| EntityPresaveDeriver::getDerivativeDefinitions |
function |
src/Plugin/RulesEvent/EntityPresaveDeriver.php |
Gets the definition of all derivatives of a base plugin. |
| EntityTypeOptions::getPossibleOptions |
function |
src/TypedData/Options/EntityTypeOptions.php |
Returns an array of possible values with labels for display. |
| EntityUpdateDeriver::getDerivativeDefinitions |
function |
src/Plugin/RulesEvent/EntityUpdateDeriver.php |
Gets the definition of all derivatives of a base plugin. |
| EntityViewDeriver::getDerivativeDefinitions |
function |
src/Plugin/RulesEvent/EntityViewDeriver.php |
Gets the definition of all derivatives of a base plugin. |
| EventComponentResolver::getMultiple |
function |
src/ComponentResolver/EventComponentResolver.php |
Gets multiple components. |
| ExecutablePluginTrait::getLabelValue |
function |
src/Core/ExecutablePluginTrait.php |
Get the translated label from the plugin definition. |
| ExecutionMetadataState::getDataDefinition |
function |
src/Context/ExecutionMetadataState.php |
Retrieve a data definition in this execution metadata state. |
| ExecutionMetadataStateInterface::getDataDefinition |
function |
src/Context/ExecutionMetadataStateInterface.php |
Retrieve a data definition in this execution metadata state. |
| ExecutionState::getAutoSaveSelectors |
function |
src/Context/ExecutionState.php |
Returns the list of variables that should be auto-saved after execution. |
| ExecutionState::getVariable |
function |
src/Context/ExecutionState.php |
Gets a variable. |
| ExecutionState::getVariableValue |
function |
src/Context/ExecutionState.php |
Gets the value of a variable. |
| ExecutionStateInterface::getAutoSaveSelectors |
function |
src/Context/ExecutionStateInterface.php |
Returns the list of variables that should be auto-saved after execution. |
| ExecutionStateInterface::getVariable |
function |
src/Context/ExecutionStateInterface.php |
Gets a variable. |
| ExecutionStateInterface::getVariableValue |
function |
src/Context/ExecutionStateInterface.php |
Gets the value of a variable. |
| ExpressionBase::getConfiguration |
function |
src/Engine/ExpressionBase.php |
Gets this plugin's configuration. |
| ExpressionBase::getFormHandler |
function |
src/Engine/ExpressionBase.php |
Returns the form handling class for this expression. |
| ExpressionBase::getLabel |
function |
src/Engine/ExpressionBase.php |
The label of this expression element that can be shown in the UI. |
| ExpressionBase::getRoot |
function |
src/Engine/ExpressionBase.php |
Returns the root expression if this expression is nested. |
| ExpressionBase::getUuid |
function |
src/Engine/ExpressionBase.php |
Returns the UUID of this expression if it is nested in another expression. |