ActionAdminManageForm

Provides a configuration form for configurable actions. Hierarchy class \Drupal\Core\Form\FormBase implements ContainerInjectionInterface, FormInterface uses DependencySerializationTrait, LoggerChannelTrait, LinkGeneratorTrait, RedirectDestinationTrait, UrlGeneratorTrait, StringTranslationTraitclass \Drupal\action\Form\ActionAdminManageForm File core/modules/action/src/Form/ActionAdminManageForm.php, line 14 Namespace Drupal\action\Form Members Name Modifiers Type Description

Connection::getDriverClass

public Connection::getDriverClass($class) Gets the driver-specific override class if any for the specified class. Parameters string $class: The class for which we want the potentially driver-specific class. Return value string The name of the class that should be used for this driver. File core/lib/Drupal/Core/Database/Connection.php, line 754 Class Connection Base Database API class. Namespace Drupal\Core\Database Code public function getDriverClass($class) { if (empty($this->d

ConfigurableLanguageManager::$initializing

Whether already in the process of language initialization. Type: bool File core/modules/language/src/ConfigurableLanguageManager.php, line 97 Class ConfigurableLanguageManager Overrides default LanguageManager to provide configured languages. Namespace Drupal\language Code protected $initializing = FALSE;

FileTransfer::getSettingsForm

public FileTransfer::getSettingsForm() Returns a form to collect connection settings credentials. Implementing classes can either extend this form with fields collecting the specific information they need, or override it entirely. Return value array An array that contains a Form API definition. File core/lib/Drupal/Core/FileTransfer/FileTransfer.php, line 390 Class FileTransfer Defines the base FileTransfer class. Namespace Drupal\Core\FileTransfer Code public function getSettingsForm

UserController::__construct

public UserController::__construct(DateFormatterInterface $date_formatter, UserStorageInterface $user_storage, UserDataInterface $user_data, LoggerInterface $logger) Constructs a UserController object. Parameters \Drupal\Core\Datetime\DateFormatterInterface $date_formatter: The date formatter service. \Drupal\user\UserStorageInterface $user_storage: The user storage. \Drupal\user\UserDataInterface $user_data: The user data service. \Psr\Log\LoggerInterface $logger: A logger instance. File core

DateTimePlus::FORMAT

File core/lib/Drupal/Component/Datetime/DateTimePlus.php, line 30 Class DateTimePlus Wraps DateTime(). Namespace Drupal\Component\Datetime Code const FORMAT = 'Y-m-d H:i:s';

DynamicPageCacheSubscriber::$dynamicPageCacheRedirectRenderArray

Dynamic Page Cache's redirect render array. Type: array File core/modules/dynamic_page_cache/src/EventSubscriber/DynamicPageCacheSubscriber.php, line 75 Class DynamicPageCacheSubscriber Returns cached responses as early and avoiding as much work as possible. Namespace Drupal\dynamic_page_cache\EventSubscriber Code protected $dynamicPageCacheRedirectRenderArray = [ '#cache' => [ 'keys' => ['response'], 'contexts' => [ 'route', // Some routes' controllers r

ViewsFormMainForm

Hierarchy class \Drupal\views\Form\ViewsFormMainForm implements FormInterface File core/modules/views/src/Form/ViewsFormMainForm.php, line 9 Namespace Drupal\views\Form Members Name Modifiers Type Description ViewsFormMainForm::buildForm public function Form constructor. Overrides FormInterface::buildForm ViewsFormMainForm::getFormId public function Returns a unique string identifying the form. Overrides FormInterface::getFormId ViewsFormMainForm::submitForm

field_ui_form_node_type_form_alter

field_ui_form_node_type_form_alter(&$form, FormStateInterface $form_state) Implements hook_form_FORM_ID_alter(). Adds a button 'Save and manage fields' to the 'Create content type' form. See also node_type_form() field_ui_form_node_type_form_submit() File core/modules/field_ui/field_ui.module, line 125 Allows administrators to attach custom fields to fieldable types. Code function field_ui_form_node_type_form_alter(&$form, FormStateInterface $form_state) { // We want to display the

ViewsExposedForm::buildForm

public ViewsExposedForm::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/src/Form/ViewsExposedForm.php, line 52 Class ViewsExposedForm Provides the views exposed form. Namespace Drupal\views\Form Code