Loading core/lib/Drupal/Component/FileSystem/FileSystem.php +2 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,8 @@ namespace Drupal\Component\FileSystem; // cspell:ignore winnt /** * Provides file system functions. */ Loading core/lib/Drupal/Core/DependencyInjection/Compiler/BackendCompilerPass.php +1 −1 Original line number Diff line number Diff line Loading @@ -24,7 +24,7 @@ * @endcode * * As a developer for alternative storage engines you register a service with * $yourbackend.$original_service: * $your_backend.$original_service: * * @code * sqlite.custom_service: Loading core/lib/Drupal/Core/Diff/DiffFormatter.php +2 −0 Original line number Diff line number Diff line Loading @@ -7,6 +7,8 @@ use Drupal\Component\Utility\Html; use Drupal\Core\Config\ConfigFactoryInterface; // cspell:ignore xbeg, xlen, ybeg, ylen /** * Diff formatter which uses returns output that can be rendered to a table. */ Loading core/lib/Drupal/Core/Form/FormBuilder.php +1 −0 Original line number Diff line number Diff line Loading @@ -698,6 +698,7 @@ public function prepareForm($form_id, &$form, FormStateInterface &$form_state) { // See https://www.drupal.org/node/2562341. // The placeholder uses a unique string that is returned by // Crypt::hashBase64('Drupal\Core\Form\FormBuilder::prepareForm'). // cspell:disable-next-line $placeholder = 'form_action_p_pvdeGsVG5zNF_XLGPTvYSKCf43t8qZYSwcfZl2uzM'; $form['#attached']['placeholders'][$placeholder] = [ Loading core/lib/Drupal/Core/Mail/Plugin/Mail/PhpMail.php +2 −0 Original line number Diff line number Diff line Loading @@ -8,6 +8,8 @@ use Symfony\Component\Mime\Header\Headers; use Symfony\Component\Mime\Header\UnstructuredHeader; // cspell:ignore windir /** * Defines the default Drupal mail backend, using PHP's native mail() function. * Loading Loading
core/lib/Drupal/Component/FileSystem/FileSystem.php +2 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,8 @@ namespace Drupal\Component\FileSystem; // cspell:ignore winnt /** * Provides file system functions. */ Loading
core/lib/Drupal/Core/DependencyInjection/Compiler/BackendCompilerPass.php +1 −1 Original line number Diff line number Diff line Loading @@ -24,7 +24,7 @@ * @endcode * * As a developer for alternative storage engines you register a service with * $yourbackend.$original_service: * $your_backend.$original_service: * * @code * sqlite.custom_service: Loading
core/lib/Drupal/Core/Diff/DiffFormatter.php +2 −0 Original line number Diff line number Diff line Loading @@ -7,6 +7,8 @@ use Drupal\Component\Utility\Html; use Drupal\Core\Config\ConfigFactoryInterface; // cspell:ignore xbeg, xlen, ybeg, ylen /** * Diff formatter which uses returns output that can be rendered to a table. */ Loading
core/lib/Drupal/Core/Form/FormBuilder.php +1 −0 Original line number Diff line number Diff line Loading @@ -698,6 +698,7 @@ public function prepareForm($form_id, &$form, FormStateInterface &$form_state) { // See https://www.drupal.org/node/2562341. // The placeholder uses a unique string that is returned by // Crypt::hashBase64('Drupal\Core\Form\FormBuilder::prepareForm'). // cspell:disable-next-line $placeholder = 'form_action_p_pvdeGsVG5zNF_XLGPTvYSKCf43t8qZYSwcfZl2uzM'; $form['#attached']['placeholders'][$placeholder] = [ Loading
core/lib/Drupal/Core/Mail/Plugin/Mail/PhpMail.php +2 −0 Original line number Diff line number Diff line Loading @@ -8,6 +8,8 @@ use Symfony\Component\Mime\Header\Headers; use Symfony\Component\Mime\Header\UnstructuredHeader; // cspell:ignore windir /** * Defines the default Drupal mail backend, using PHP's native mail() function. * Loading