PHP Class Neos\Flow\Core\Migrations\Version20130911165500
NOTE: we deliberately do NOT change TypoScript files here, as the TypoScript Object "TYPO3.Neos:Page" is DIFFERENT than
TYPO3.Neos.NodeTypes:Page. We might have a naming collision there; but that's not the scope of this change.
TYPO3.Neos:Page -> TYPO3.Neos.NodeTypes:Page
Mostrar archivo
Open project: neos/neos-development-collection
Public Methods
Method |
Description |
|
getIdentifier ( ) : string |
NOTE: This method is overridden for historical reasons. Previously code migrations were expected to consist of the
string "Version" and a 12-character timestamp suffix. The suffix has been changed to a 14-character timestamp. |
|
up ( ) : void |
|
|
Method Details
getIdentifier()
public method
For new migrations the classname pattern should be "Version" (14-character timestamp) and this method should *not* be implemented