EC-CUBE4 APIドキュメント

CartValidationTest extends AbstractWebTestCase

Abstract class that other unit tests can extend, provides generic methods for EC-CUBE tests.

Table of Contents

$productStatusRepository ProductStatusRepository
$cartService CartService
$BaseInfo BaseInfo
$actual
$expected
$client Client
$container ContainerInterface
$entityManager EntityManagerInterface
$eccubeConfig EccubeConfig
setUp() setup mail mixed
tearDown() tear down mixed
testValidationStock() 在庫制限チェック mixed
testProductInCartDeleted() Test product in cart when product is deleting. mixed
testProductInCartIsPrivate() Test product in cart when product is private. mixed
testProductInCartIsStockOut() Test product in cart when product is stock out. mixed
testProductInCartIsStockOutWithProductClass() Test product in cart when product is stock out. mixed
testProductInCartIsNotEnough() Test product in cart when product is not enough mixed
testProductInCartIsNotEnoughAndLimit() 金額の上限と販売制限確認 mixed
testProductInCartSaleType() Test product in cart when product has other type mixed
testProductInCartSaleTypeWithMultiShipping() Test product in cart when product has other type with MultiShipping enable add cart mixed
testProductInCartStockLimit() Test product in cart when product stock sale limit mixed
testProductInCartIsAbolishedFromShopping() Test product in cart when product is abolished by shopping step mixed
testProductInCartIsPrivateFromShopping() Test product in cart when product is private from shopping step mixed
testProductInCartOutOfStockFromShopping() Test product in cart when product out of stock from shopping step mixed
testProductInCartStockNotEnoughFromShopping() Test product in cart when product stock not enough from shopping step mixed
atestProductInCartStockLimitFromShopping() Test product in cart when product stock is limit from shopping step mixed
atestProductInCartSaleTypeFromShopping() Test product in cart when product type change from shopping step mixed
testProductInCartIsDeletedBeforePlus() Test product in cart when product is deleting before plus one mixed
testProductInCartIsPrivateBeforePlus() Test product in cart when product is private before plus one mixed
testProductInCartProductOutOfStockBeforePlus() Test product in cart when product out of stock before plus one mixed
testProductInCartProductStockIsNotEnoughBeforePlus() Test product in cart when product is not enough before plus one mixed
testProductInCartSaleLimitIsNotEnoughBeforePlus() Test product in cart when product sale limit is not enough before plus one mixed
testProductInCartChangeSaleTypeBeforePlus() Test product in cart when product type is changing before plus one mixed
testProductInCartChangeSaleTypeBeforePlusWithMultiShipping() Test product in cart when product type is changing before plus one with MultiShipping enable add cart mixed
testProductInCartIsDeletedBeforeMinus() Test product in cart when product is deleting before plus one mixed
testProductInCartIsPrivateBeforeMinus() Test product in cart when product is private before Minus one mixed
testProductInCartProductOutOfStockBeforeMinus() Test product in cart when product out of stock before Minus one mixed
testProductInCartProductStockIsNotEnoughBeforeMinus() Test product in cart when product is not enough before Minus one mixed
testProductInCartSaleLimitIsNotEnoughBeforeMinus() Test product in cart when product sale limit is not enough before Minus one mixed
testProductInCartChangeSaleTypeBeforeMinus() Test product in cart when product type is changing before Minus one mixed
testProductInCartChangeSaleTypeBeforeMinusWithMultiShipping() Test product in cart when product type is changing before Minus one with MultiShipping enable add cart mixed
testProductInCartIsDeletedWhileReturnTopPage() Test product in cart when product is deleting on the top page mixed
testProductInCartIsPrivateWhileReturnTopPage() Test product in cart when product is private on the top page mixed
testProductInCartProductOutOfStockWhileReturnTopPage() Test product in cart when product out of stock on the top page mixed
testProductInCartProductStockIsNotEnoughWhileReturnTopPage() Test product in cart when product is not enough before Minus one mixed
testProductInCartSaleLimitIsNotEnoughWhileReturnTopPage() Test product in cart when product sale limit is not enough before Minus one mixed
testProductInCartDeletedFromShoppingBackToCart() Test product in cart when product is deleting by shopping step back to cart mixed
testProductInCartIsPrivateFromShoppingBackToCart() Test product in cart when product is private from shopping step back to cart mixed
testProductInCartOutOfStockFromShoppingBackToCart() Test product in cart when product out of stock from shopping step back to cart mixed
testProductInCartStockNotEnoughFromShoppingBackToCart() Test product in cart when product stock not enough from shopping step back to cart mixed
testProductInCartStockLimitFromShoppingBackToCart() Test product in cart when product stock is limit from shopping step back to cart mixed
testProductInCartDeletedFromShoppingChangePayment() Test product in cart when product is deleting by shopping step change payment mixed
testProductInCartIsPrivateFromShoppingChangePayment() Test product in cart when product is private from shopping step change payment mixed
testProductInCartOutOfStockFromShoppingChangePayment() Test product in cart when product out of stock from shopping step change payment mixed
testProductInCartStockNotEnoughFromShoppingChangePayment() Test product in cart when product stock not enough from shopping step change payment mixed
testProductInCartStockLimitFromShoppingChangePayment() Test product in cart when product stock is limit from shopping step change payment mixed
testProductInHistoryOrderDeletedFromOrderAgain() Test product in history order when product is deleting by order again function mixed
testProductInHistoryOrderIsPrivateFromOrderAgain() Test product in history order when product is private from order again function mixed
testProductInHistoryOrderOutOfStockFromOrderAgain() Test product in history order when product out of stock from order again funtion mixed
testProductInHistoryOrderStockNotEnoughFromOrderAgain() Test product in history order when product stock not enough from order again function mixed
testProductInHistoryOrderStockLimitFromOrderAgain() Test product in history order when product stock is limit from order again function mixed
testProductInHistoryOrderWhenSaleTypeIsChangedFromOrderAgain() Test product in history order when product type is changed from order again function mixed
testProductInHistoryOrderWhenSaleTypeIsChangedFromOrderAgainWithMultiShipping() Test product in history order when product type is changed from order again function with MultiShipping enable add cart mixed
scenarioCartIn() mixed
scenarioConfirm() mixed
scenarioComplete() mixed
scenarioCartUp() mixed
scenarioCartDown() Crawler
changeStatus() Product
changeStock() ProductClass
deleteAllProduct() Delete all product mixed
createProduct() Product
getProductName() エラーに表示する商品名を取得 string
setUp() Client を生成しトランザクションを開始する. mixed
tearDown() トランザクションをロールバックする. mixed
logIn() mixed
loginTo() User をログインさせてHttpKernel\Client を返す. Client
getFaker() Faker を生成する. Generator
verify() Expected と Actual を比較する. mixed
createMember() Member オブジェクトを生成して返す. Member
createCustomer() Customer オブジェクトを生成して返す. Customer
createCustomerAddress() CustomerAddress を生成して返す. CustomerAddress
createNonMember() 非会員の Customer オブジェクトを生成して返す. Customer
createProduct() Product オブジェクトを生成して返す. Product
createOrder() Order オブジェクトを生成して返す. Order
createOrderWithProductClasses() Order オブジェクトを生成して返す. Order
createPayment() Payment オプジェクトを生成して返す. Payment
createPage() Page オブジェクトを生成して返す Page
deleteAllRows() テーブルのデータを全て削除する. mixed
cleanUpProperties() PHPUnit インスタンスのプロパティを初期化する. mixed
initializeMailCatcher() MailCatcher を初期化する. mixed
checkMailCatcherStatus() MailCatcher の起動状態をチェックする. mixed
cleanUpMailCatcherMessages() MailCatcher のメッセージをすべて削除する. mixed
getMailCatcherMessages() MailCatcher のメッセージをすべて取得する. array
getMailCatcherMessage() MailCatcher のメッセージを ID を指定して取得する. object
parseMailCatcherSource() MailCatcher のメッセージソースをデコードする. string
getMailCollector() Get the MailCollector MessageDataCollector
generateUrl() Generates a URL from the given parameters. string
getCsrfToken() Returns a CSRF token for the given ID. CsrfToken

