Source definitions define WHERE data comes from, which corresponds to the Extract phase of ETL. Transform happens after extraction, and Load is the final phase. Source definitions don't stand for Transform or Load - they specifically define the extraction source.
In ETL terminology, a Source Definition describes where data is extracted FROM — the source system's structure/metadata used in the Extract step. Transform and Load are separate stages that operate on data after it has been extracted from the defined source.