NodeBuildContentTest |
class |
drupal/core/modules/node/lib/Drupal/node/Tests/NodeBuildContentTest.php |
Test to ensure that a node's content is always rebuilt. |
NodeBuildContentTest.php |
file |
drupal/core/modules/node/lib/Drupal/node/Tests/NodeBuildContentTest.php |
Definition of Drupal\node\Tests\NodeBuildContentTest. |
NodeBuildContentTest::getInfo |
function |
drupal/core/modules/node/lib/Drupal/node/Tests/NodeBuildContentTest.php |
|
NodeRenderController::buildContent |
function |
drupal/core/modules/node/lib/Drupal/node/NodeRenderController.php |
Overrides Drupal\Core\Entity\EntityRenderController::buildContent(). |
TermRenderController::buildContent |
function |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/TermRenderController.php |
Overrides Drupal\Core\Entity\EntityRenderController::buildContent(). |
EntityRenderController::buildContent |
function |
drupal/core/lib/Drupal/Core/Entity/EntityRenderController.php |
Implements Drupal\Core\Entity\EntityRenderControllerInterface::buildContent(). |
CommentRenderController::buildContent |
function |
drupal/core/modules/comment/lib/Drupal/comment/CommentRenderController.php |
Overrides Drupal\Core\Entity\EntityRenderController::buildContent(). |
NodeBuildContentTest::testNodeRebuildContent |
function |
drupal/core/modules/node/lib/Drupal/node/Tests/NodeBuildContentTest.php |
Ensures that content array is rebuilt on every call to node_build_content(). |
EntityRenderControllerInterface::buildContent |
function |
drupal/core/lib/Drupal/Core/Entity/EntityRenderControllerInterface.php |
Build the structured $content property on the entity. |