Properties

Methods

testValidationStock()

在庫制限チェック

public testValidationStock( ) : mixed
Return values
mixed

testProductInCartDeleted()

Test product in cart when product is deleting.

public testProductInCartDeleted( ) : mixed
Return values
mixed

testProductInCartIsPrivate()

Test product in cart when product is private.

public testProductInCartIsPrivate( ) : mixed
Return values
mixed

testProductInCartIsStockOut()

Test product in cart when product is stock out.

public testProductInCartIsStockOut( ) : mixed
Tags
NOTE:

No stock hidden flg -> false

Return values
mixed

testProductInCartIsStockOutWithProductClass()

Test product in cart when product is stock out.

public testProductInCartIsStockOutWithProductClass( ) : mixed
Tags
NOTE:

No stock hidden flg -> false

Return values
mixed

testProductInCartIsNotEnough()

Test product in cart when product is not enough

public testProductInCartIsNotEnough( ) : mixed
Return values
mixed

testProductInCartIsNotEnoughAndLimit()

金額の上限と販売制限確認

public testProductInCartIsNotEnoughAndLimit( ) : mixed
Return values
mixed

testProductInCartSaleType()

Test product in cart when product has other type

public testProductInCartSaleType( ) : mixed
Return values
mixed

testProductInCartSaleTypeWithMultiShipping()

