.. include:: /Includes.rst.txt .. _developers_operations: ========== Operations ========== See :ref:`Operations <_configuration_operations>` for explanation. Custom operations can be registered using the PHP attribute :bash:`\KM2\DataSeeder\Attribute\Operation`. Operation can not be used to manipulate seeding data. See :ref:`Events <_developers_events>` for data manipulation. .. code-block:: php :caption: Operation is executed before data seeding.