RequiredContext |
class |
src/Form/RequiredContext.php |
Required Context Form. |
RequiredContext.php |
file |
src/Form/RequiredContext.php |
|
RequiredContext::$formBuilder |
property |
src/Form/RequiredContext.php |
The builder of form. |
RequiredContext::$machine_name |
property |
src/Form/RequiredContext.php |
|
RequiredContext::$typedDataManager |
property |
src/Form/RequiredContext.php |
|
RequiredContext::add |
function |
src/Form/RequiredContext.php |
Custom ajax form submission handler. |
RequiredContext::buildForm |
function |
src/Form/RequiredContext.php |
Form constructor. |
RequiredContext::create |
function |
src/Form/RequiredContext.php |
Instantiates a new instance of this class. |
RequiredContext::getContextClass |
function |
src/Form/RequiredContext.php |
Return a subclass of '\Drupal\ctools\Form\ContextConfigure'. |
RequiredContext::getContexts |
function |
src/Form/RequiredContext.php |
Custom logic for retrieving the contexts array from cached_values. |
RequiredContext::getFormId |
function |
src/Form/RequiredContext.php |
Returns a unique string identifying the form. |
RequiredContext::getOperations |
function |
src/Form/RequiredContext.php |
Retrieve Form Operations |
RequiredContext::getOperationsRouteInfo |
function |
src/Form/RequiredContext.php |
Document the route name and parameters for edit/delete context operations. |
RequiredContext::getTempstoreId |
function |
src/Form/RequiredContext.php |
Provide the tempstore id for your specified use case. |
RequiredContext::renderContexts |
function |
src/Form/RequiredContext.php |
Render The contexts in the form. |
RequiredContext::submitForm |
function |
src/Form/RequiredContext.php |
Form submission handler. |
RequiredContext::__construct |
function |
src/Form/RequiredContext.php |
Required Context Form constructor. |
RequiredContextDelete |
class |
src/Form/RequiredContextDelete.php |
Base class for adding a required contexts step to your wizard. |
RequiredContextDelete.php |
file |
src/Form/RequiredContextDelete.php |
|
RequiredContextDelete::$id |
property |
src/Form/RequiredContextDelete.php |
The id. |
RequiredContextDelete::$machine_name |
property |
src/Form/RequiredContextDelete.php |
|
RequiredContextDelete::$tempstore |
property |
src/Form/RequiredContextDelete.php |
Creates a shared temporary storage for a collection. |
RequiredContextDelete::$tempstore_id |
property |
src/Form/RequiredContextDelete.php |
|
RequiredContextDelete::actions |
function |
src/Form/RequiredContextDelete.php |
Provides the action buttons for submitting this form. |
RequiredContextDelete::buildForm |
function |
src/Form/RequiredContextDelete.php |
Form constructor. |
RequiredContextDelete::create |
function |
src/Form/RequiredContextDelete.php |
Instantiates a new instance of this class. |
RequiredContextDelete::getCancelText |
function |
src/Form/RequiredContextDelete.php |
Returns a caption for the link which cancels the action. |
RequiredContextDelete::getCancelUrl |
function |
src/Form/RequiredContextDelete.php |
Returns the route to go to if the user cancels the action. |
RequiredContextDelete::getConfirmText |
function |
src/Form/RequiredContextDelete.php |
Returns a caption for the button that confirms the action. |
RequiredContextDelete::getContexts |
function |
src/Form/RequiredContextDelete.php |
Custom logic for retrieving the contexts array from cached_values. |
RequiredContextDelete::getDescription |
function |
src/Form/RequiredContextDelete.php |
Returns additional text to display as a description. |
RequiredContextDelete::getFormId |
function |
src/Form/RequiredContextDelete.php |
Returns a unique string identifying the form. |
RequiredContextDelete::getFormName |
function |
src/Form/RequiredContextDelete.php |
Returns the internal name used to refer to the confirmation item. |
RequiredContextDelete::getParentRouteInfo |
function |
src/Form/RequiredContextDelete.php |
Document the route name and parameters for redirect after submission. |
RequiredContextDelete::getQuestion |
function |
src/Form/RequiredContextDelete.php |
Returns the question to ask the user. |
RequiredContextDelete::setContexts |
function |
src/Form/RequiredContextDelete.php |
Custom logic for setting the contexts array in cached_values. |
RequiredContextDelete::submitForm |
function |
src/Form/RequiredContextDelete.php |
Form submission handler. |
RequiredContextDelete::__construct |
function |
src/Form/RequiredContextDelete.php |
The constructor. |