EditEntityFieldAccessCheck

Access check for editing entity fields. Hierarchy class \Drupal\quickedit\Access\EditEntityFieldAccessCheck implements AccessInterface, EditEntityFieldAccessCheckInterface File core/modules/quickedit/src/Access/EditEntityFieldAccessCheck.php, line 13 Namespace Drupal\quickedit\Access Members Name Modifiers Type Description EditEntityFieldAccessCheck::access public function Checks Quick Edit access to the field. EditEntityFieldAccessCheck::accessEditEntityField public

EditDetails::submitForm

public EditDetails::submitForm(array &$form, FormStateInterface $form_state) Form submission handler. Parameters array $form: An associative array containing the structure of the form. \Drupal\Core\Form\FormStateInterface $form_state: The current state of the form. Overrides ViewsFormBase::submitForm File core/modules/views_ui/src/Form/Ajax/EditDetails.php, line 71 Class EditDetails Provides a form for editing the details of a View. Namespace Drupal\views_ui\Form\Ajax Code public

EditDetails::getFormKey

public EditDetails::getFormKey() Returns the key that represents this form. Return value string The form key used in the URL, e.g., the string 'add-handler' in 'admin/structure/views/%/add-handler/%/%/%'. Overrides ViewsFormInterface::getFormKey File core/modules/views_ui/src/Form/Ajax/EditDetails.php, line 16 Class EditDetails Provides a form for editing the details of a View. Namespace Drupal\views_ui\Form\Ajax Code public function getFormKey() { return 'edit-details'; }

EditDetails::getFormId

public EditDetails::getFormId() Returns a unique string identifying the form. Return value string The unique string identifying the form. Overrides FormInterface::getFormId File core/modules/views_ui/src/Form/Ajax/EditDetails.php, line 23 Class EditDetails Provides a form for editing the details of a View. Namespace Drupal\views_ui\Form\Ajax Code public function getFormId() { return 'views_ui_edit_details_form'; }

EditDetails::buildForm

public EditDetails::buildForm(array $form, FormStateInterface $form_state) Form constructor. Parameters array $form: An associative array containing the structure of the form. \Drupal\Core\Form\FormStateInterface $form_state: The current state of the form. Return value array The form structure. Overrides FormInterface::buildForm File core/modules/views_ui/src/Form/Ajax/EditDetails.php, line 30 Class EditDetails Provides a form for editing the details of a View. Namespace Drupal\views_

EditDetails

Provides a form for editing the details of a View. Hierarchy class \Drupal\Core\Form\FormBase implements ContainerInjectionInterface, FormInterface uses DependencySerializationTrait, LoggerChannelTrait, LinkGeneratorTrait, RedirectDestinationTrait, UrlGeneratorTrait, StringTranslationTraitclass \Drupal\views_ui\Form\Ajax\ViewsFormBase implements ViewsFormInterfaceclass \Drupal\views_ui\Form\Ajax\EditDetails File core/modules/views_ui/src/Form/Ajax/EditDetails.php, line 11 Namespace Dru

EarlyRenderingControllerWrapperSubscriber::__construct

public EarlyRenderingControllerWrapperSubscriber::__construct(ControllerResolverInterface $controller_resolver, RendererInterface $renderer) Constructs a new EarlyRenderingControllerWrapperSubscriber instance. Parameters \Drupal\Core\Controller\ControllerResolverInterface $controller_resolver: The controller resolver. \Drupal\Core\Render\RendererInterface $renderer: The renderer. File core/lib/Drupal/Core/EventSubscriber/EarlyRenderingControllerWrapperSubscriber.php, line 79 Class EarlyRen

EarlyRenderingControllerWrapperSubscriber::wrapControllerExecutionInRenderContext

protected EarlyRenderingControllerWrapperSubscriber::wrapControllerExecutionInRenderContext($controller, array $arguments) Wraps a controller execution in a render context. Parameters callable $controller: The controller to execute. array $arguments: The arguments to pass to the controller. Return value mixed The return value of the controller. Throws \LogicException When early rendering has occurred in a controller that returned a Response or domain object that cares about attachments or ca

EarlyRenderingControllerWrapperSubscriber::onController

public EarlyRenderingControllerWrapperSubscriber::onController(FilterControllerEvent $event) Ensures bubbleable metadata from early rendering is not lost. Parameters \Symfony\Component\HttpKernel\Event\FilterControllerEvent $event: The controller event. File core/lib/Drupal/Core/EventSubscriber/EarlyRenderingControllerWrapperSubscriber.php, line 90 Class EarlyRenderingControllerWrapperSubscriber Subscriber that wraps controllers, to handle early rendering. Namespace Drupal\Core\EventSu

EarlyRenderingControllerWrapperSubscriber::getSubscribedEvents

public static EarlyRenderingControllerWrapperSubscriber::getSubscribedEvents() Returns an array of event names this subscriber wants to listen to. The array keys are event names and the value can be: The method name to call (priority defaults to 0) An array composed of the method name to call and the priority An array of arrays composed of the method names to call and respective priorities, or 0 if unset For instance: array('eventName' => 'methodName') array('eventName' => array('meth