public static function RenderCachePlaceholderMock::helper_getClass in Render cache 7.2
Helper to return the class of the class.
Return value
string Returns what the class was called as.
1 call to RenderCachePlaceholderMock::helper_getClass()
- RenderCachePlaceholderTest::setUp in tests/
src/ Cache/ RenderCachePlaceholderTest.php
File
- tests/
src/ Cache/ RenderCachePlaceholderTest.php, line 302 - Contains \Drupal\render_cache\Tests\Cache\RenderCachePlaceholderTest
Class
Namespace
Drupal\render_cache\Tests\CacheCode
public static function helper_getClass() {
return get_called_class();
}