RegionalForm

Configure regional settings for this site. Hierarchy class \Drupal\Core\Form\FormBase implements ContainerInjectionInterface, FormInterface uses DependencySerializationTrait, LoggerChannelTrait, LinkGeneratorTrait, RedirectDestinationTrait, UrlGeneratorTrait, StringTranslationTraitclass \Drupal\Core\Form\ConfigFormBase uses ConfigFormBaseTraitclass \Drupal\system\Form\RegionalForm File core/modules/system/src/Form/RegionalForm.php, line 14 Namespace Drupal\system\Form Members Name

hook_node_access_records_alter

hook_node_access_records_alter(&$grants, Drupal\node\NodeInterface $node) Alter permissions for a node before it is written to the database. Node access modules establish rules for user access to content. Node access records are stored in the {node_access} table and define which permissions are required to access a node. This hook is invoked after node access modules returned their requirements via hook_node_access_records(); doing so allows modules to modify the $grants array by reference

ImmutableConfig

Defines the immutable configuration object. Encapsulates all capabilities needed for runtime configuration handling except being able to change the configuration. If you need to be able to change configuration use \Drupal\Core\Form\ConfigFormBaseTrait or \Drupal\Core\Config\ConfigFactoryInterface::getEditable(). Hierarchy class \Drupal\Core\Config\ConfigBase implements RefinableCacheableDependencyInterface uses RefinableCacheableDependencyTrait, DependencySerializationTraitclass \Drupal\Core\Co

Connection

MySQL implementation of \Drupal\Core\Database\Connection. Hierarchy class \Drupal\Core\Database\Connectionclass \Drupal\Core\Database\Driver\mysql\Connection Related topics Database abstraction layer Allow the use of different database servers using the same code base. File core/lib/Drupal/Core/Database/Driver/mysql/Connection.php, line 22 Namespace Drupal\Core\Database\Driver\mysql Members Name Modifiers Type Description Connection::$connection protected property The

ConfigNamesMapper::getAddRoute

public ConfigNamesMapper::getAddRoute() Returns the route object for a translation add form route. Return value \Symfony\Component\Routing\Route The route object for the translation page. Overrides ConfigMapperInterface::getAddRoute File core/modules/config_translation/src/ConfigNamesMapper.php, line 272 Class ConfigNamesMapper Configuration mapper base implementation. Namespace Drupal\config_translation Code public function getAddRoute() { $route = new Route( $this->getBaseRou

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

EntityOperations::$moderationInfo

The Moderation Information service. Type: \Drupal\content_moderation\ModerationInformationInterface File core/modules/content_moderation/src/EntityOperations.php, line 25 Class EntityOperations Defines a class for reacting to entity events. Namespace Drupal\content_moderation Code protected $moderationInfo;

ExtensionMimeTypeGuesser::$defaultMapping

Default MIME extension mapping. Array of mimetypes correlated to the extensions that relate to them. Type: array File core/lib/Drupal/Core/File/MimeType/ExtensionMimeTypeGuesser.php, line 19 Class ExtensionMimeTypeGuesser Makes possible to guess the MIME type of a file using its extension. Namespace Drupal\Core\File\MimeType Code protected $defaultMapping = array( 'mimetypes' => array( 0 => 'application/andrew-inset', 1 => 'application/atom', 2 => 'application

ViewsFormBase::submitForm

public ViewsFormBase::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 FormInterface::submitForm File core/modules/views_ui/src/Form/Ajax/ViewsFormBase.php, line 275 Class ViewsFormBase Provides a base class for Views UI AJAX forms. Namespace Drupal\views_ui\Form\Ajax Code publ

TypeLinkManager::$bundleInfoService

The bundle info service. Type: \Drupal\Core\Entity\EntityTypeBundleInfoInterface File core/modules/rest/src/LinkManager/TypeLinkManager.php, line 33 Class TypeLinkManager Namespace Drupal\rest\LinkManager Code protected $bundleInfoService;