Test product in cart when product has other type with MultiShipping enable add cart

public testProductInCartSaleTypeWithMultiShipping( ) : mixed
Return values
mixed

testProductInCartStockLimit()

Test product in cart when product stock sale limit

public testProductInCartStockLimit( ) : mixed
Return values
mixed

testProductInCartIsAbolishedFromShopping()

Test product in cart when product is abolished by shopping step

public testProductInCartIsAbolishedFromShopping( ) : mixed
Return values
mixed

testProductInCartIsPrivateFromShopping()

Test product in cart when product is private from shopping step

public testProductInCartIsPrivateFromShopping( ) : mixed
Return values
mixed

testProductInCartOutOfStockFromShopping()

Test product in cart when product out of stock from shopping step

public testProductInCartOutOfStockFromShopping( ) : mixed
Return values
mixed

testProductInCartStockNotEnoughFromShopping()

Test product in cart when product stock not enough from shopping step

public testProductInCartStockNotEnoughFromShopping( ) : mixed
Return values
mixed

atestProductInCartStockLimitFromShopping()

Test product in cart when product stock is limit from shopping step

public atestProductInCartStockLimitFromShopping( ) : mixed
Return values
mixed

atestProductInCartSaleTypeFromShopping()

Test product in cart when product type change from shopping step

public atestProductInCartSaleTypeFromShopping( ) : mixed
Return values
mixed

testProductInCartIsDeletedBeforePlus()

Test product in cart when product is deleting before plus one

public testProductInCartIsDeletedBeforePlus( ) : mixed
Return values
mixed

testProductInCartIsPrivateBeforePlus()

Test product in cart when product is private before plus one

public testProductInCartIsPrivateBeforePlus( ) : mixed
Return values
mixed

testProductInCartProductOutOfStockBeforePlus()

Test product in cart when product out of stock before plus one

public testProductInCartProductOutOfStockBeforePlus( ) : mixed
Return values
mixed

testProductInCartProductStockIsNotEnoughBeforePlus()

Test product in cart when product is not enough before plus one

public testProductInCartProductStockIsNotEnoughBeforePlus( ) : mixed
Return values
mixed

testProductInCartSaleLimitIsNotEnoughBeforePlus()

Test product in cart when product sale limit is not enough before plus one

public testProductInCartSaleLimitIsNotEnoughBeforePlus( ) : mixed
Return values
mixed

testProductInCartChangeSaleTypeBeforePlus()

Test product in cart when product type is changing before plus one

public testProductInCartChangeSaleTypeBeforePlus( ) : mixed
Return values
mixed

testProductInCartChangeSaleTypeBeforePlusWithMultiShipping()

Test product in cart when product type is changing before plus one with MultiShipping enable add cart

public testProductInCartChangeSaleTypeBeforePlusWithMultiShipping( ) : mixed
Return values
mixed

testProductInCartIsDeletedBeforeMinus()

Test product in cart when product is deleting before plus one

public testProductInCartIsDeletedBeforeMinus( ) : mixed
Return values
mixed

testProductInCartIsPrivateBeforeMinus()

Test product in cart when product is private before Minus one

public testProductInCartIsPrivateBeforeMinus( ) : mixed
Return values
mixed

testProductInCartProductOutOfStockBeforeMinus()

Test product in cart when product out of stock before Minus one

public testProductInCartProductOutOfStockBeforeMinus( ) : mixed
Return values
mixed

