Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Twig 拡張機能を呼び出したテンプレート (またはその名前) を取得する方法を知っている人はいますか?
リファラーを小枝テンプレートに渡すことができます...
class DefaultController extends Controller { public function indexAction(Request $request) { return $this->render('DefaultBundle:Default:index.html.twig', array('referrer', $request->getRequestUri())); } }