MapDataDefinition

A typed data definition class for defining maps. Hierarchy class \Drupal\Core\TypedData\DataDefinition implements \ArrayAccess, DataDefinitionInterfaceclass \Drupal\Core\TypedData\ComplexDataDefinitionBase implements ComplexDataDefinitionInterfaceclass \Drupal\Core\TypedData\MapDataDefinition File core/lib/Drupal/Core/TypedData/MapDataDefinition.php, line 8 Namespace Drupal\Core\TypedData Members Name Modifiers Type Description ComplexDataDefinitionBase::$propertyDefinitions

DefaultExceptionSubscriber::setEventResponse

protected DefaultExceptionSubscriber::setEventResponse(GetResponseForExceptionEvent $event, $status) Sets the Response for the exception event. Parameters \Symfony\Component\HttpKernel\Event\GetResponseForExceptionEvent $event: The current exception event. int $status: The HTTP status code to set for the response. File core/modules/serialization/src/EventSubscriber/DefaultExceptionSubscriber.php, line 136 Class DefaultExceptionSubscriber Handles default error responses in serialization fo

FormatterBase::$viewMode

The view mode. Type: string File core/lib/Drupal/Core/Field/FormatterBase.php, line 42 Class FormatterBase Base class for 'Field formatter' plugin implementations. Namespace Drupal\Core\Field Code protected $viewMode;

drupal_placeholder

drupal_placeholder($text) Formats text for emphasized display in a placeholder inside a sentence. Deprecated in Drupal 8.0.0, will be removed before Drupal 9.0.0. Use \Drupal\Component\Utility\SafeMarkup::format() or Twig's "placeholder" filter instead. Note this method should not be used to simply emphasize a string and therefore has few valid use-cases. Note also, that this method does not mark the string as safe. See also \Drupal\Component\Utility\SafeMarkup::format() File core/includes/

AuthenticationSubscriber::__construct

public AuthenticationSubscriber::__construct(AuthenticationProviderInterface $authentication_provider, AccountProxyInterface $account_proxy) Constructs an authentication subscriber. Parameters \Drupal\Core\Authentication\AuthenticationProviderInterface $authentication_provider: An authentication provider. \Drupal\Core\Session\AccountProxyInterface $account_proxy: Account proxy. File core/lib/Drupal/Core/EventSubscriber/AuthenticationSubscriber.php, line 59 Class AuthenticationSubscriber A

BookAdminEditForm::validateForm

public BookAdminEditForm::validateForm(array &$form, FormStateInterface $form_state) Form validation 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 FormBase::validateForm File core/modules/book/src/Form/BookAdminEditForm.php, line 84 Class BookAdminEditForm Provides a form for administering a single book's hierarchy. Namespace Drupal\book\Form Cod

PhpTransliteration::$genericMap

Non-language-specific transliteration tables. Array whose keys are the upper two bytes of the Unicode character, and whose values are an array of transliterations for each lower-two bytes character code. This is set up as needed in PhpTransliteration::replace() by calling PhpTransliteration::readGenericData(). Type: array File core/lib/Drupal/Component/Transliteration/PhpTransliteration.php, line 59 Class PhpTransliteration Implements transliteration without using the PECL extensions. Na

DrupalKernel::initializeSettings

protected DrupalKernel::initializeSettings(Request $request) Locate site path and initialize settings singleton. Parameters \Symfony\Component\HttpFoundation\Request $request: The current request. Throws \Symfony\Component\HttpKernel\Exception\BadRequestHttpException In case the host name in the request is not trusted. File core/lib/Drupal/Core/DrupalKernel.php, line 1011 Class DrupalKernel The DrupalKernel class is the core of Drupal itself. Namespace Drupal\Core Code protected func

UserLoginForm::submitForm

public UserLoginForm::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/user/src/Form/UserLoginForm.php, line 129 Class UserLoginForm Provides a user login form. Namespace Drupal\user\Form Code public function submitForm(array &$fo

ViewFormBase::$displayID

The name of the display used by the form. Type: string File core/modules/views_ui/src/ViewFormBase.php, line 20 Class ViewFormBase Base form for Views forms. Namespace Drupal\views_ui Code protected $displayID;