testProductInCartProductStockIsNotEnoughBeforeMinus()

Test product in cart when product is not enough before Minus one

public testProductInCartProductStockIsNotEnoughBeforeMinus( ) : mixed
Return values
mixed

testProductInCartSaleLimitIsNotEnoughBeforeMinus()

Test product in cart when product sale limit is not enough before Minus one

public testProductInCartSaleLimitIsNotEnoughBeforeMinus( ) : mixed
Return values
mixed

testProductInCartChangeSaleTypeBeforeMinus()

Test product in cart when product type is changing before Minus one

public testProductInCartChangeSaleTypeBeforeMinus( ) : mixed
Return values
mixed

testProductInCartChangeSaleTypeBeforeMinusWithMultiShipping()

Test product in cart when product type is changing before Minus one with MultiShipping enable add cart

public testProductInCartChangeSaleTypeBeforeMinusWithMultiShipping( ) : mixed
Return values
mixed

testProductInCartIsDeletedWhileReturnTopPage()

Test product in cart when product is deleting on the top page

public testProductInCartIsDeletedWhileReturnTopPage( ) : mixed
Return values
mixed

testProductInCartIsPrivateWhileReturnTopPage()

Test product in cart when product is private on the top page

public testProductInCartIsPrivateWhileReturnTopPage( ) : mixed
Return values
mixed

testProductInCartProductOutOfStockWhileReturnTopPage()

Test product in cart when product out of stock on the top page

public testProductInCartProductOutOfStockWhileReturnTopPage( ) : mixed
Return values
mixed

testProductInCartProductStockIsNotEnoughWhileReturnTopPage()

Test product in cart when product is not enough before Minus one

public testProductInCartProductStockIsNotEnoughWhileReturnTopPage( ) : mixed
Return values
mixed

testProductInCartSaleLimitIsNotEnoughWhileReturnTopPage()

Test product in cart when product sale limit is not enough before Minus one

public testProductInCartSaleLimitIsNotEnoughWhileReturnTopPage( ) : mixed
Return values
mixed

testProductInCartDeletedFromShoppingBackToCart()

Test product in cart when product is deleting by shopping step back to cart

public testProductInCartDeletedFromShoppingBackToCart( ) : mixed
Return values
mixed

testProductInCartIsPrivateFromShoppingBackToCart()

Test product in cart when product is private from shopping step back to cart

public testProductInCartIsPrivateFromShoppingBackToCart( ) : mixed
Return values
mixed

testProductInCartOutOfStockFromShoppingBackToCart()

Test product in cart when product out of stock from shopping step back to cart

public testProductInCartOutOfStockFromShoppingBackToCart( ) : mixed
Return values
mixed

testProductInCartStockNotEnoughFromShoppingBackToCart()

Test product in cart when product stock not enough from shopping step back to cart

public testProductInCartStockNotEnoughFromShoppingBackToCart( ) : mixed
Return values
mixed

testProductInCartStockLimitFromShoppingBackToCart()

Test product in cart when product stock is limit from shopping step back to cart

public testProductInCartStockLimitFromShoppingBackToCart( ) : mixed
Return values
mixed

testProductInCartDeletedFromShoppingChangePayment()

Test product in cart when product is deleting by shopping step change payment

public testProductInCartDeletedFromShoppingChangePayment( ) : mixed
Return values
mixed

testProductInCartIsPrivateFromShoppingChangePayment()

Test product in cart when product is private from shopping step change payment

public testProductInCartIsPrivateFromShoppingChangePayment( ) : mixed
Return values
mixed

testProductInCartOutOfStockFromShoppingChangePayment()

Test product in cart when product out of stock from shopping step change payment

public testProductInCartOutOfStockFromShoppingChangePayment( ) : mixed
Return values
mixed

testProductInCartStockNotEnoughFromShoppingChangePayment()

Test product in cart when product stock not enough from shopping step change payment

public testProductInCartStockNotEnoughFromShoppingChangePayment( ) : mixed
Return values
mixed

testProductInCartStockLimitFromShoppingChangePayment()

Test product in cart when product stock is limit from shopping step change payment

public testProductInCartStockLimitFromShoppingChangePayment( ) : mixed
Return values
mixed

testProductInHistoryOrderDeletedFromOrderAgain()

Test product in history order when product is deleting by order again function

