Interface for FormHelper context implementations.
attributes( string $field )
Get an associative array of other attributes for a field name.
$field arrayerror( string $field )
Get the errors for a given field
$field arrayfieldNames( )
Get the fieldnames of the top level object in this context.
arrayhasError( string $field )
Check whether or not a field has an error attached to it
$field booleanisCreate( )
Returns whether or not this form is for a create operation.
booleanisPrimaryKey( string $field )
Returns true if the passed field name is part of the primary key for this context
$field booleanisRequired( string $field )
Check if a given field is 'required'.
In this context class, this is simply defined by the 'required' array.
$field booleanprimaryKey( )
Get the fields used in the context as a primary key.
arraytype( string $field )
Get the abstract field type for a given field name.
$field null|stringCake\Database\Typeval( string $field )
Get the current value for a given field.
$field mixed
© 2005–2016 The Cake Software Foundation, Inc.
Licensed under the MIT License.
CakePHP is a registered trademark of Cake Software Foundation, Inc.
We are not endorsed by or affiliated with CakePHP.
http://api.cakephp.org/3.1/class-Cake.View.Form.ContextInterface.html