Quantcast
Channel: Issues for Drupal core
Viewing all articles
Browse latest Browse all 295813

Port over laravel utility function optional.

$
0
0

Problem/Motivation

From usual code:

$validCaseName = (!empty($node->field_case_name) && (!$node->field_case_name->isEmpty()));
$caseName = $validCaseName ? $node->field_case_name->first()->getString() : NULL;

To this:

return optional($user->profile)->twitter_id;

See https://laravel-news.com/laravel-optional-helper


Viewing all articles
Browse latest Browse all 295813

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>