public testProductInHistoryOrderDeletedFromOrderAgain( ) : mixed
Return values
mixed

testProductInHistoryOrderIsPrivateFromOrderAgain()

Test product in history order when product is private from order again function

public testProductInHistoryOrderIsPrivateFromOrderAgain( ) : mixed
Return values
mixed

testProductInHistoryOrderOutOfStockFromOrderAgain()

Test product in history order when product out of stock from order again funtion

public testProductInHistoryOrderOutOfStockFromOrderAgain( ) : mixed
Return values
mixed

testProductInHistoryOrderStockNotEnoughFromOrderAgain()

Test product in history order when product stock not enough from order again function

public testProductInHistoryOrderStockNotEnoughFromOrderAgain( ) : mixed
Return values
mixed

testProductInHistoryOrderStockLimitFromOrderAgain()

Test product in history order when product stock is limit from order again function

public testProductInHistoryOrderStockLimitFromOrderAgain( ) : mixed
Return values
mixed

testProductInHistoryOrderWhenSaleTypeIsChangedFromOrderAgain()

Test product in history order when product type is changed from order again function

public testProductInHistoryOrderWhenSaleTypeIsChangedFromOrderAgain( ) : mixed
Return values
mixed

testProductInHistoryOrderWhenSaleTypeIsChangedFromOrderAgainWithMultiShipping()

Test product in history order when product type is changed from order again function with MultiShipping enable add cart

public testProductInHistoryOrderWhenSaleTypeIsChangedFromOrderAgainWithMultiShipping( ) : mixed
Return values
mixed

scenarioComplete()

protected scenarioComplete( $Customer : [, $confirmUrl : string = '' ] [, $arrShopping : array = [] ] ) : mixed
Parameters
$Customer :
$confirmUrl : string = ''
$arrShopping : array = []
Return values
mixed

deleteAllProduct()

Delete all product

protected deleteAllProduct( ) : mixed
Return values
mixed

createProduct()

public createProduct( [ $productName : null = null ] [, $productClassNum : int = 3 ] , $stock : int ) : Product
Parameters
$productName : null = null
$productClassNum : int = 3
$stock : int
Return values
Product

setUp()

Client を生成しトランザクションを開始する.

public setUp( ) : mixed
Return values
mixed

tearDown()

トランザクションをロールバックする.

public tearDown( ) : mixed
Return values
mixed

logIn()

public logIn( [ $user : mixed = null ] ) : mixed
Parameters
$user : mixed = null
Tags
deprecated

AbstractWebTestCase::loginTo() を使用してください.

Return values
mixed

loginTo()

User をログインさせてHttpKernel\Client を返す.

public loginTo( $User : UserInterface ) : Client

EccubeTestCase::getCsrfToken() を使用する場合は, この関数をコールする前に実行すること.

Parameters
$User : UserInterface

ログインさせる User

Tags
see
EccubeTestCase::getCsrfToken()
Return values
Client

getFaker()

Faker を生成する.

public getFaker( [ $locale : string = 'ja_JP' ] ) : Generator
Parameters
$locale : string = 'ja_JP'

ロケールを指定する. デフォルト ja_JP

Tags
see
https://github.com/fzaninotto/Faker
Return values
Generator

createMember()

Member オブジェクトを生成して返す.

public createMember( [ $username : string = null ] ) : Member
Parameters
$username : string = null

. null の場合は, ランダムなユーザーIDが生成される.

Return values
Member

createCustomer()

Customer オブジェクトを生成して返す.

public createCustomer( [ $email : string = null ] ) : Customer
Parameters
$email : string = null

メールアドレス. null の場合は, ランダムなメールアドレスが生成される.

Return values
Customer

createCustomerAddress()

CustomerAddress を生成して返す.

public createCustomerAddress( $Customer : Customer [, $is_nonmember : bool = false ] ) : CustomerAddress
Parameters
$Customer : Customer

対象の Customer インスタンス

$is_nonmember : bool = false

非会員の場合 true

Return values
CustomerAddress

createNonMember()

非会員の Customer オブジェクトを生成して返す.

public createNonMember( [ $email : string = null ] ) : Customer
Parameters
$email : string = null

メールアドレス. null の場合は, ランダムなメールアドレスが生成される.

Return values
Customer

createProduct()

Product オブジェクトを生成して返す.

