Which of the following will return the current page title in Magento?

  • $this->getLayout()->get(‘head’)->getTitle();
  • $this->getLayout()->getBlock(‘head’)->getPageTitle();
  • $this->getLayout()->get(‘Title’)->getHead();
  • $this->getLayout()->getBlock(‘head’)->getTitle();

stackoverflow.com/a/14950477