Loading core/includes/install.inc +2 −0 Original line number Diff line number Diff line Loading @@ -478,6 +478,7 @@ function _drupal_rewrite_settings_global(&$ref, $variable) { * The container for variable values. * @param string $variable_name * Name of variable. * * @return string * A string containing valid PHP code of the variable suitable for placing * into settings.php. Loading Loading @@ -508,6 +509,7 @@ function _drupal_rewrite_settings_dump($variable, $variable_name) { * A string to prepend to the variable's value. * @param string $suffix * A string to append to the variable's value. * * @return string * A string containing valid PHP code of the variable suitable for placing * into settings.php. Loading core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php +1 −0 Original line number Diff line number Diff line Loading @@ -222,6 +222,7 @@ protected function getUncachedMTime($directory) { * The directory where the temporary filename will be created. * @param $prefix * The prefix of the generated temporary filename. * * @return string * Returns the new temporary filename (with path), or FALSE on failure. */ Loading core/lib/Drupal/Component/Plugin/Derivative/DeriverInterface.php +1 −0 Original line number Diff line number Diff line Loading @@ -32,6 +32,7 @@ public function getDerivativeDefinition($derivative_id, $base_plugin_definition) * * @param array $base_plugin_definition * The definition array of the base plugin. * * @return array * An array of full derivative definitions keyed on derivative id. * Loading core/lib/Drupal/Component/Utility/Random.php +1 −0 Original line number Diff line number Diff line Loading @@ -249,6 +249,7 @@ public function sentences($min_word_count, $capitalize = FALSE) { * Generate paragraphs separated by double new line. * * @param int $paragraph_count * * @return string */ public function paragraphs($paragraph_count = 12) { Loading core/lib/Drupal/Core/Asset/AssetResolver.php +1 −0 Original line number Diff line number Diff line Loading @@ -188,6 +188,7 @@ public function getCssAssets(AttachedAssetsInterface $assets, $optimize) { * * @param \Drupal\Core\Asset\AttachedAssetsInterface $assets * The assets attached to the current response. * * @return array * A (possibly optimized) collection of JavaScript assets. */ Loading Loading
core/includes/install.inc +2 −0 Original line number Diff line number Diff line Loading @@ -478,6 +478,7 @@ function _drupal_rewrite_settings_global(&$ref, $variable) { * The container for variable values. * @param string $variable_name * Name of variable. * * @return string * A string containing valid PHP code of the variable suitable for placing * into settings.php. Loading Loading @@ -508,6 +509,7 @@ function _drupal_rewrite_settings_dump($variable, $variable_name) { * A string to prepend to the variable's value. * @param string $suffix * A string to append to the variable's value. * * @return string * A string containing valid PHP code of the variable suitable for placing * into settings.php. Loading
core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php +1 −0 Original line number Diff line number Diff line Loading @@ -222,6 +222,7 @@ protected function getUncachedMTime($directory) { * The directory where the temporary filename will be created. * @param $prefix * The prefix of the generated temporary filename. * * @return string * Returns the new temporary filename (with path), or FALSE on failure. */ Loading
core/lib/Drupal/Component/Plugin/Derivative/DeriverInterface.php +1 −0 Original line number Diff line number Diff line Loading @@ -32,6 +32,7 @@ public function getDerivativeDefinition($derivative_id, $base_plugin_definition) * * @param array $base_plugin_definition * The definition array of the base plugin. * * @return array * An array of full derivative definitions keyed on derivative id. * Loading
core/lib/Drupal/Component/Utility/Random.php +1 −0 Original line number Diff line number Diff line Loading @@ -249,6 +249,7 @@ public function sentences($min_word_count, $capitalize = FALSE) { * Generate paragraphs separated by double new line. * * @param int $paragraph_count * * @return string */ public function paragraphs($paragraph_count = 12) { Loading
core/lib/Drupal/Core/Asset/AssetResolver.php +1 −0 Original line number Diff line number Diff line Loading @@ -188,6 +188,7 @@ public function getCssAssets(AttachedAssetsInterface $assets, $optimize) { * * @param \Drupal\Core\Asset\AttachedAssetsInterface $assets * The assets attached to the current response. * * @return array * A (possibly optimized) collection of JavaScript assets. */ Loading