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. |
DeleteExpressionForm::submitForm |
function |
src/Form/DeleteExpressionForm.php |
Form submission handler. |
DispatchForm |
class |
tests/modules/rules_test_event/src/Form/DispatchForm.php |
Acquires input, wraps it in a Task object, and queues it for processing. |
DispatchForm.php |
file |
tests/modules/rules_test_event/src/Form/DispatchForm.php |
|
DispatchForm::$dispatcher |
property |
tests/modules/rules_test_event/src/Form/DispatchForm.php |
The event_dispatcher service. |
DispatchForm::buildForm |
function |
tests/modules/rules_test_event/src/Form/DispatchForm.php |
Form constructor. |
DispatchForm::create |
function |
tests/modules/rules_test_event/src/Form/DispatchForm.php |
Instantiates a new instance of this class. |
DispatchForm::getFormId |
function |
tests/modules/rules_test_event/src/Form/DispatchForm.php |
Returns a unique string identifying the form. |
DispatchForm::submitForm |
function |
tests/modules/rules_test_event/src/Form/DispatchForm.php |
Form submission handler. |
DispatchForm::__construct |
function |
tests/modules/rules_test_event/src/Form/DispatchForm.php |
Constructor. |
drush.services.yml |
file |
./drush.services.yml |
drush.services.yml |
EditExpressionForm |
class |
src/Form/EditExpressionForm.php |
UI form to edit an expression like a condition or action in a rule. |
EditExpressionForm.php |
file |
src/Form/EditExpressionForm.php |
|
EditExpressionForm::$component |
property |
src/Form/EditExpressionForm.php |
The edited component. |
EditExpressionForm::$rulesUiHandler |
property |
src/Form/EditExpressionForm.php |
The RulesUI handler of the currently active UI. |
EditExpressionForm::$uuid |
property |
src/Form/EditExpressionForm.php |
The UUID of the edited expression in the rule. |
EditExpressionForm::buildComponent |
function |
src/Form/EditExpressionForm.php |
Builds an updated component object based upon the submitted form values. |
EditExpressionForm::buildForm |
function |
src/Form/EditExpressionForm.php |
Form constructor. |
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. |
EditExpressionForm::submitForm |
function |
src/Form/EditExpressionForm.php |
Form submission handler. |
EditExpressionForm::validateForm |
function |
src/Form/EditExpressionForm.php |
Form validation handler. |
EmailTypeOptions |
class |
src/TypedData/Options/EmailTypeOptions.php |
Options provider for the types of user account email to send. |
EmailTypeOptions.php |
file |
src/TypedData/Options/EmailTypeOptions.php |
|
EmailTypeOptions::getPossibleOptions |
function |
src/TypedData/Options/EmailTypeOptions.php |
Returns an array of possible values with labels for display. |
EmbeddedComponentForm |
class |
src/Form/EmbeddedComponentForm.php |
Components form, ready to be embedded in some other form. |
EmbeddedComponentForm.php |
file |
src/Form/EmbeddedComponentForm.php |
|
EmbeddedComponentForm::$rulesUiHandler |
property |
src/Form/EmbeddedComponentForm.php |
The RulesUI handler of the currently active UI. |
EmbeddedComponentForm::buildForm |
function |
src/Form/EmbeddedComponentForm.php |
Form constructor. |
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. |
EmbeddedComponentForm::submitForm |
function |
src/Form/EmbeddedComponentForm.php |
Form submission handler. |
EmbeddedComponentForm::validateForm |
function |
src/Form/EmbeddedComponentForm.php |
Form validation handler. |
EmbeddedComponentForm::__construct |
function |
src/Form/EmbeddedComponentForm.php |
Constructs the object. |
EntityBundleOptions |
class |
src/TypedData/Options/EntityBundleOptions.php |
Options provider for entity bundles. |
EntityBundleOptions.php |
file |
src/TypedData/Options/EntityBundleOptions.php |
|
EntityBundleOptions::$entityBundleInfo |
property |
src/TypedData/Options/EntityBundleOptions.php |
The entity type bundle information manager. |
EntityBundleOptions::$entityTypeManager |
property |
src/TypedData/Options/EntityBundleOptions.php |
The entity type manager service. |
EntityBundleOptions::create |
function |
src/TypedData/Options/EntityBundleOptions.php |
Instantiates a new instance of this class. |
EntityBundleOptions::getPossibleOptions |
function |
src/TypedData/Options/EntityBundleOptions.php |
Returns an array of possible values with labels for display. |
EntityBundleOptions::__construct |
function |
src/TypedData/Options/EntityBundleOptions.php |
Constructs a EntityBundleOptions object. |
EntityContextDefinition |
class |
src/Context/EntityContextDefinition.php |
Extends the core entity context definition class with useful methods. |
EntityContextDefinition.php |
file |
src/Context/EntityContextDefinition.php |
|
EntityContextDefinition::$allowNull |
property |
src/Context/EntityContextDefinition.php |
Whether the context value is allowed to be NULL or not. |
EntityContextDefinition::$assignmentRestriction |
property |
src/Context/EntityContextDefinition.php |
The assignment restriction of this context. |
EntityContextDefinition::$nameMap |
property |
src/Context/EntityContextDefinition.php |
The mapping of config export keys to internal properties. |
EntityContextDefinition::createFromArray |
function |
src/Context/EntityContextDefinition.php |
Creates a definition object from an exported array of values. |
EntityContextDefinition::getAssignmentRestriction |
function |
src/Context/EntityContextDefinition.php |
Determines if this context has an assignment restriction. |