Devise\Pages\Interpreter\Modifiers\AddPlaceHolderTags::findTagsInsideOfLoop PHP Method

findTagsInsideOfLoop() protected method

Returns a list of tags inside of loop
protected findTagsInsideOfLoop ( $node ) : array
return array
    protected function findTagsInsideOfLoop($node)
    {
        list($node->stmts, $tags) = $this->findTagsInsideOfStmts($node->stmts);
        return $tags;
    }