public createProduct( [ $product_name : string = null ] [, $product_class_num : int = 3 ] ) : Product
Parameters
$product_name : string = null

商品名. null の場合はランダムな文字列が生成される.

$product_class_num : int = 3

商品規格の生成数

Return values
Product

createOrderWithProductClasses()

Order オブジェクトを生成して返す.

public createOrderWithProductClasses( $Customer : Customer , $ProductClasses : \Eccube\Entity\ProductClass[] ) : Order
Parameters
$Customer : Customer

Customer インスタンス

$ProductClasses : \Eccube\Entity\ProductClass[]
Return values
Order

createPayment()

Payment オプジェクトを生成して返す.

public createPayment( $Delivery : Delivery , $method : string , $charge : int , $rule_min : int [, $rule_max : int = 999999999 ] ) : Payment
Parameters
$Delivery : Delivery

デフォルトで設定する配送オブジェクト

$method : string

支払い方法名称

$charge : int

手数料

$rule_min : int

下限金額

$rule_max : int = 999999999

上限金額

Return values
Payment

createPage()

Page オブジェクトを生成して返す

public createPage( ) : Page
Return values
Page

deleteAllRows()

テーブルのデータを全て削除する.

public deleteAllRows( $tables : array ) : mixed

このメソッドは、参照制約の関係で、 Doctrine ORM ではデータ削除できない場合に使用する. 通常は、 EntityManager::remove() を使用して削除すること.

Parameters
$tables : array

削除対象のテーブル名の配列

Return values
mixed

initializeMailCatcher()

MailCatcher を初期化する.

protected initializeMailCatcher( ) : mixed

このメソッドは主に setUp() メソッドでコールされる. MailCatcher が起動してない場合は, テストをスキップする. MailCatcher については \Eccube\Tests\Service\MailServiceTest のコメントを参照してください

Tags
see
MailServiceTest
see
http://mailcatcher.me/
deprecated
Return values
mixed

checkMailCatcherStatus()

MailCatcher の起動状態をチェックする.

protected checkMailCatcherStatus( ) : mixed

MailCatcher が起動していない場合は, テストをスキップする.

Tags
deprecated
Return values
mixed

cleanUpMailCatcherMessages()

MailCatcher のメッセージをすべて削除する.

protected cleanUpMailCatcherMessages( ) : mixed
Tags
deprecated
Return values
mixed

getMailCatcherMessages()

MailCatcher のメッセージをすべて取得する.

protected getMailCatcherMessages( ) : array
Tags
deprecated
Return values
array

MailCatcher のメッセージの配列

getMailCatcherMessage()

MailCatcher のメッセージを ID を指定して取得する.

protected getMailCatcherMessage( $id : int ) : object
Parameters
$id : int

メッセージの ID

Tags
deprecated
Return values
object

MailCatcher のメッセージ

parseMailCatcherSource()

MailCatcher のメッセージソースをデコードする.

protected parseMailCatcherSource( $Message : object ) : string
Parameters
$Message : object

MailCatcher のメッセージ

Tags
deprecated
Return values
string

デコードされた eml 形式のソース

getMailCollector()

Get the MailCollector

protected getMailCollector( [ $sendRequest : bool = true ] ) : MessageDataCollector
Parameters
$sendRequest : bool = true

True to send requests internally.

Return values
MessageDataCollector

generateUrl()

Generates a URL from the given parameters.

protected generateUrl( $route : string [, $parameters : array = [] ] [, $referenceType : int = UrlGeneratorInterface::ABSOLUTE_PATH ] ) : string
Parameters
$route : string

The name of the route

$parameters : array = []

An array of parameters

$referenceType : int = UrlGeneratorInterface::ABSOLUTE_PATH

The type of reference (one of the constants in UrlGeneratorInterface)

Tags
see
UrlGeneratorInterface
see
ControllerTrait::generateUrl
Return values
string

The generated URL

getCsrfToken()

Returns a CSRF token for the given ID.

protected getCsrfToken( $csrfTokenId : string ) : CsrfToken

If previously no token existed for the given ID. ATTENTION: Call this function before login.

Parameters
$csrfTokenId : string

The token ID (e.g. authenticate, <FormTypeBlockPrefix>)

Tags
see
CsrfTokenManagerInterface
see
https://stackoverflow.com/a/38661340/4956633
Return values
CsrfToken

The CSRF token

Search results